-
electronic books, 89C1 test plate production, beginners books oh.
电子图书,89C1试验板的制作,初学者的好书哦。-electronic books, 89C1 test plate production, beginners books oh.
- 2022-07-01 23:06:52下载
- 积分:1
-
JUnit is an open source unit testing framework for java. In 1997, by Erich Gamma...
JUnit是一个开源的java单元测试框架。在1997年,由 Erich Gamma 和 Kent Beck 开发完成。这两个牛人中 Erich Gamma 是 GOF 之一;Kent Beck 则在 XP 中有重要的贡献(你觉得眼熟一点都不奇怪)。
-JUnit is an open source unit testing framework for java. In 1997, by Erich Gamma and Kent Beck developed. These two cows were Erich Gamma is GOF one Kent Beck in XP there is an important contribution to (do you think is not familiar strange).
- 2023-08-06 05:55:02下载
- 积分:1
-
VC MFC programming examples of a
VC++MFC编程实例1-VC MFC programming examples of a
- 2023-01-25 06:45:03下载
- 积分:1
-
Secondary Development of GIS
GIS二次开发――使用Mapobjects,电子书,pdf格式的,共6章!-Secondary Development of GIS- the use of Mapobjects, e-books, pdf format, a total of six chapters!
- 2022-01-23 10:44:40下载
- 积分:1
-
kermit protocol详细讲述了kermit协议
kermit protocol详细讲述了kermit协议-kermit protocol described in detail the kermit protocol
- 2022-07-02 22:45:40下载
- 积分:1
-
DSP5402+MP3开发板说明书
DSP5402+MP3开发板说明书-DSP5402+ MP3 Development Board Manual
- 2022-05-19 13:18:09下载
- 积分: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
-
LCD行业驱动IC的发展前景展望以及新技术
LCD行业驱动IC的发展前景展望以及新技术
-LCD driver IC industry outlook as well as the development of new technologies
- 2022-04-29 07:27:12下载
- 积分:1
-
The Internet can be seen often on J2ME development with the article are based on...
在互联网上经常可以看到的与 J2ME 开发有关的文章都是基于 Windows 系统平台
的,由于我日常的工作基本上是在 Linux 系统下完成的,所以写这样一篇文章谈
谈在 Linux 系统平台开发 J2ME 动画程序的一些心得。 -The Internet can be seen often on J2ME development with the article are based on the Windows platform, because of my job is basically day-to-day Linux systems at the finish, so to write an article like this in the Linux system platform development J2ME experience animation procedures.
- 2023-04-13 22:50:04下载
- 积分:1
-
,MSP430 IAR集成开发环境430开发环境…
430开发环境说明,IAR MSP430集成开发环境Workbench 中文使用说明-430 development environment that MSP430 IAR Workbench integrated development environment for use in Chinese
- 2022-02-15 09:05:33下载
- 积分:1