-
windows mobile pocket pc移动开发源代码书籍
windows mobile pocket pc移动开发源代码书籍-windows mobile pocket pc mobile development source code books
- 2022-05-19 22:35:23下载
- 积分:1
-
I2C to serial communication code
I2C to serial communication code
- 2022-02-07 05:41:10下载
- 积分:1
-
uClinux串口通信源代码库,使用1.4版本的内核。
ucLinux串口通讯原代码类库,使用1.4版本内核。-ucLinux serial communication source code library, use version 1.4 kernel.
- 2022-08-25 04:15:46下载
- 积分: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
-
4x4 keyboard program in 430 MCU program, the keyboard is active, the hardware ci...
4x4的键盘的程序在430单片机程序,键盘是有源的,硬件电路设置成的是上拉-4x4 keyboard program in 430 MCU program, the keyboard is active, the hardware circuit set the pull-up
- 2022-05-31 08:50:48下载
- 积分: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
-
1602显示程序,经过测试通过,目前已经在使用中
1602显示程序,经过测试通过,目前已经在使用中-1602 display program, after the test, now in use
- 2023-04-16 21:25:02下载
- 积分:1
-
可以自动为大葱打沟,培土无需人工控制,实现自动转弯换隆,升降犁...
可以自动为大葱打沟,培土无需人工控制,实现自动转弯换隆,升降犁-Automatically ditch fight for green, earth without manual control, automatic turn-for-long, take-off and landing plow
- 2022-04-28 00:01:45下载
- 积分:1
-
八乘八的点阵
51单片机,c程序,8*8点阵,
- 2023-06-09 23:35:02下载
- 积分:1
-
数字时钟(数码管)
资源描述对51单片机的基础运用,本人第一次上传代码,请多多指教
- 2022-03-06 00:58:42下载
- 积分:1