-
讲解PSO(粒子群优化)必将详细的综述性的文章!
讲解PSO(粒子群优化)必将详细的综述性的文章!-Explain the PSO (Particle Swarm Optimization) is bound to a detailed review of the article!
- 2023-08-03 06:40:03下载
- 积分:1
-
CCD摄像头采集图像,LCD实时显示,实现可视倒车
CCD摄像头采集图像,LCD实时显示,实现可视倒车-CCD camera capture images, LCD real-time display to achieve visual reversing
- 2022-05-12 11:32:49下载
- 积分:1
-
Keyboard Source code for 68HC705J1A,供胡次使用68HC705J1A,参考设计。
Keyboard Source code for 68HC705J1A,供胡次使用68HC705J1A,参考设计。-Keyboard Source code for 68HC705J1A for use 68HC705J1A Hu meeting, the reference design.
- 2022-11-24 10:15:03下载
- 积分:1
-
该程序为niosII环境下的1302编程可以直接应用,程序功能模块化,简单易懂...
该程序为niosII环境下的1302编程可以直接应用,程序功能模块化,简单易懂-NiosII the program for the 1302 programming environment can be applied directly, the program features a modular, easy-to-read
- 2022-01-30 11:38:42下载
- 积分:1
-
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4...
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB port. Compilationg steps: 1. install DDK. 2. include DDK s inc path in header file s searching path. 3. include DDK s lib path in the library s search path. 4. comment out HIDD_ATTRIBUTES structure in the source file. 5. add setupapi.lib. If you don t want to install DDK, you could omit the first 2 steps, but you need to copy corresponding header files and library files.
- 2022-04-12 23:15:03下载
- 积分:1
-
motor control procedures
电动机控制程序 -motor control procedures
- 2022-09-02 06:00:03下载
- 积分:1
-
S08例程:本程序是I/O模块的例程,所用资源为单片机通用IO接口,所接器件为LED灯,
其中D2与PTA0,D3与PTA1相连接!
S08例程:本程序是I/O模块的例程,所用资源为单片机通用IO接口,所接器件为LED灯,
其中D2与PTA0,D3与PTA1相连接!-S08 routines: this process is I/O modules, routines, resources used for the single-chip general-purpose IO interface, the access device for the LED lights, which D2 and PTA0, D3 and PTA1 connected!
- 2023-07-13 23:25:03下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
嵌入式web服务器
嵌入式web服务器--Embedded web server.
- 2022-01-26 06:51:29下载
- 积分:1
-
SD卡的其本操作函数,很值得借鉴使用.对于SD卡的编程有很大帮助.
SD卡的其本操作函数,很值得借鉴使用.对于SD卡的编程有很大帮助.-SD Card function of its present operation, it is worth learning to use. Programming for the SD card has great help to me.
- 2022-05-05 08:55:42下载
- 积分:1