搜索资源列表
lzg
- 一个关于汇编语言输出ASCII码字符的小程序,但从中可体会到汇编的入门-an output of the assembler language ASCII characters in the small program, but a compilation of the crux of the entry
as868251
- 上面都是C版本,最后给一个linux下as86编译的汇编版本. 就是用串口通讯线将两台机子用串口连起来进行通讯,最简单的。比如在a机上输入一个字符,在b机上能显示出来-above are C version linux finally given a clock under the compilation compiler versions. Serial communication is to use two machines will be used Serial Link togeth
yi
- 这是我上汇编实验课做的三个实验程序,功能可以是输入一个小写字母显示对应的大写字母,还有输入一串字符串,识别并且计数其不同类字符的个数
find
- 先建立两个字符数组再去取其中相同的部分在对话框中输出!一个很简单的用汇编编写的
zifu
- 液晶字符显示完全源程序(汇编) 文件根据需要建立其他关联,默认为DXP2004,
使用64个字符键加密文件的类
- 汇编内核的md5算法.使用方法:一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-compilation of md5 kernel algorithm. Use : One method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directl
汇编原理实验
- 计算机汇编实验:表格显示字符,查找匹配字符串,分类统计字符个数,查找电话号码
统计输入的字符串中各个字符的个数
- 汇编语言,用于统计输入的字符串中各个字符的个数。,country every word
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
chuangkou
- 汇编源程序,可以产生窗口并进行相关操作,输入字符或清屏。-Compilation of source code, you can have a window and related operations, to enter characters or money screen.
asdasdsd
- 大三的汇编实验源码,包括字符匹配,表格形式输出字符,不同类型字符的统计,以及综合性实验电话号码查找!-St. Paul s compilation of experimental source, including the characters match, in tabular form the output of characters, different types of characters to statistics, as well as the comprehensive expe
huibian
- 这是我做的汇编实验,其中包括4个实验:(1)实验方法,(2)用表格显示字符,(3)分类统计字符个数,(4)查找电话号码-This is a compilation of me to do the experiment, including the four experiments: (1) experimental methods, (2) use table shows the characters, (3) the number of separate statistics on the c
huibianyuyan
- 字符图形程序的设计与实现——汇编课设 含有报告及代码-huibian
ASM
- 8086汇编的一些实验程序,有进制转换,字符匹配,中断调用等-8086 compilation of some experimental procedures, binary conversion, character matches, the interrupt calls, etc.
huibian03
- 汇编源程序,输入一段字符串,统计其中的大、小写字母,数字及其他字符数目并输出。-Compilation of source code, enter a string uppercase and lowercase letters, numbers and other statistics on the number of characters and output.
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
综合设计
- 汇编菜单设计,可以实现一些简单的字符编辑功能,可以用于学生课程设计(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)