-
4个源代码 比较经典 适合CSharp初学者
4个源代码 比较经典 适合CSharp初学者-4 Comparison of the classical source code suitable for beginners CSharp
- 2022-05-12 15:27:42下载
- 积分:1
-
VC++小游戏开发实例教程,有实例有图片
VC++小游戏开发实例教程,有实例有图片-VC++ examples of small game development tutorial
- 2022-06-27 15:27:35下载
- 积分:1
-
潘松的现代计算机组成原理,很好的一本书,和大家一起分享!...
潘松的现代计算机组成原理,很好的一本书,和大家一起分享!-Pan Song of the principles of modern computer components, one very good book, and share with everyone!
- 2022-01-26 08:27:39下载
- 积分: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
-
classic books, it is a pity that only the English
经典书籍,只可惜是英文的-classic books, it is a pity that only the English
- 2022-08-22 00:17:59下载
- 积分:1
-
这是讲述VC++在通讯中的应用的一篇文章,或许会给你带来有用的信息哦...
这是讲述VC++在通讯中的应用的一篇文章,或许会给你带来有用的信息哦-This is about communication VC in the application of an article, perhaps gives you useful information oh
- 2022-03-23 13:46:08下载
- 积分:1
-
欧姆龙CJ1MCJ1G_HCS1DCS1G_H系列PLC CJ1W
欧姆龙CJ1MCJ1G_HCS1DCS1G_H系列PLC CJ1W-TC002操作说明.pdf-CJ1MCJ1G_HCS1DCS1G_H Series Omron PLC CJ1W-TC002 Instructions. Pdf
- 2022-02-28 23:27:19下载
- 积分:1
-
手写输入,采用ajax技术,利用ruby语言编写的手写输入代码。
手写输入,采用ajax技术,利用ruby语言编写的手写输入代码。-Handwriting input, using ajax technology, the use of ruby language handwriting input code.
- 2022-05-17 21:17:52下载
- 积分:1
-
小波学习资料
供初学者和小波爱好者参考用
小波学习资料
供初学者和小波爱好者参考用
- 2022-08-14 13:41:02下载
- 积分:1
-
关于XML和网页配合使用的好书,值得看
关于XML和网页配合使用的好书,值得看-on XML and Web sites used in conjunction with the books worth observing
- 2022-03-21 22:38:36下载
- 积分:1