-
新编Windows_API_参考大全
新编Windows_API_参考大全-New Windows_API_ reference Daquan
- 2023-05-18 22:50:03下载
- 积分:1
-
学了C#的基本语法后,到了学习窗口,这是C#窗体设计的经典入门教程,强烈推荐...
学了C#的基本语法后,到了学习窗口,这是C#窗体设计的经典入门教程,强烈推荐-study of the basic C# syntax, the study window, which is C# form design of the classic introductory tutorial, strongly recommended
- 2023-08-16 16:05:07下载
- 积分:1
-
OPA2634 the information described in detail information Chip
OPA2634方面的资料,芯片资料叙述详细-OPA2634 the information described in detail information Chip
- 2022-04-16 06:16:58下载
- 积分:1
-
TTL and CMOS
TTL和CMOS电平总结,对电路设计有很大帮助的,希望能给大家带来点什么-TTL and CMOS-level summary of the circuit design are very helpful, I hope everyone can bring something
- 2022-11-16 02:55: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
-
- 2022-08-06 13:46:05下载
- 积分:1
-
软件测试综合资料库.chm
软件测试综合资料库.chm-software testing integrated database. Chm
- 2022-04-14 20:01:40下载
- 积分:1
-
这是计算fibonacci数列的,如果大家有用请翻阅,
这是计算fibonacci数列的,如果大家有用请翻阅,-This is the calculation of Fibonacci numbers, and if useful to everyone please read,
- 2022-08-17 17:20:52下载
- 积分:1
-
DELPHI知识库
DELPHI知识库-DELPHI Knowledgebase
- 2023-06-26 11:15:04下载
- 积分:1
-
总共有三个压缩文件需要将这三个压缩文件放在一起解压缩
总共有三个压缩文件需要将这三个压缩文件放在一起解压缩-A total of three files necessary to put together three compressed file extract
- 2022-06-16 16:02:52下载
- 积分:1