搜索资源列表
huibian_asm
- 汇编程序和实验报告 1.输入0-100之间的n值,计算Fibonacci数,以十进制数输出。 2.从键盘输入一行字符,以‘$’结束,查找输入的字符串是否包含’computer’ 字符串,如果包含,计算包含’computer’字符串的个数,并以十进制输出个数。 3.建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲。 4.建立图书资料文档,要求具有插入,更新,删除,查询等功能,使用菜单提示。-compilation of experimental procedu
yanzy3
- 汇编程序实现从键盘输入的字符串比较,最后输出not found 或者查找到的首字符位置
查找匹配字符串所在的位置
- 汇编实验 查找匹配字符串所在的位置 输入一段字符 能查出它的位子和个数-compilation of experimental search string matching the location for the importation of characters it can be detected and the number of seats
compare1
- 查找匹配字符串 程序接收用户键入的一个关键字以及一个句子.如果句子中不包含关键字则显示 NO PATH 如果句子中包含关键字则显示从这该字在句子的位置用十六进制数显示出来-search procedures to receive matching string typing a keyword and a sentence. If the sentence does not contain the keyword showed NO PATH if the sentence conta
hb
- 计算机汇编实验:表格显示字符,查找匹配字符串,分类统计字符个数,查找电话号码,求Fibonacci-Computer compilation of the experiment: table shows the characters, to find matching strings, keep separate statistics on the number of characters to find telephone numbers, and Fibonacci
20072985
- 汇编实验 之 列表与字符串操作实验 一:实验目的 1. 掌握列表的存储结构; 2. 掌握记录定义伪指令与结构定义伪指令的使用方法; 3. 掌握列表的插入、删除方法; 4. 掌握列表的排序、检索方法; 5. 掌握字符串基本运算和组合运算方法; 二:实验要求 1. 学会在有序表或无序表中插入一个元素; 2. 学会在有序表或无序表中删除一个元素; 3. 学会使用交换排序和插入排序方法对无序表进行排序; 4. 学会用顺序检索、折半检索方法对无序表
Findtheletter
- 汇编语言,编写指令序列,在字符串中查找字符“B”,若找到,显示Found,否则,显示NotFound,吴泽乐-Assembly language, writing instruction sequence, find the characters in the string " B" , if found, display Found, otherwise, show NotFound, WU Ze-Le
4
- 在字符串STRI中查找字符E,若找到将显示Y,否则显示N。-Find characters in a string STRI E, if found will display Y, otherwise show N.
huibian
- 这是汇编语言的一些学习程序,包括了许多的东西分支程序设计: 1、编写程序,键入学生成绩(百分制),按A、B、C、D显示在屏幕上。 2、编写一程序,比较两个字符串所含字符是否相等,如果相等,在屏幕 上显示“Y”,反之显示“N”。 循环程序设计: 1、设有一段文字,编写一段程序查找字母a出现的次数,并显示在屏幕上。 2、编写程序,求出100以内既能被2整除又能被3整除的数,并显示在屏 幕上。 子程序设计: 1、编写子程序,分别计算100以内所有奇数之和与所有偶数之和,
find-specified-character-in--string
- 从字符串中查找指定字符,需要使用循环判断结构-Find the specified character string, you need to use a loop to determine the structure of
test
- 读取文件中的字符并显示在屏幕上,输入需要查找的字符串并高亮显示。-Read characters from a file and displayed on the screen, enter the required search string and highlight.
s5
- 查找字符串是否有字符“A”,如果有,执行P1段程序;若没有,执行P2。-There are characters in the search string is " A" , and if so, execute P1 segment program If not, do the P2.