-
一百个c语言编程实例,如水仙数生成,兔子问题,经典~
一百个c语言编程实例,如水仙数生成,兔子问题,经典~-100 c language programming examples, such as narcissus number generator, rabbit problem, the classical ~
- 2022-01-31 11:23:41下载
- 积分:1
-
算法设计过程是编程的本质是真正的结构性问题。
算法是程序设计的精髓,程序设计的实质就是构造解决问题的算法,将其解释为计算机语言。-algorithm design process is the essence of programming is the real structural problem-solving algorithm, be interpreted as a computer language.
- 2022-03-30 05:52:46下载
- 积分:1
-
Algorithms and Applications
Algorithms and Applications
- 2022-02-01 04:28:50下载
- 积分:1
-
C++函数库电子手册,详细讲解了c++的函数应用
C++函数库电子手册,详细讲解了c++的函数应用-C++ Library of electronic manuals, detailed account of c++ Function application
- 2023-04-16 09:00:03下载
- 积分:1
-
teach how to use basic tools in vc2005
teach how to use basic tools in vc2005
- 2022-07-12 07:44:56下载
- 积分:1
-
VC insider source technology
VC技术内幕源程序-VC insider source technology
- 2022-04-10 23:44:55下载
- 积分: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
-
Linux 目录结构及主要内容2
Linux 目录结构及主要内容2-Linux directory structure and main contents of two ~~~~~~~~~~~~~~~~~~~~~
- 2022-01-26 02:07:08下载
- 积分:1
-
路由器配置的视频,适用于初学者,请认真阅读
路由器配置的视频,适用于初学者,请认真阅读-Router configuration video for beginners, please read carefully
- 2022-04-17 13:46:45下载
- 积分:1
-
建议ITU
RECOMMENDATION ITU-R M.1678,Adaptive antennas for mobile systems-RECOMMENDATION ITU-R M.1678, Adaptive antennas for mobile systems
- 2022-07-07 05:49:15下载
- 积分:1