资源列表

« 1 2 ... .48 .49 .50 .51 .52 2953.54 .55 .56 .57 .58 ... 3005 »

[汇编语言8、交通灯

说明://---定义IO口---// #define GPIO_DIG P0 //显示段码端口,74HC573锁存器; #define GPIO_PALCE P1 //数码管片选端口,74HC138译码器; #define GPIO_TRAFFIC P2 //交通灯端口; sbit RED10=P2^0; //上人行道红灯; sbit GREEN10=P2^1; //上人行道绿灯; sbit RED1
<9956 > 在 2024-10-05 上传 | 大小:26624 | 下载:0

[汇编语言5、译码器实验

说明:*实 验 名:译码器实验 *实验说明:8个LED灯显示LS138译码器输出的低电平 *连接方式: *注 意: ************************************/ #include <reg51.h> //---定义IO口---// sbit LSA=P2^2; sbit LSB=P2^3; sbit LSC=P2^4; //---声明全局函数---// void Delay
<9956 > 在 2024-10-05 上传 | 大小:22528 | 下载:0

[汇编语言6、静态数码管显示

说明:*实 验 名:静态数码管实验 *实验说明:静态数码管流动显示0-9 *连接方式: *注 意: ************************************/(* Experimental name: static digital tube experiment * Experimental descr iption: static digital tube flow display 0-9 * Connec
<9956 > 在 2024-10-05 上传 | 大小:18432 | 下载:0

[汇编语言7、动态数码管

说明:*实 验 名:动态数码管显示(不带译码器) *实验说明:8位共阴极数码管显示0-8数字 *连接方式: *注 意: ******************************/(* Experimental name: dynamic digital display (without decoder) * Experimental descr iption: 8-bit common cathode digital di
<9956 > 在 2024-10-05 上传 | 大小:37888 | 下载:0

[汇编语言14、实时时钟DS1302

说明:实 验 名:Ds1302时钟显示 实验说明: 连接方式: 注 意: **********************************/(Experiment name: Ds1302 clock display EXPERIMENTAL DEscr iptION: Connection: Note:)
<9956 > 在 2024-10-05 上传 | 大小:36864 | 下载:0

[汇编语言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)
<lailaa > 在 2024-10-05 上传 | 大小:16384 | 下载:0

[汇编语言算符优先分析法

说明:编译原理课程设计——算符优先分析法,包括源代码和运行结果(Operator priority analysis)
<IMM > 在 2024-10-05 上传 | 大小:523264 | 下载:0

[汇编语言20170821

说明:将不同的产品净值按照日期对应组合到一张表格上(Combine different product net values by date to a form)
<孟大伟 > 在 2024-10-05 上传 | 大小:8192 | 下载:0

[汇编语言倒杨辉三角

说明:倒杨辉三角的算法,还有代码,在控制台中输入一个数字作为杨辉三角的行数,输出一个排列有序的倒杨辉三角(Inverted Yang Hui triangle algorithm and code)
<a snake > 在 2024-10-05 上传 | 大小:2419712 | 下载:0

[汇编语言1

说明:new code that is new. The code is DOS. the file contains a code.
<aih10 > 在 2024-10-05 上传 | 大小:844800 | 下载:0

[汇编语言2

说明:new code that is new. The code is DOS. the file contains a code. here it is ASM.
<aih10 > 在 2024-10-05 上传 | 大小:843776 | 下载:0

[汇编语言3

说明:JAVA code. the code is new. with pics. how are you.
<aih10 > 在 2024-10-05 上传 | 大小:843776 | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 2953.54 .55 .56 .57 .58 ... 3005 »

源码中国 www.ymcn.org