-
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
-
用Proteus显示一个从0
用Proteus显示一个从0-9的由数码管构成的键盘(用开关按键控制数字显示)-Proteus and asm
- 2022-03-21 12:33:34下载
- 积分:1
-
液晶t6963驱动芯片程序范例
液晶t6963驱动芯片程序范例-LCD driver chips procedures example
- 2022-03-01 18:43:33下载
- 积分:1
-
Multi
多跳路由的温度采集程序,采用Tinyos 编写,想学习WSN可以做为参考-Multi-hop routing temperature acquisition procedure for the preparation of TinyOS, want to learn WSN can be used as reference
- 2022-08-10 02:50:38下载
- 积分:1
-
在S3C2440arm芯片上实现的对IC card的驱动,此驱动是在无操作系统下完成的,可以用来移植到其他平台上。...
在S3C2440arm芯片上实现的对IC card的驱动,此驱动是在无操作系统下完成的,可以用来移植到其他平台上。-S3C2440arm chip in the IC card of the driver, the driver is in the absence of complete operating system can be used to migrate to other platforms.
- 2022-08-03 04:45:00下载
- 积分:1
-
STR710 of USB
基于STR710的USB程序,usb驱动程序-STR710 of USB-based procedures, usb driver
- 2022-09-18 03:50:03下载
- 积分:1
-
mitab使用实例导航地图
maitb实现mif文件、tab文件的矢量数据的读写问题。对导航地图的mapinfo格式的地图读出有很好的开源库, 具体的源代码可以在mitab官网上下载编译。
- 2022-03-18 17:16:11下载
- 积分:1
-
lpc2 can 例子
提供了下面的飞利浦LPC2k CAN例子:
LPC2_CANAll_V110:
所有接收CAN报文的接收队列。
LPC2_CANFull_V110:
采用全CAN般的接待过滤。
LPC2_CANBlinky_V130:
MicroCANopen的小例子,使用了全CAN-样
接收滤波和同时实现Rx和Tx
中断服务程序。
- 2022-01-25 20:03:11下载
- 积分:1
-
邱铁 ARM嵌入式系统结构与编程 实例代码
邱铁 ARM嵌入式系统结构与编程 实例代码-ARM
- 2022-03-26 17:52:09下载
- 积分:1
-
Introduction to embedded platforms
嵌入式平台入门--嵌入式系统内存泄漏的检查和预防-Introduction to embedded platforms- embedded system memory leak detection and prevention
- 2023-02-23 15:40:03下载
- 积分:1