-
汇编语言的准备知识
汇编语言的准备知识- Assembly language preparation knowledge
- 2022-06-16 06:21:02下载
- 积分:1
-
5V数字电压表汇编程序,本程序已通过调试,
0-5V数字电压表汇编程序,本程序已通过调试,-0-5V digital voltage meter assembler, the program has passed through debugging,
- 2022-01-24 14:46:09下载
- 积分:1
-
一段用汇编语言完成的程序 非常好用 用于显示器的实现
一段用汇编语言完成的程序 非常好用 用于显示器的实现-section complete with assembly language is very useful procedure for the realization of displays
- 2023-01-29 10:15:03下载
- 积分:1
-
a simple compilation of examples DcCopy
一个简单的汇编例子DcCopy-a simple compilation of examples DcCopy
- 2022-03-13 02:37:35下载
- 积分:1
-
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目...
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目-The system time display made by assembly language editor can be used in curriculum design and other projects
- 2023-02-25 04:50:04下载
- 积分:1
-
pic渐明渐暗
LED控制系统子程序
微芯公司的PIC子程序库及运算平台...
pic渐明渐暗
LED控制系统子程序
微芯公司的PIC子程序库及运算平台-pic gradually dimming LED control system prescribed subroutine PIC Microchip
- 2023-04-14 02:45:04下载
- 积分:1
-
Wang Shuang assembly language courseware, which is slides of both the book, comp...
王爽汇编语言的课件,里面全是幻灯片,全书的都有,学习王爽汇编的人不要错过-Wang Shuang assembly language courseware, which is slides of both the book, compiled by Wang Shuang learning not to be missed
- 2022-03-04 13:18:34下载
- 积分:1
-
一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。...
一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。- An assembly and VC union procedure code this procedure is for
the purpose of demonstrating how inserts the assembly language in VC,
reduces the procedure the size.
- 2022-01-25 20:46:37下载
- 积分:1
-
该程序用vb编写,程序是用于声卡测试的源码.
该程序用vb编写,程序是用于声卡测试的源码.-the procedures used to prepare vb, procedures for testing the sound card source.
- 2022-02-01 09:03:59下载
- 积分: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