-
有关Java应用和Java applets的面向对象的程序设计所必需的知识和技能和参加SUN Certified Java Programmer和SUN Cer...
有关Java应用和Java applets的面向对象的程序设计所必需的知识和技能和参加SUN Certified Java Programmer和SUN Certified Java Developer考试所必备的知识-Java applications and Java applets, object-oriented programming design and the necessary knowledge and skills to participate in Sun Java Certified Programmer and Sun Certified Java Developer examinations are essential knowledge
- 2022-06-03 05:14:56下载
- 积分:1
-
航空发动机构造教案(ppt),南京航空航天大学多名有经验的教授使用...
航空发动机构造教案(ppt),南京航空航天大学多名有经验的教授使用-Aeroengine tectonic lesson plans (ppt), Nanjing University of Aeronautics and Astronautics Professor experienced more than the use of
- 2022-09-17 18:10:03下载
- 积分: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
-
这是一本关于相控阵雷达方面的很好的参考书
这是一本关于相控阵雷达方面的很好的参考书-This is a book on phased array radar in a very good reference book
- 2022-08-03 08:10:35下载
- 积分:1
-
java的交流文档。
java的交流文档。-exchange files.
- 2022-11-22 10:45:03下载
- 积分:1
-
VHDL语言的设计与应用PDG书籍,请用dgreader free.exe工具打开
VHDL语言的设计与应用PDG书籍,请用dgreader free.exe工具打开-VHDL language design and application of PDG books, please use dgreader free.exe tool to open
- 2022-08-14 15:02:55下载
- 积分:1
-
Java development on the web, whether a beginner or have some experience of the m...
讲述java的web开发,无论是初学者还是有一定经验的成员,均可使用-Java development on the web, whether a beginner or have some experience of the members can make use of
- 2022-09-13 17:55:03下载
- 积分:1
-
VC Programming skill 280
VC编程技巧280例 VC编程技巧280例-VC Programming skill 280
- 2023-07-08 17:45:04下载
- 积分:1
-
电路分析答案,很齐全的哦,供考研的同学用,真的不错
电路分析答案,很齐全的哦,供考研的同学用,真的不错-answer
- 2022-01-26 16:29:49下载
- 积分:1
-
CS5532是用来测量ADC芯片的装置,这是中国的声明
Cs5532是一款用于测量仪器的ADC芯片,这是他的中文说明书-Cs5532 is a device used to measure the ADC chip, which is the Chinese statement
- 2022-10-25 01:15:03下载
- 积分:1