搜索资源列表
random
- 用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generatio
1
- (汇编程序)使用MASM 5.0工具,完成10字节长两个压缩无符号BCD数相加的实验程序。两个操作数最好从键盘输入,采用数据段定义(常数)也可以。调试通过、运算结果正确、结果可观察,程序运行具有容 错性、代码编写风范良好、语句行适当注释。-(Assembler) using MASM 5.0 tools to complete the 10 bytes long compressed unsigned BCD number two added to the experimental proced
edit
- 简单的代码统计器,可以统计文本行数和asm文件注释行数-Simple code statistics, number of rows can count the number of lines of text and asm file comments
edit
- 简单的代码统计器,可以统计文本的行数和asm代码的注释行数-Simple code statistics, the number of comment lines can count the number of lines of text and asm code
VBLine
- 检测代码行数Detecting the number of lines of code-Detecting the number of lines of code
倒杨辉三角
- 倒杨辉三角的算法,还有代码,在控制台中输入一个数字作为杨辉三角的行数,输出一个排列有序的倒杨辉三角(Inverted Yang Hui triangle algorithm and code)