-
mangqu
AFD与AFDPF盲区对应的MATLAB程序.(the NDZ of AFD and AFDPF detection method corresponding MATLAB program.)
- 2021-03-27 10:29:12下载
- 积分:1
-
mo_phong_radar
Radar simulation in visual c++
- 2016-04-12 17:43:08下载
- 积分:1
-
caoshengbo
超声波测距避障系统,实现机器人的智能化测距(Ultrasonic ranging obstacle avoidance system, realize the intellectualized ranging robot
)
- 2011-05-30 18:14:28下载
- 积分:1
-
libsvm-3.17
svm分类器,实现线性svm分类,可以在matlab中或是vc++中编译运行,首先要进行编译(svm linear classifier)
- 2013-05-09 07:56:24下载
- 积分:1
-
tms320lf2812
TMS320F2812开发板(SCH+PCB图)Protel (TMS320F2812 ?????(SCH+ PCB?? Protel)
- 2008-08-23 23:00:10下载
- 积分:1
-
PPR
有关投影寻踪回归的matlab编程,其中运用了遗传算法对其参数进行优化,实现起来比较简单(The projection pursuit regression matlab programming, including the use of a genetic algorithm to optimize its parameters, simple realization)
- 2021-02-22 17:09:41下载
- 积分:1
-
find_-contours
可以采用形态学方法找出边界,比较有益的初学者的学习方法。(It s very good for a newer to learning about image processing.)
- 2013-12-30 14:44:05下载
- 积分:1
-
倒立摆源程序
当时做倒立摆的C代码,测角度用的是电位计,通过pid调节。
- 2022-05-29 04:49:11下载
- 积分:1
-
很实用的C语言源代码
/*
模拟扫雷游戏
*/
#include
#include
#include
#include
#include
#include
#include
union REGS regs;
int size=15;/*用于表示每个方块的大小(正方形的边长)*/
int pix,piy=50;/*pix,piy是矩阵的偏移量*/
char b[2]="1";/*用于显示方格周围的雷的个数*/
int pan[30][16];/*用于记录盘面的情况:0:没有、9:有雷、1~8:周围雷的个数*/
int pan1[30][16];/*pan1[][]纪录当前的挖雷情况,0:没有操作、1:打开了、2:标记了*/
int tt;/*纪录时间参数*/
int Eflags;/*用于标记鼠标按钮的有效性,0:有效,1:无效,2:这是鼠标的任意键等于重新开始*/
- 2022-06-20 22:55:01下载
- 积分:1
-
简述modbus代码
//第一步成功,可以通讯,记住:P1.3 为0输出485,为1输入485
//拨特率正确,中断正确
//串口1为仪表串口,串口2为实际MODBUS串口
//模拟量地址范围0000----0008 共8个数据,长度按前后减
- 2023-08-12 15:10:03下载
- 积分:1