-
nrf24l01-C51-test(CN)
nrf24L01+蓝牙模块调试程序(中文注解)(nrf24L01+ Bluetooth module debugger (Chinese comments))
- 2013-01-25 15:07:23下载
- 积分:1
-
103-ultrasonic-program
基于stm32和ks103同一个iic多个103超声波进行测距,根据修改103的地址即可(Based on the stm32 and ks103 same iic number 103 ultrasonic distance measurement, 103, according to modify the address)
- 2021-03-30 15:59:10下载
- 积分:1
-
selectScenesRole
DirectX程序设计幻灯片,讲述在场景中拾取物品的原理。(DirectX programming slide, pick up objects in the scene about the principle.)
- 2011-01-13 16:29:01下载
- 积分:1
-
ant_Plane
之前上传的蚁群无人机不完整,还要另外下载我后来上传的 MATLABLibrary,这个是完整版: 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基于二维平面建立单机单目标的航迹规划模型。
里面dis.m是主函数:function dis(max,m) max为迭代最大次数,m为每次蚂蚁的数量(ant algorithms,uav)
- 2011-09-01 10:22:56下载
- 积分:1
-
Radar
雷达专业的经典教材,书籍雷达数据处理及应用,非常有用(Radar data processing and Application)
- 2014-01-03 16:34:46下载
- 积分:1
-
PL2303_Prolific_DriverInstaller_v110
初学者可以学习的高质量的c++编程指南,可以借鉴借鉴。(Beginners can learn the high quality of c++ programming guide, you can learn learn.)
- 2015-07-14 16:54:05下载
- 积分:1
-
opencv打开USB摄像头
#include
#include
#include
#include
using namespace cv;
int main()
{
VideoCapture capture(1);
//namedWindow("a", CV_WINDOW_NORMAL);
//setWindowProperty("a", CV_WND_PROP_FULLSCREEN);
//capture.set(CV_CAP_PROP_FRAME_WIDTH, 1920.0);
//capture.set(CV_CAP_PROP_FRAME_HEIGHT, 1920.0);
while (1)
{
Mat frame;
capture >> frame;
imshow("a", frame);
waitKey(30);
}
return 0;
}
- 2023-05-01 04:05:05下载
- 积分:1
-
1210
vc++的视频,用flash player播放,例如175其中17代表第17章,而5代表第17章的第5个视频(vc++ the video, use flash player to play, for example, 175 of which 17 on behalf of Chapter 17, and 5 on behalf of Chapter 17 of the first five video)
- 2009-02-22 21:00:29下载
- 积分:1
-
AN1017_dsPIC33EP256MC506_MCHV2_MOTOR80
美芯 dsPIC33官方 永磁同步电机控制程序,实现PMSM电机正弦驱动,含理论说明和调试笔记。(MicroChip dsPIC33 official permanent magnet synchronous motor control procedures, including theoretical notes and debugging notes.)
- 2021-03-23 15:59:15下载
- 积分:1
-
svd
基于householder变换和QR分解的矩阵svd分解算法(svd using householder transformation and matrix QR decomposition)
- 2020-08-16 10:08:26下载
- 积分:1