-
ga_matlab
遗传算法的详细仿真程序(matlab),算法详细介绍了遗传算法的功能和主要实现原理。难得的源码程序。(Genetic algorithms detailed simulation program (matlab), algorithm described in detail the function of genetic algorithm and the main achievement of the principle. Rare source procedures.)
- 2007-12-13 10:43:23下载
- 积分:1
-
Graph_display
详细介绍了DSP应用平台CCS中使用图形设计的方法(Details of the DSP application platform CCS graphic design)
- 2013-03-13 21:01:54下载
- 积分:1
-
图像采集和拼接,可以采集E2V线阵相机相机的图像并进行拼接
E2V 图像采集和拼接,图像采集和拼接,可以采集E2V线阵相机相机的图像并进行拼接,程序采用C++编程语言,开发环境采用microsoft VISION STUDIO 2013开发。代码简单,容易理解
- 2023-02-20 15:25:05下载
- 积分:1
-
数字图像处理傅里叶变换
#include #includeusing namespace cv;using namespace std;//快速傅里叶变换void fft2Image(InputArray _src, OutputArray _dst){//得到Mat类型Mat src = _src.getMat();//获取矩阵//判断位深CV_Assert(src.type() == CV_32FC1 || src.type() == CV_64FC1);CV_Assert(src.channels() == 1 || src.channels() == 2);
- 2023-05-22 05:45:03下载
- 积分:1
-
cockroach
用于对图像的huffman编解码,创建了图像界面,按照提示操作(Huffman codec used on the image to create a graphical interface, follow the prompts)
- 2012-05-29 12:45:47下载
- 积分:1
-
扫雷程序
在VS2015中编程,使用C语言以及graphic图形库,做出扫雷小游戏(Programming in VS2015, using C language and graphics library to make mine-sweeping games)
- 2020-06-21 16:40:01下载
- 积分:1
-
sphygmomanometer_MSP430
基于MSO430系列单片机的电子血压计设计源程序,有注释。(Source, design based on MSO430 series single-chip electronic sphygmomanometer comment.)
- 2012-06-20 11:19:39下载
- 积分:1
-
12-2
用MSP430的比较器功能实现电阻的测量(Comparison with MSP430 function to achieve the measurement of resistance)
- 2009-04-24 08:51:47下载
- 积分:1
-
Autnor
说明: 作者自己编的小程序:全屏取颜色的程序,很好,可以用(Author himself compiled Mini Programs: the whole screen color program, very good, can be used)
- 2019-04-23 06:10:11下载
- 积分:1
-
Classic_C_language_program
经典C语言程序:图形 数据结构 时间函数 文件等(Classic C language program: a function of time graph data structure documents, etc.)
- 2010-01-01 12:27:36下载
- 积分:1