-
实参求值顺序的程序。
实参求值顺序的程序。--Program for evaluating real numbers.
- 2022-08-10 13:18:29下载
- 积分:1
-
Delphi Modbus 主站控件
Delphi Modbus 主站控件,使用TCPCLient 用康海串口服务器通讯,下位机接到串口服务器串口上,用Modbus协议通讯。-Delphi Modbus master control, the use of TCPCLient Kang Hai serial server with the Communication, under the crew received a serial port server serial port, and with the Modbus protocol communications.
- 2022-05-20 17:13:13下载
- 积分:1
-
FTDI FIFO JTAG programming paradigm
FTDI-FIFO-JTAG编程范式
- 2023-05-31 19:50:03下载
- 积分:1
-
sdt2.51的使用手册(英文)
sdt2.51的使用手册(英文)-sdt2.51 the user manual (English)
- 2022-06-14 16:50:28下载
- 积分:1
-
呕心沥血,74HC595 5片级联程序,已经在我的板子上应用
呕心沥血,74HC595 5片级联程序,已经在我的板子上应用-the program is about 74hc595 more conect
- 2022-07-03 06:40:39下载
- 积分:1
-
引导程序
bootloader
- 2023-04-15 04:50:03下载
- 积分:1
-
Blob autotest. Used on xscale (usb_download function)
Blob autotest. Used on xscale (usb_download function)
- 2022-05-28 21:26:44下载
- 积分:1
-
STM32无刷电机控制程序
源代码是基于免费开源CoOS(UCOS类似)操作系统上写的,在学习无刷电机的控制同时还能学习到操作系统的知识;采用TIM3检测霍尔传感器位置,TIM1进行换向驱动,采用6步法进行电机驱动。
- 2022-10-20 22:45:04下载
- 积分:1
-
AT91M40800 migration of the source code of the uC_OSII
AT91M40800的uC_OSII的移植源代码-AT91M40800 migration of the source code of the uC_OSII
- 2023-09-06 15:00:03下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1