资源列表
windows_code_writing_instruction
- windows编程指导,有授课主线和样本代码分析和指导。对象为入门学者或者自学的人-outline & example for windows code writing
IPMessenger
- 使用C++语言,windows开发环境,实现飞鸽传书功能-Using the C++ language, windows development environment, to achieve IP Messenger feature
hgina
- HGina 可以记录windows登陆或者终端登录密码-HGina can record windows login password login or a terminal
WinRAR
- this file is an application in windows-this file is an application in windows
WordsAnalyze
- 编译原理词法分析程序,VC++编写。词法分析程序,简单易懂-Principles of lexical analysis program to compile
winhex
- sample Win hex editor
serial
- serial communication implemented in pascal, testing it so it can be converted to C
3LbitbED
- #include <reg52.h> //预处理命令 void delay(unsigned int n) void display(unsigned int num) void main(void) //主函数名
8bitLED
- void delay(unsigned int n) { unsigned int a unsigned int j //这是一个循环 }-void delay(unsigned int n) { unsigned int a unsigned int j //这是一个循环 }
16bitLED
- void display(unsigned int num) { switch(num) { case 0: { P03=0 //0-void display(unsigned int num) { switch(num) { case 0: { P03=0 //0
Calculation
- void main(void) //主函数 { unsigned int ge,shi,bai,qian //存储各个位上的数值-void main(void) //主函数 { unsigned int ge,shi,bai,qian //存储各个位上的数值
KeyboardScan
- //void delay(unsigned int n) void display(unsigned int num,unsigned int wei) //num为0~9,wei 为1~4 (1个位,2十位,3百位,4千位)