-
C++ in Nutshell is very good for C++ pgrogrammer especiall in Linux environment.
C++ in Nutshell is very good for C++ pgrogrammer especiall in Linux environment.
- 2022-07-22 15:24:40下载
- 积分:1
-
001003.rar
001003.rar
- 2022-03-17 07:09:07下载
- 积分:1
-
JavaScript快速查询手册
JavaScript快速查询手册-JavaScript Query manual
- 2023-05-30 08:45:06下载
- 积分:1
-
关于dll使用的文档,适合于初学者阅读,学习
关于dll使用的文档,适合于初学者阅读,学习-on the use of the dll files, suitable for beginners to read, study
- 2022-01-24 10:05:10下载
- 积分:1
-
《j2ee经典实例详解》的源代码。原书无附带光盘。介绍的是一个在线银行系统的例子。绝对难得,在国外网站上下的,与大家共享。...
《j2ee经典实例详解》的源代码。原书无附带光盘。介绍的是一个在线银行系统的例子。绝对难得,在国外网站上下的,与大家共享。-"creates classic example explanation" of the source code. The original book without CD-ROM attached. The briefing is an online banking system examples. Absolutely rare in foreign countries across the site and share.
- 2023-02-06 00:20:06下载
- 积分:1
-
Visual C++编程
Visual C++编程--从基础到实践光盘-Visual C++ Programming from basic to the practice CD-ROM
- 2022-06-02 19:30:17下载
- 积分: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
-
模糊控制及其仿真程序的实现,模糊控制及其仿真程序的实现
模糊控制及其仿真程序的实现,模糊控制及其仿真程序的实现-matlab simulink
- 2022-05-16 03:11:33下载
- 积分:1
-
this a html prg and it used write web cell.
this a html prg and it used write web cell.-this a html prg and write it used web cell.
- 2022-10-25 15:40:03下载
- 积分:1
-
Javasrcript 编程示例
Javasrcript 编程示例-Javasrcript Programming Example
- 2022-06-30 06:37:33下载
- 积分:1