-
红外遥控器按键检测程序
红外遥控器按键检测程序,C代码源程序
- 2022-01-26 20:00:38下载
- 积分:1
-
登陆注册系统,在注册时进行用户名的验证,有加密功能。
登陆注册系统,在注册时进行用户名的验证,有加密功能。-landing Registration System, registered users who conducted the test, without encryption capability.
- 2022-07-23 06:36:14下载
- 积分:1
-
STM32+w5500以太网+TCPClient
stm32f103处理器上移植了w5500以太网驱动,并在上面实现了TCP Clinet客户端,可正常连接服务器。可以通过tcp网络调试助手模拟创建一个服务器来测试验证。
- 2022-02-06 15:05:11下载
- 积分:1
-
wincedriver
学习WINCE驱动开发的入门书籍
很不错的(Learning WINCE entry driven development is very good books)
- 2009-01-16 14:48:42下载
- 积分:1
-
USB接口编程源代码(VC)
详细介绍了VC下利用WINDOWS API函数来实现与符合HID设备类的USB接口通信,并给出了通信程序的部分源代码(details of VC using Windows API function to achieve compliance with the type of equipment HID USB communications, and communications procedures given the source code)
- 2020-06-26 09:20:02下载
- 积分:1
-
LDC1314驱动程序
利用stm32驱动TI公司生产的专用金属感应芯片,该芯片可以搭配适当的线圈,通过互感与涡流效应检测出是否存在金属,本程序采用了ldc1314的四通道选项,可同时进行四路金属探测。
- 2022-02-25 17:25:21下载
- 积分:1
-
单通道ADC
msp430芯片内部ad12模数转换程序源码。。(MSp430 chip internal Ad12 analog-to-digital conversion program source code.)
- 2020-06-18 03:40:01下载
- 积分:1
-
nibianmpc
说明: 逆变器的基础模型预测仿真,是电力电子比较先进的控制(The basic model predictive simulation of the inverter is a relatively advanced control of power electronics.)
- 2019-06-04 11:02:36下载
- 积分:1
-
MSP430 Microcontroller Basics
说明: 英文原版MSP430教材,从430架构到后期项目架构。(The original MSP430 teaching book, from the 430 archtechture to projects' form.)
- 2017-10-14 14:27:28下载
- 积分:1
-
CRC校验(modbus)
/CRC16_MODBUS:多项式x16 x15 x5 1(0x8005),初始值0xFFFF,低位在前,高位在后,结果与0x0000异或unsigned short do_crc(unsigned char *ptr, int len) { unsigned int i; unsigned short crc = 0xFFFF; //crc16位寄存器初始值 while(len--) { crc ^= *ptr ; for (i = 0; i > 1) ^ 0xA001; //多项式 POLY(0x8005)的高低位交换值,这是由于其模型的一些参数决定的 else crc = (crc >> 1); } } return crc; }
- 2021-05-06下载
- 积分:1