资源列表
[汇编语言] kebord--entry--and--show
说明:简单的小程序:将键盘输入的十六进制数转换为等值的二进制数,并在屏幕上显示。列如:键入f2,则显示11110010-simple small routine:input a hexadecimal number form keyboard and transform to binary number and show on the scream. For example: iuput f2,show 11110010<张双鸣> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[汇编语言] character--and--case--calculation
说明:小程序:先在屏幕上显示“input string,”,输入字符串 再显示“result=”。如为0~9的数字,则计数器加1,如为非数字,则直接显示,但不计数。-small routine:first show “input string,”on the screen ,then input string then show"result="。for example"0~9",couter+1,if it is not number,t<张双鸣> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[汇编语言] character--string-match
说明:小程序:编写程序实现两个字符串比较。如果相同,则屏幕显示“match”,否则屏幕显示”nomatch”-small routine:input two characters strings,if they are sample ,show"match" on the screen , otherwise show "nomatch" on the screen.<张双鸣> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[汇编语言] Interrupt-method-
说明:中断法红外解码程序,少占用资源,比较好用-IR decoder interrupt method, less resource-intensive, relatively easy to<李密> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[汇编语言] SIMPLE-SYSTEM
说明:简单的信息检索系统,数,调用GetMonthSize,把得到的结果放到数据段的MonthSize中。如果是1、2月,要根据蔡勒公式进行变换。然后是计算当前月份的第一天是星期几的过程。计算出之后在屏幕上留下相应的空格(为了对齐!)。 -SIMPLE SYSTEM<陈小> 在 2024-11-14 上传 | 大小:1kb | 下载:0