-
利用LS273译码器并结合8255a和8259编写的电梯控制器程序
利用LS273译码器并结合8255a和8259编写的电梯控制器程序-Use LS273 decoder 8255a and 8259 prepared in conjunction with the elevator control program
- 2023-01-06 21:25:03下载
- 积分:1
-
it can help you use C++ program we
it can help you use C++ program we
- 2022-01-26 05:08:40下载
- 积分:1
-
你喜欢的女孩在一段程序中表达你的爱
用来向你喜欢的女孩子表达你内心深刻的爱意的一段程序-Do you like the girls used to express your love deep inside a section of program
- 2023-01-07 02:55:03下载
- 积分:1
-
modbus RTU
51单片机 ASM源代码
modbus RTU
51单片机 ASM源代码-modbus RTU51 Singlechip ASM source code
- 2023-06-28 14:20:03下载
- 积分:1
-
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序-prepared by using Matlab using the transfer matrix method photonic crystals with the structure of procedures
- 2022-02-11 11:28:40下载
- 积分:1
-
传感器DS18B20的测量温度的显示源程序代码
传感器DS18B20的测量温度的显示源程序代码-Measurement of the temperature sensor DS18B20 display of source code
- 2022-03-01 21:02:07下载
- 积分:1
-
use assembler in MCS
利用汇编程序在51单片机上实现了音乐播放器的功能,希望能给大家提供帮助.-use assembler in MCS-51 achieved a music player function, we can hope for help.
- 2022-03-21 08:23:11下载
- 积分:1
-
这是一个流水灯加汽灯控制程序。采用四位的拨码开关,低电平有效。...
这是一个流水灯加汽灯控制程序。采用四位的拨码开关,低电平有效。-This is a wasted signals Yiding control procedures. The use of dial-4 switches, low-level effective.
- 2022-07-07 10:04:43下载
- 积分:1
-
基于mips指令集矩阵乘法实现
基于mips64的指令集,采用汇编实现矩阵乘法,在模拟器上可以自行输入矩阵的行数、矩阵的列数等信息,
然后自己设计矩阵的数据进行计算,感觉实现还是比较灵活的,但是也可以再改进一下
- 2023-01-08 15:05:03下载
- 积分:1
-
从键盘读入一个4进制数,CRT显示等效双…
从键盘读入一个四位的十六进制数,CRT显示等值的二进制数.
由于每个十六进制数位对应4个二进制,所以每读入一个十六进制位后,即可将其对应的4个二进制位依次输出。由于数字‘0’~ ‘9’的ASCⅡ码为30H~39H,字母‘a’~‘f’与 ‘A’~‘F’的ASCⅡ码为61H~66H 与41H~46H ,因此,如果输入的字母为数字‘0’~‘9’,则其低4位即为对应的二进制位;如果输入的字符为字母‘a’~‘f’或‘A’~‘F’,则需要减7,然后通过移位将低4位依次输出。
-Reading from the keyboard into a 4 hexadecimal number, CRT display equivalent binary number. Since each hexadecimal number of the corresponding 4-bit binary, so every time into a hexadecimal places, can be its corresponding 4-bit binary sequence output. Due to the number
- 2022-12-17 12:35:03下载
- 积分:1