资源列表
4
- DOS code. The code is new. how are you. with pics. how is the code with you.
3
- JAVA code. the code is new. with pics. how are you.
2
- new code that is new. The code is DOS. the file contains a code. here it is ASM.
1
- new code that is new. The code is DOS. the file contains a code.
倒杨辉三角
- 倒杨辉三角的算法,还有代码,在控制台中输入一个数字作为杨辉三角的行数,输出一个排列有序的倒杨辉三角(Inverted Yang Hui triangle algorithm and code)
20170821
- 将不同的产品净值按照日期对应组合到一张表格上(Combine different product net values by date to a form)
算符优先分析法
- 编译原理课程设计——算符优先分析法,包括源代码和运行结果(Operator priority analysis)
IO口模拟I2C(主+从)
- 存储芯片和MCU,I2c主从收发通信程序;(If you want to use the program or the program referenced in the article, please specify in which data and procedures from STC)
14、实时时钟DS1302
- 实 验 名:Ds1302时钟显示 实验说明: 连接方式: 注 意: **********************************/(Experiment name: Ds1302 clock display EXPERIMENTAL DEscr iptION: Connection: Note:)
7、动态数码管
- *实 验 名:动态数码管显示(不带译码器) *实验说明:8位共阴极数码管显示0-8数字 *连接方式: *注 意: ******************************/(* Experimental name: dynamic digital display (without decoder) * Experimental descr iption: 8-bit common cathode digital display 0-8 numbers * Connectio
6、静态数码管显示
- *实 验 名:静态数码管实验 *实验说明:静态数码管流动显示0-9 *连接方式: *注 意: ************************************/(* Experimental name: static digital tube experiment * Experimental descr iption: static digital tube flow display 0-9 * Connection: * Note: **************
5、译码器实验
- *实 验 名:译码器实验 *实验说明:8个LED灯显示LS138译码器输出的低电平 *连接方式: *注 意: ************************************/ #include <reg51.h> //---定义IO口---// sbit LSA=P2^2; sbit LSB=P2^3; sbit LSC=P2^4; //---声明全局函数---// void Delay10ms(unsigned int c); /******