-
c语言深入阅读的经典文献,英文版的,前一个上载的是中文版的...
c语言深入阅读的经典文献,英文版的,前一个上载的是中文版的-c language-depth reading classic literature, in English, the previous upload is the Chinese version of
- 2023-04-01 13:15:03下载
- 积分:1
-
第三版C++入门,学习C++不错
c++primer第三版,学习c++的好电子书,希望对大家能够有所帮助。-c primer third edition, learning c good e-books, we hope to be able to help.
- 2023-04-08 05:50:03下载
- 积分:1
-
喜欢
希望大家喜欢,这是我自己写的程序,请多多指教-like
- 2022-07-01 00:39:23下载
- 积分:1
-
软件设计师教程,一个较全面的软件设计师教程电子书
软件设计师教程,一个较全面的软件设计师教程电子书-Software Architect Tutorials, a more comprehensive tutorial eBook Software Architect
- 2022-10-31 06:05:06下载
- 积分:1
-
Explain the C++, PPT (mainly about pointers and string)
讲解C++的PPT(主要是关于指针和字符串)-Explain the C++, PPT (mainly about pointers and string)
- 2022-05-08 19:07:13下载
- 积分: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
-
i2c device at24c16 such as technical information, detailed information at24c16 d...
at24c16等i2c器件的技术资料 ,详细介绍了at24c16的器件信息-i2c device at24c16 such as technical information, detailed information at24c16 device
- 2022-09-29 14:30:03下载
- 积分:1
-
VC6 from entry to the proficient
VC6从入门到精通-VC与数据库管理 里面有一些关于VC和数据库的知识-VC6 from entry to the proficient- VC and database management there are a number of VC and the knowledge database
- 2022-04-10 20:32:50下载
- 积分:1
-
复件 JAVA面试题集基础篇 复件 JAVA面试题集基础篇
复件 JAVA面试题集基础篇 复件 JAVA面试题集基础篇 -TD descrption
- 2022-01-21 18:30:47下载
- 积分:1
-
This is written by someone else programming experience, and now onto Chuan share
这是别人写的编程经验,现传上来与大家共享-This is written by someone else programming experience, and now onto Chuan share
- 2022-07-16 08:21:18下载
- 积分:1