搜索资源列表
c_shizizimur
- 本程序实现计数,用汇编16计算一字符串的数字字母和其他字符的个数-This procedure to achieve count, calculated using the compilation of a string of 16 alphanumeric and other characters in the number of
ASM
- 8086汇编的一些实验程序,有进制转换,字符匹配,中断调用等-8086 compilation of some experimental procedures, binary conversion, character matches, the interrupt calls, etc.
综合设计
- 汇编菜单设计,可以实现一些简单的字符编辑功能,可以用于学生课程设计(The compilation of the menu design, can achieve some simple character editing function, can be used for students in curriculum design)
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)
masm
- 建立长度为n的顺序表,然后将表中的数据元素逆置,即若表中原来的数据元素序列为(a0,a1,a2,…,an),则逆置后的数据元素序列为(an,an-1,an-2,…,a1,a0)。(数据类型为字符型) 输入 第一行为顺序表的长度n; 第二行为顺序表中的数据元素. 输出 输出为逆置后的顺序表.(helloworld jhhhhh)