-
fft
数字信号处理里FFT的C语言源代码啊,请查看啊(FFT digital signal processing in the C language source code ah, see ah)
- 2008-05-29 00:53:49下载
- 积分:1
-
intelligent
教室智能照明系统,通过红外判断人流,从而开启教室中的照明灯。(Classroom intelligent lighting system, to determine flow through the infrared to open the classroom lights.)
- 2020-06-29 20:20:02下载
- 积分:1
-
Features2D_Homography
使用OpenCV实现特征点的查找以及两幅图像中的特征点匹配(Use the function findHomography to find the transform between matched keypoints.
Use the function perspectiveTransform to map the points)
- 2014-03-07 11:04:15下载
- 积分:1
-
Delaunay三角网
这是我的一个VB6.0的delaunay(简称D三角网)三角网的算法,里面的变量设置还需要修改一下,由于C#的强类型检查,所以比VB6.0要麻烦一些,由于篇幅受限所以就不考虑程式的布局样式了。实现三角网的构建实现。
- 2022-02-06 05:48:30下载
- 积分:1
-
fenlei
分类程序的实现,可在vc++平台中运行,方便大家对算法的熟悉与学习(Classification procedures to achieve, can be run in vc++ platform to facilitate learning of the algorithm are familiar with)
- 2013-07-11 21:16:09下载
- 积分:1
-
几个C# 窗口标题栏 按钮 任务栏自定义实例
本源码主要是收集的几个C# 窗口标题栏 按钮 任务栏自定义实例,比如隐藏和显示标题栏、允许和禁止在窗口任务栏显示程序图标等,帮助C#初学者了解一些基础的C#窗口操作知识,有很好的学习参考价值。
private void button1_Click(object sender, RoutedEventArgs e)
{//隐藏标题栏
this.WindowStyle = System.Windows.WindowStyle.None;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//显示标题栏
this.WindowStyle = System.Windows.WindowStyle.SingleBorderWindow;
}
private void button3_Click(object sender, RoutedEventArgs e)
{//禁止在任务栏上显示程序按钮
this.ShowInTaskbar = false;
}
private void button4_Click(object sender, RoutedEventArgs e)
{//允许在任务栏上显示程序按钮
this.ShowInTaskbar = true;
}
如下图所示,点击对应的按钮,可演示对应的功能。
- 2023-03-24 21:30:03下载
- 积分:1
-
ADS1015
说明: ADS1015四路ADC采集驱动程序,使用I2C通信(ADS1015 four-channel ADC acquisition driver, using I2C communication)
- 2020-06-17 22:00:01下载
- 积分:1
-
matlab
matlab遗传算法,matlab遗传算法程序,45666011matlab遗传算法程序(matlab genetic algorithm, matlab genetic algorithm program, 45666011matlab genetic algorithm program)
- 2009-11-24 11:29:28下载
- 积分:1
-
TCP
简单TCP,实现TCP数据传输,VC运行环境(TCP/IP SOCKET)
- 2013-07-16 10:02:01下载
- 积分:1
-
shangweijiduchuankoushujubinghuatu
上位机源码--读取串口数据并画实时曲线的vc 2B 2B源程序.rar(PC Source- read serial data and draw real-time curve vc 2B 2B source code. Rar)
- 2011-07-15 11:07:14下载
- 积分:1