联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 汇编语言(26) 
按平台查找All DOS(26) 

[汇编语言] RR

这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是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 is a computer program is downloaded from the Internet can add, subtract, multiply, and divide calculation. The program accepts a hexadecimal number. Execution time required in the file name directly to keep up with the calculation of expression, such as the results of the implementation at the command prompt as follows: c: \ masm> js 3+2 5 c: \ masm> js 6* 7 2A c: \ masm> js 10-4 cc: \ masm> js 12/6 (2012-06-02, DOS, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/1899336.html

[汇编语言] masm

程序,把数据段中AAA标号地址中连续10个数(5,6,7,8,9,A,B,C,D,E,)读出,把每个数加2后再存入到数据段中BBB开始的标号地址中去,并把BBB数据显示出来;
Program, the data segment in 10 consecutive AAA label address the number of (5,6,7,8,9, A, B, C, D, E,) read out, and then add 2 to each number stored in the BBB data segment to the beginning of the address label, and display the BBB data (2010-10-26, DOS, 531KB, 下载3次)

http://www.pudn.com/Download/item/id/1327085.html

[汇编语言] year

一、实验名称:判断是否是闰年程序 二、实验目的:1、了解加、减、乘、除算术运算的编程方法; 2、了解变量传送的方式,如何访问存贮单元; 三、实验内容和要求: 用汇编语言编写判断某年是否为闰年,年份从键盘输入,通过运行计算后,输出相应信息。
1, Experiment name: to determine whether it is a leap year program 2, experimental purposes: one, to understand add, subtract, multiply, in addition to the programming method of arithmetic operations 2 to understand the way the variable transmission, how to access the storage unit 3, experimental content and the Requirements: written in assembly language to use to determine whether a particular year is a leap year, year, from the keyboard input, by running the calculation, the output the appropriate information. (2010-01-11, DOS, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1037413.html

[汇编语言] queen8

汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试.
Assembler to achieve: program features: Using depth-first search method to solve the eight queens problem and print the results. Out a few lines with 1-8 marks, respectively. Therefore, the position applied for 8 Queens 9 debugging feeling: it is troublesome to debug compilation , unlike C, plus a printf in any place can be known what is wrong. jumping around, and I do not know where the infinite loop, and it is not good debugging. (2009-12-19, DOS, 2KB, 下载12次)

http://www.pudn.com/Download/item/id/1010243.html

[汇编语言] jisuanqi

利用BIOS和DOS的中断来设计一个计算器,要求在屏幕上显示一个主菜单,提示用户输入相应的数字键,分别执行加、减、乘、除四种计算功能和结束程序的功能。
Use BIOS and DOS interrupt to design a calculator, the requirements on the screen displays a main menu that prompts the user to input the corresponding number keys, respectively, the implementation of add, subtract, multiply, with the exception of four procedures for calculating the function and the end of the function. (2008-11-22, DOS, 3KB, 下载5次)

http://www.pudn.com/Download/item/id/586026.html

[汇编语言] jisuanqi

简单的计算器 1.键盘输入两个10进制数据(1到4位),选择实现加、减、乘、除运算,并选择以2进制、8进制、10进制、16进制方式输入。 要求: 程序界面尽量方便使用并简洁。
Simple calculator 1. Keyboard input two 10-band data (1-4), select the realization of add, subtract, multiply, with the exception of computing, and choose to 2 M, 8 M, 10 M, 16 M enter. Requirements: easy-to-use interface and simple as possible. (2008-06-24, DOS, 3KB, 下载12次)

http://www.pudn.com/Download/item/id/497336.html
12
总计:26