-
PROTEL99.PPT protel99 电路设计与应用 教案
PROTEL99.PPT protel99 电路设计与应用 教案 -PROTEL99.PPT protel99 circuit design and application of teaching plans
- 2022-08-16 11:07:46下载
- 积分:1
-
常用的c语言函数表,电子书,里面有目录.
常用的c语言函数表,电子书,里面有目录.-usefull c function,e book,there are index in it........
- 2022-04-09 15:37:57下载
- 积分:1
-
创建功能窗口和应用程序代码的形式
创建GRIDCTRL表格窗口及应用编程代码-create GRIDCTRL forms window and the application programming code
- 2022-04-24 05:57:05下载
- 积分:1
-
linux c函数手册,CHM格式,带函数索引,方便查找,涵盖了所有常用的linux C函数,绝大多数函数带有简单明了的示例,绝对不同于别的粗制滥造的手册...
linux c函数手册,CHM格式,带函数索引,方便查找,涵盖了所有常用的linux C函数,绝大多数函数带有简单明了的示例,绝对不同于别的粗制滥造的手册-linux c function manual, CHM format, with the index function to facilitate the search, covering all commonly used linux C function, the vast majority of functions with simple and clear example of shoddy absolutely different level of manual
- 2022-02-28 11:04:24下载
- 积分:1
-
VC++技术内幕书籍,简单易懂,适合入门同学使用
VC++技术内幕书籍,简单易懂,适合入门同学使用-technical books, simple to understand and suitable for the students to use portal
- 2022-02-14 12:46:00下载
- 积分:1
-
本文主要介绍了vc++中添加、显示图片的方法,希望对有需要的朋友有帮助...
本文主要介绍了vc++中添加、显示图片的方法,希望对有需要的朋友有帮助-This paper describes the vc++ to add, display pictures, and I hope to have a friend in need help
- 2022-04-13 14:37:39下载
- 积分:1
-
Petzold的Windows程序设计(第五版)北大版.pdf。名著啊!人人得而下载之...
Petzold的Windows程序设计(第五版)北大版.pdf。名著啊!人人得而下载之-Petzold s Windows Programming (Fifth Edition) version of Peking University. Pdf. Classic ah! Everyone has the right and the downloading
- 2022-02-05 16:17:55下载
- 积分:1
-
这本书教会你如何编写高质量的程序,正如书名所说的,其中存在着很多奥妙...
这本书教会你如何编写高质量的程序,正如书名所说的,其中存在着很多奥妙-this book you how to prepare the Church of quality procedures, as mentioned in the title, there are a lot of mystery
- 2022-01-28 00:40:42下载
- 积分: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
-
有很多技巧的
有很多技巧的-a lot of skills.
- 2022-03-09 17:04:44下载
- 积分:1