联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(5) 
按平台查找All Asm(5) 

[数据结构] Desktop

加减运算——从键盘输入一个十进制两位数的加减运算表达式,如6+67-8=,编程计算表达式的值,输出十进制结果,+、-位置任意。并要求程序能反复执行直道对“还要继续吗?(y/n)”之类的提示回答“n”或“N”为止。
Addition and subtraction operation input a decimal two digit addition and subtraction expression from the keyboard, such as 6 + 67-8 =, programming to calculate the value of the expression, output decimal results, +, - position arbitrary. And require the program to be able to execute the straight line repeatedly? (Y / N) "and so on until" n "or" n "is answered. (2020-06-30, Asm, 29KB, 下载0次)

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

[数据结构] test3

实验三 分支循环程序设计 1.实验目的 (1)学习调试程序,查找逻辑错误; (2)学习分支语句的编程和调试; (3)学习循环语句的编程和调试。
Experimental three-branch cycle programming         1. Purpose         (1) study the debugger to find the logic error         (2) study branch statement programming and debugging         (3) learning to program and debug loop statement. (2016-04-26, Asm, 85KB, 下载1次)

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

[数据结构] three

全盘搜索程序 本程序要用到的 DOS 中断很少,仅为 4EH 和 4FH,功能是查找第一个匹配文件名和继续查找,编程难点是要用到类似于堆栈的数据结构,把找到的子目录名暂时存起来,等当前目录找完后在取出来,然后继续查找下一个目录,我用的方法是开一个缓冲区,定义一个指针,用来指向缓冲区结束的地方。用的是先进先出方式,为了节省空间,每个目录项长度不等长,由每项的前 2 个字节来指向前面一条目录项。
Comprehensive search program to use this program to the DOS interrupt rarely, only 4EH and 4FH, function is to find the first matching file name and continue to find, programming difficulty is to use a stack data structure similar to a subdirectory found were temporarily kept up, such as the current directory to find after removing it, and then continue to look for a directory, I used method is to open a buffer zone, to define a pointer to the end of the buffer areas. Using a FIFO manner, in order to save space, each directory entry unequal length, the former two bytes to each point in front of a directory entry. (2014-12-08, Asm, 5KB, 下载3次)

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

[数据结构] task1

数值排序的问题,按照数值大小来排列顺序的编程,
Sorting numerical problems, in accordance to the order of magnitude of the programming, (2013-05-28, Asm, 1KB, 下载1次)

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

[数据结构] ex1

编程,对输入的一串字符串进行统计,显示其中的数字个数、小写字母个数和大写字母个数。用十进制表示结果。(每种不超过99个)
Programming, to input a string of a string statistics, showed that of the digital number, lowercase number and the number of capital letters. In decimal representation results. (each not more than 99) (2012-11-05, Asm, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/2037063.html
总计:5