代码搜索结果

找到约 10,000 项符合 Clock 的代码

clock.c

// 文件名: CLOCK_374.c // 说明: 利用2个374实现电子钟 // 编写: 王晓荣 // 日期: 20080324 #include const unsigned char LEDMAP[] = { 0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f,0x00 }

clock.c

// 说明: 用LPC2131实现射击游戏 // 编写: 王晓荣 // 日期: 20080518 #include const unsigned char LEDMAP[] = { 0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f,0x00 }; #define RAND_LE

clock.h

/************************************** pj name: clock.h author: RPJ version: description: the code for 12M and 24M clock **********************************