资源列表
排序选择:
[汇编语言] 和25pc机间的通信
说明:这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为用中断方式实现-PC communication among the examples procedures "require" to be used for achieving and procedures "interrupt" for the use of interruption means<赖毅勇> 在 2008-10-13 上传 | 大小:3.19kb | 下载:0
[汇编语言] 字符图形程序中国北京
说明:这是一个显示“中国北京”字样的程序,按“q”键退出。-This is a show that the "China Beijing" indication of procedures, according to the "q" key to exit.<赖毅勇> 在 2008-10-13 上传 | 大小:1.88kb | 下载:0
[汇编语言] 键盘录入数据的转换与显示
说明:本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal number (1 - 4 symbolic value), this will be two decimal number were converted to a binary number, and then seek his, and<赖毅勇> 在 2008-10-13 上传 | 大小:4.11kb | 下载:0
[汇编语言] 代码转换程序
说明:这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7模块1又调用模块2、3、4和6四个模块,其中: 模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换按“q”键退出。使用时,需将7个文件分别汇编,连接的方法为:5+1+2+3+4+6+7生成可执行文件“5” 即可运行。-This a letter or number into the system p<赖毅勇> 在 2008-10-13 上传 | 大小:4.68kb | 下载:0
[Windows编程] 计算平台长度程序
说明:这是一个计算数字平台长度的程序,如: 运行时输入: 111122333,结果为: 4 1111 注:本程序在dos中或windows98中运行。-This is a digital platform length calculation procedures, such as : Runtime input : 111122333, the result : 4 1111 Note : This procedure dos or running Windows98.<赖毅勇> 在 2008-10-13 上传 | 大小:1.57kb | 下载:0
[Windows编程] 加减乘除四则运算
说明:这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6-This downloaded from the Internet from a computer program can achieve, plus or mi<赖毅勇> 在 2008-10-13 上传 | 大小:3.74kb | 下载:0