-
这是一本很不错的关于数据结构的电子书籍,对于初学者很有帮助。...
这是一本很不错的关于数据结构的电子书籍,对于初学者很有帮助。-This is a very good data on the electronic structure of the books for beginners helpful.
- 2022-07-08 01:25:38下载
- 积分:1
-
MATLAB数学工具箱,包含了MATLAB在工程数学应用中的函数及其用法...
MATLAB数学工具箱,包含了MATLAB在工程数学应用中的函数及其用法-MATLAB Math Toolbox, MATLAB includes mathematical applications in engineering functions and their usage
- 2022-07-03 20:09:15下载
- 积分:1
-
我收藏的一些经典汇编程序设计教程,包括IBM
我收藏的一些经典汇编程序设计教程,包括IBM-pc汇编程序设计第五版完整版。-My collection of some of the classic compilation of programming tutorials, including the IBM-pc assembly programming the fifth edition of the full version.
- 2023-04-15 16:50:05下载
- 积分:1
-
windows API 大全,是从事Windows应用程序开发所必备的说明文档
windows API 大全,是从事Windows应用程序开发所必备的说明文档-Daquan, is engaged in the development of Windows applications by the required documentation
- 2022-06-15 15:07:55下载
- 积分:1
-
这是java手册的前五个文件,pdg格式
这是java手册的前五个文件,pdg格式-This is the first five manual document format PDG
- 2022-06-17 04:43:49下载
- 积分:1
-
学习MFC的好例子3
学习MFC的好例子3-learning a good example of 3
- 2022-06-21 08:08:08下载
- 积分: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语言中的malloc()函数,以及free()函数
实现C语言中的malloc()函数,以及free()函数-C language realization of the malloc () function, as well as free () function
- 2022-02-07 23:24:38下载
- 积分:1
-
我学习UNIX的体会。
我学习UNIX的体会。-I learn UNIX experience.
- 2022-05-01 02:44:50下载
- 积分:1
-
一本关于嵌入式系统C语言编程的进阶书籍.包括具体实例....
一本关于嵌入式系统C语言编程的进阶书籍.包括具体实例.-A book on C language programming of embedded systems advanced books. Including specific examples.
- 2022-07-26 15:25:42下载
- 积分:1