搜索结果
找到约 4,074 项符合
Ce-I 的查询结果
文件格式 #include <reg51.h> /*-------------------------------------------- 调用方式:自行I/O 口定义﹫2001/05/12
#include <reg51.h>
/*--------------------------------------------
调用方式:自行I/O 口定义﹫2001/05/12
函数说明:私有函数,各接口定义
--------------------------------------------*/
sbit HD7279_CS=P1^4 // HD7279_CS--P1.4
sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5
sbit HD7279_DATA=P1^6 // HD7279_DATA ...
Windows CE Windows CE下UDP编程实例子,周立功的
Windows CE下UDP编程实例子,周立功的,值得参看!
Windows CE WIN CE 中的数据类型
WIN CE 中的数据类型,文档说明
电子书籍 a good book for c++ beginner. I finish it in 2 days, and the door to c++ world was opened by it. Enj
a good book for c++ beginner. I finish it in 2 days, and the door to c++ world was opened by it. Enjot programming.
Windows CE evc写的XML文件读写程序,Microsoft Windows CE平台适用。
evc写的XML文件读写程序,Microsoft Windows CE平台适用。
Windows CE evc写的Windows CE下mp3播放源码
evc写的Windows CE下mp3播放源码
Windows CE Windows CE下串行通信的实现,接受GPS数据例子
Windows CE下串行通信的实现,接受GPS数据例子
Windows CE CE 下 在启动自身程序时,对系统电源做控制,可以将其一直打开,或一直关闭.
CE 下 在启动自身程序时,对系统电源做控制,可以将其一直打开,或一直关闭.
Windows CE 如何在CE下通过一个程序调用另一个程序,但是在某些特殊的硬体上需要做些修改,才能正确启动
如何在CE下通过一个程序调用另一个程序,但是在某些特殊的硬体上需要做些修改,才能正确启动
单片机开发 #include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j
#include <reg51.h>
void delay_ms(unsigned short ms)
{
unsigned short i
unsigned char j
for(i=0 i<ms i++)
{
for(j=0 j<200 j++)
for(j=0 j<102 j++)
}
}