-
网络通信
网络通信-Network Communication
- 2023-09-01 12:55:04下载
- 积分:1
-
关于学生的一个一个系统,比较好用,可以下栽
关于学生的一个一个系统,比较好用,可以下栽-On the students one by one system, useful comparison can be下栽
- 2022-04-16 10:24:35下载
- 积分:1
-
Jsp原码,里面有两个实例。
有想学习朋友快来看啊,保你满意!...
Jsp原码,里面有两个实例。
有想学习朋友快来看啊,保你满意!-Jsp original code, which has two examples. A friend wants to learn Come see ah ensure your satisfaction!
- 2022-01-26 01:04:47下载
- 积分:1
-
depth exploration Object Model C Notes, reference
深度探索C++对象模型笔记,可参考-depth exploration Object Model C Notes, reference
- 2022-03-23 09:22:31下载
- 积分: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
-
教你怎样使用ADO.NET读取与写入XLM 是一个课件
教你怎样使用ADO.NET读取与写入XLM 是一个课件-Teach you how to use ADO.NET to read and write XLM is a courseware
- 2022-05-22 15:14:21下载
- 积分:1
-
很好用的学习的程序中的一段仔细研究一下吧会有帮助的阿
很好用的学习的程序中的一段仔细研究一下吧会有帮助的阿-good with the learning process of a closer look it would help the A
- 2022-04-02 02:26:36下载
- 积分:1
-
Max+Plus II 简易用户使 用入门指南
Max+Plus II 简易用户使 用入门指南-Max Plus II Summary users Beginner"s Guide
- 2022-02-03 20:53:50下载
- 积分:1
-
这是一个很好的程序bakining系统
it is a nice program for bakining system
- 2022-01-26 08:22:47下载
- 积分:1
-
DataWindow Object 的几个有用的属性
DataWindow Object 的几个有用的属性-DataWindow Object several useful properties
- 2022-05-15 20:26:54下载
- 积分:1