搜索资源列表
count4
- 统计字符串中字母和数字的个数,对自学汇编的人会有帮助的,其中有如何输入字符串,如何输出两位数.-statistics strings of letters and digits of the number, the compilation of self-help, which is how the input string, how to double-digit output.
分类统计字符个数
- 汇编实验 分类统计字符个数 能统计字符、数字、符号的个数。-experimental statistics compiled characters Statistics Number of characters, numbers, symbols of the number.
几个汇编代码code
- fx.asm 反序输出 cpc.asm 人机对话 DECHEX.ASM 十进制到十六进制转换 PX.ASN 排序 DISP.ASM 显示非组合BCD码 COUNTA.ASM 统计字符A的个数 GRA.ASM 格雷码 TADD.ASM 加法运算 TMUL.ASM 乘法运算-fx.asm sequence output cpc.asm anti-human-machine dialogue DECHEX.ASM decimal to hexadecimal c
huibainkechengsheji
- 这是汇编课程设计的题目,内含有五个程序:图书管理系统,字符统计等.-This is a compilation of subject curriculum design, which contains five programs : library management system, character statistics.
COUTchar
- 一个汇编实验的程序,用于分类统计字符个数-a compilation of experimental procedures, statistical classification for the number of characters
Testasm_liushui
- 利用嵌入式汇编来统计流水工作方式和非流水工作方式的的时间效率C++源码。-Embedded to statistics compiled water-ways and methods of work wasted time efficient C source code.
汇编原理实验
- 计算机汇编实验:表格显示字符,查找匹配字符串,分类统计字符个数,查找电话号码
统计输入的字符串中各个字符的个数
- 汇编语言,用于统计输入的字符串中各个字符的个数。,country every word
FORTRAN
- FOR TR AN 77科学计算子程序汇编。谭浩强主编,提供了100多个最经常使用的、最基本的子程序。内容包括:实矩阵的运算、复矩阵的运算、多项式的计算、插值法、微分法、数值积分、方程求解、方程组求解、微分方程求解、函数计算、概率统计等。 -FOR TR AN 77 subroutine compilation of scientific computing. TAN Hao-Qiang editor, providing more than 100 of the most frequent
hream
- 用汇编实现统计输入的字符串中有多少个字母,多少个数字,以及空格,和其它字符,并显示出来。-Compilation of statistics used to achieve input string the number of letters, the number of digits, and spaces, and other characters, and displayed.
assembly
- 里面有六个汇编程序,分别为: 实验一:在屏幕上显示数字串“0123456789”,每串一行,共显示10行。 实验二:从键盘上输入一含有多个随机出现的空格的字符串,滤出其中所有空格后,输出显示不含空格的该字符串。 实验三:从键盘输入一个字母,然后输出它的前一个字母,和后一个字母。这里必须考虑大小写字母,还要考虑A、a只会输出它后面那个字母,Z、z只会输出它前面那个字母。 实验四:显示小于1000的素数(用十进制数显示它们)。 实验五:分别统计内存中从0f00H开始的1024个
maopaofa
- 汇编语言课程设计实习题目,主要用子程序来实现学生分数统计,有详尽代码-Assembly language curriculum design internship subject, is mainly used to implement subroutine students score statistics, there are detailed code
score
- 一个完成学生成绩统计,以及统计平均分,最高,最低的汇编程序-A completed student performance statistics, and statistical average, the highest and lowest Assembler
huibian
- 汇编语言写的几个简单的汇编小程序,有求三个无符号数的最大值,求十个数中的最大最小值,将十进制数转换成十六进制数,统计字符串中字母、数字等的个数、输出字符串等简单汇编小程序,适合初学者-Written in assembly language, the compilation of a small number of simple procedures, seeking the maximum of three unsigned, seeking the maximum and minimum n
tongjizhongduan
- 汇编统计男女生人数(中断处理) 用1/0代表男生女生,键盘输入 进行统计,采用中断处理-Compiling statistics on the number of boys and girls (interrupt handling)
m
- 汇编统计学生成绩,并输出成绩分类,比如不合格,合格,良好,优秀-The compilation of statistics on student achievement, and output
汇编2 - 副本
- 从键盘上提示输入一串字符,统计其中大写字母的个数,小写字母的个数,数字的个数以及其它字符的个数,并且将结果显示在屏幕上。(input a string and print)
huibian
- 定义一串字符串(50个,包含字母和数字及其它字符,注意要有大小字母),将该字符串中的字母和数字分别找出来(Define a string of string (50, including letters and numbers and other characters, note that the size of letters), the string of letters and numbers were found out)
11个学生成绩按范围统计人数
- 输入11个学生成绩,输出每个分数段的人数,汇编