-
VC例题源代码,书本上的。。几乎是通用的
VC例题源代码,书本上的。。几乎是通用的-VC Example source code, books. . Almost universal
- 2023-07-29 06:40:04下载
- 积分: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
-
论文《research_and_implement_distributed_intrusion_detection_system_on_mobile_agent...
论文《research_and_implement_distributed_intrusion_detection_system_on_mobile_agent》-Thesis research_and_implement_distributed_intrusion_detection_system_on_mobile_agent
- 2022-02-04 10:24:01下载
- 积分:1
-
WINDOWS核心编程,很好的一本书,china――pub.com出品。
WINDOWS核心编程,很好的一本书,china――pub.com出品。-WINDOWS-core programming, a good book, china- pub.com Chu Pin.
- 2023-02-07 20:05:11下载
- 积分:1
-
MATLAB6.5使用PPT讲座
MATLAB6.5的使用方法的ppt讲座-MATLAB6.5 use of ppt lectures
- 2023-07-05 01:35:04下载
- 积分:1
-
the c book with basic example
the c book with basic example
- 2022-03-01 14:16:32下载
- 积分:1
-
我收藏的数据结构与算法,与大家共享,谢谢支持
我收藏的数据结构与算法,与大家共享,谢谢支持-My collection of data structures and algorithms, and share, thanks to support
- 2022-03-20 21:54:48下载
- 积分:1
-
邵版数据挖掘原理与算法,pdf格式,中国水利水电出版社出版...
邵版数据挖掘原理与算法,pdf格式,中国水利水电出版社出版-Shao version of data mining theory and algorithms, pdf format, China Water Conservancy and Hydropower Publishing House
- 2022-04-10 07:24:32下载
- 积分:1
-
一个很好的时钟FLASH
一个很好的时钟FLASH-a good clock FLASH
- 2023-04-29 14:00:03下载
- 积分:1
-
gnat315pnt
gnat315pnt为了确保前面两个软件能运行成功再来一个ADA程序编译器,ADA语言可是比C/C++更稳定的语言哦-gnat315pnt
- 2023-03-31 22:05:07下载
- 积分:1