-
pso
基于matlab的粒子群优化算法,可以解决多目标优化问题(PSO algorithm based on matlab,it can do the optimization problem )
- 2010-11-04 12:01:30下载
- 积分:1
-
ATM-Hengliuyuan
ATM 机控制的恒流源设计 硬件与软件方案(ATM machines controlled current source design hardware and software solutions)
- 2013-08-25 08:11:16下载
- 积分:1
-
dsp
dsp 的can总线通信实验程序,通过变量窗口观察邮箱2里数据的值与邮箱3值相等,证明发送数据成功(The bus communication can dsp experimental procedure, mailbox 2 years of data through observation window variable value equal to the value of the mailbox 3, sending data to prove success)
- 2015-04-09 22:10:15下载
- 积分:1
-
PicSee
基于MFC对话框的图片浏览器,可使用滚轮对图片进行缩放,使用鼠标对图片进行拖拽,能关联主要图片格式(MFC dialog-based image browser, you can use the scroll wheel to zoom the picture, use the mouse to drag and drop the picture,and it can be associated with the main image formats)
- 2020-10-15 09:27:29下载
- 积分:1
-
ALIENTEK MINISTM32 实验1跑马灯
说明: led 程序,循环点灯。闪烁延时,基于stm32F103的代码(Led program, cycle lighting. Scintillation Delay, Code Based on stm32F103)
- 2020-06-18 16:20:02下载
- 积分:1
-
VC%2B%2B+数字图像处理典型算法及实现(源代码)
说明: 附件是VC有关图像处理的源代码,包括图像的压缩,放大缩小等...(The appendix is VC's source code for image processing, including image compression, zoom and so on.)
- 2018-05-10 08:33:19下载
- 积分:1
-
矩阵求逆C程序
#include #include #include #define MAX 20 #define E 0.000000001 /** * 计算矩阵src的模 */ double calculate_A( double src[][MAX], int n ) { int i,j,k,x,y; double tmp[MAX][MAX], t; double result = 0.0; if( n == 1 ) { return src[0][0]; } for( i = 0; i < n; ++i ) { for( j = 0; j < n - 1; ++j ) { for( k = 0; k < n - 1; ++k ) &
- 2023-02-22 20:10:03下载
- 积分:1
-
VC-call-matlab-multiThread
VC++调用matlab画图,效果很好!值得看(VC++ Call matlab drawing, the effect is very good!)
- 2013-09-24 17:30:51下载
- 积分:1
-
【10】路虎_RTC(2012.4.13)
LPC1768 RTC时钟例程 使用路虎开发板(LPC1768 RTC clock routines using Land Rover development board)
- 2017-11-10 14:32:04下载
- 积分:1
-
gyjbfax
在C++MFC框架应用程序里,当浮动工具条被拖离主窗口后,(In a C MFC framework application, when the float bar is dragged out of the main window,)
- 2018-11-29 12:59:39下载
- 积分:1