-
ARMS3C2410 在WINCE4.2上实践教程
ARM Embeded For WINCE 4.2
ARMS3C2410 在WINCE4.2上实践教程
ARM Embeded For WINCE 4.2 -ARMS3C2410 in practice WINCE4.2 tutorial on ARM Embeded For WINCE 4.2
- 2022-03-12 12:56:28下载
- 积分:1
-
指纹识别论文集2.都是国内外名家作品,很有参考价值.
指纹识别论文集2.都是国内外名家作品,很有参考价值.- Fingerprint recognition collection 2. All is the domestic and
foreign famous experts work, has the reference value very much
- 2022-10-12 08:20:03下载
- 积分:1
-
数字图像处理方面的权威书籍,包括图像处理和图像分析等内容...
数字图像处理方面的权威书籍,包括图像处理和图像分析等内容-the authority of books, including image processing and image analysis, etc.
- 2022-03-12 19:59:09下载
- 积分:1
-
土木专业英文电子书籍可以了解国外的设计内容及理念
土木专业英文电子书籍可以了解国外的设计内容及理念-Civil Engineering Professional English e-books can understand the design of foreign content and the concept of
- 2022-03-16 22:40:02下载
- 积分:1
-
useful for scientist and engineer. useful for prgramming microcontroller
useful for scientist and engineer. useful for prgramming microcontroller
- 2023-06-20 18:35:05下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
Electronic voting platform C curriculum design curriculum design e
电子投票平台 课程设计C
电子投票平台 课程设计 (C)-Electronic voting platform C curriculum design curriculum design e-voting platform (C)
- 2022-01-27 19:46:06下载
- 积分:1
-
Ireport用户手册
Ireport用户手册 -Ireport user manual
- 2022-08-10 13:52:35下载
- 积分:1
-
flex和java后台的交互。里面有数据库。如果没有可以上里面的一个类里找。自己手动建立...
flex和java后台的交互。里面有数据库。如果没有可以上里面的一个类里找。自己手动建立-flex
- 2022-08-25 21:59:41下载
- 积分:1
-
软件团队管理的经典之作
软件团队管理的经典之作----人件,软件管理的好书-software management team for the classics-person pieces, software management books
- 2022-03-09 14:13:54下载
- 积分:1