-
51r.例子,也是人家的,我改了下
51r.例子,也是人家的,我改了下-51r. Examples, but also other people
- 2022-02-03 01:10:44下载
- 积分:1
-
Game Nuisance arduino
Arduino滋扰
- 2023-07-19 02:10:03下载
- 积分:1
-
一个在UCLINUX环境下实现的PING程序,用C编写
一个在UCLINUX环境下实现的PING程序,用C编写-UCLINUX an environment to achieve the PING procedures, prepared by C
- 2023-03-17 03:35:04下载
- 积分:1
-
AT91RM9200的BIOS源代码,硬件的开发环境ADS1.2的使用…
AT91RM9200的BIOS源程序,使用ADS1.2开发
硬件环境:
SDRAM 64MB
NORFLASH 32MB
NANDFLASH 256MB-AT91RM9200 the BIOS source code, the use of the hardware environment ADS1.2 development: SDRAM 64MBNORFLASH 32MBNANDFLASH 256MB
- 2022-08-24 18:57:17下载
- 积分:1
-
Linux设备驱动程序的源代码,包括PCI、USB等。
linux设备驱动程序源代码,包括PCI,USB,-Linux device driver source code, including PCI, USB, etc.
- 2023-05-10 03:40:03下载
- 积分:1
-
C8051F series single
C8051F系列单片机测温程序,可以将测得温度通过串口传输个PC机-C8051F series single-chip temperature measurement process, the temperature can be measured through a PC serial port transfer machine
- 2023-08-28 11:35:03下载
- 积分:1
-
STK6037 源代码
STK6037源代码,系统初始化,包括IO 初始化,数码管动态扫描,PWM输出,定时器使用中断,串口485使用,产生250K适合485通信的波特率。HC595的驱动程序,经典的按键扫描,按键处理程序
- 2022-01-26 07:43:55下载
- 积分:1
-
非阻塞方式的COM0的驱动
非阻塞方式的COM0的驱动-nonblocking mode of the drive COM0
- 2022-01-30 22:02:31下载
- 积分:1
-
SoC片上系统初级培训资料
SoC片上系统初级培训资料-SoC system-on training junior information
- 2022-05-05 10:21:40下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1