-
C language programming and design as well as some articles
C语言编程与设计也是一些文章-C language programming and design as well as some articles
- 2023-08-06 09:50:03下载
- 积分:1
-
LINUX中文化资料大全
LINUX中文化资料大全-LINUX cultural information Daquan
- 2023-04-07 01:00:04下载
- 积分:1
-
vb的api函数,很全
vb的api函数,很全-vb api function is all
- 2022-03-22 22:35:12下载
- 积分:1
-
C++实例集合
c++初学者适合用书~!
帮助很大,从头看起,慢慢入门...
C++实例集合
c++初学者适合用书~!
帮助很大,从头看起,慢慢入门-c beginners suitable book ~! Great help, starting from scratch to see, slowly entry
- 2023-09-07 11:10:04下载
- 积分:1
-
FPGA chips power control options, infrastructure requirements
FPGA芯片的电源控制的 选择,基础要求-FPGA chips power control options, infrastructure requirements
- 2023-04-13 06:45: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
-
该压缩软件里包含着c++学习软件的源代码,使不错的教程。
该压缩软件里包含着c++学习软件的源代码,使不错的教程。-compression software, which contains the c learning software source code, so a good guide.
- 2022-03-13 16:14:41下载
- 积分:1
-
算法精华,学习算法使用,据说是目前最全的ACM竞赛的算法大全,不看会后悔的哦...
算法精华,学习算法使用,据说是目前最全的ACM竞赛的算法大全,不看会后悔的哦-Algorithm is the essence of learning algorithm to use, is said to be the most full-race of the ACM algorithm Daquan, oh do not look would regret
- 2022-07-09 02:57:10下载
- 积分:1
-
fms 开发媒体 应用程序 文档。祥见附件
fms 开发媒体 应用程序 文档。祥见附件-Development_of_media_applications
- 2023-04-25 18:40:04下载
- 积分:1
-
protel的设计知识大全,适用于protel的初学者,欢迎大家下载
protel的设计知识大全,适用于protel的初学者,欢迎大家下载-Protel
- 2022-04-16 11:14:29下载
- 积分:1