搜索资源列表
cipher
- 该程序将键盘输入的字符串与机内设定的字符串比较,若相同,则显示“OK”,否则显示“illegal user” 程序中有详细注释。
318
- 汇编语言设计简单的字符串比较,输入密码然后比较和预设密码是否相同
strcmp
- 通配符字符串比较函数,c++编写,速度自认为还可以,bug不知,如那位大侠发现bug或有更好的算法还请告知.(gmajvfhp@163.com)
stringmatching
- 字符串匹配设计:为了掌握提示信息的设置方法及读取键入信息的方法。编写程序实现两个字符串比较。如相同,则显示:“MATCH”,否则,显示:“NO MATCH”。
huibian
- 汇编语言写的程序,包括学生成绩管理,字符串比较,数据加密,四则运算,
yanzy3
- 汇编程序实现从键盘输入的字符串比较,最后输出not found 或者查找到的首字符位置
StrMatch
- 字符串比较程序。 能够比较两个字符串的相似程度。采用动态规划算法实现。-string comparison procedures. To compare two string of similar extent. Using dynamic programming algorithm.
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
StringEqual.tar
- 这是一个x86汇编语言的HelloWorld小程序,演示怎样比较两个字符串是否相等。-This is a x86 assembly language of the HelloWorld applet, shows you how to compare two strings are equal.
zifuchuanbijiao
- 数据结构试验,字符串比较,自己做的代码,直接能用-Test data structure, string comparison, their own code, can be used directly
work2
- 使用汇编语言编写字符串比较,查找关键字出现的位置,对于键盘输入的使用-MASM
lab3
- 编写程序,实现两个字符串比较,如相同,由显示“MARCH”,否则,显示“NOMATCH”-Programming to achieve the two string comparison, as the same, by the display " MARCH" , otherwise display " NOMATCH"
huibianyuyan-shiyan
- 汇编语言实验内容:1、顺序程序设计;2、学生成绩统计(求最大值,最小值,平均值并输出结果);3、字符串比较——字符串输入并比较其中是否存在某个子串;4、循环程序设计。-Assembly language experiment: 1, order programming 2, student achievement statistics (seeking maximum, minimum, average and output) 3, string comparison- String inp
ZIFUPIPEI
- 编写程序,实现两个字符串比较。则显示“MATCH”,否则,显示“NOMATCH”-Write a program to achieve two string comparison. Shows the " MATCH" , otherwise, the show " NOMATCH"
Three
- 字符串匹配实验 实验内容:编写程序实现两个字符串比较。如果相同,则屏幕显示“match”,否则屏幕显示”nomatch”-String matching experiment Experiment content: write program realization is two strings. If the same, the screen shows "match", otherwise the screen shows "nomatch"
character--string-match
- 小程序:编写程序实现两个字符串比较。如果相同,则屏幕显示“match”,否则屏幕显示”nomatch”-small routine:input two characters strings,if they are sample ,show"match" on the screen , otherwise show "nomatch" on the screen.
HUIBIAN
- 初级汇编应用:打印字符、转换代码、字符串比较等等。-Primary assembler application: Print character conversion code, string comparison, etc..
functions
- 函数的定义与调用、杨辉三角、字符串连接、回文数、字符串比较函数、冒泡排序-some discr iptions of fuction
zifuchuanbijiao
- 字符串比较相似度的一个实例,写的还行吧,希望对大家有所帮助。-An example of a string comparison similarity, write OK, we hope to help.
strcmp
- 汇编语言实现字符串比较,strcmp的功能-Assembly language to achieve the string comparison, strcmp function