搜索资源列表
20032338的第三次作业
- 题目:删去s串中同t串相同的子串。主要功能:用户输入字符串s串和t串。该程序比较两个字符串,若s串中包含t串,则从s串中删去t串,否则输出s串不包含t串的提示。-topics : delete s t Series with the same string of substrings. The main functions : user input strings and t s Series Series. The procedure is two strings, if s t Series
my_strcmp
- 常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)-commonly used algorithm defined strcmp compare whether two strings match (I first algorithm) hee h
cmpstr
- 汇编语言,输入两个字符串,并比较两个字符串的大小与长度-compiled language, two input strings, and compare the two strings of size and length
match234
- 试编写一程序,比较两个字符串string1和string2所包含的字符是否相同。如果相同则显示‘Match’ ,否则,显示 ‘No match’,同时响铃提示。-prepared a test procedures Comparing the two strings string1 and string2 included whether the same characters. If the same show 'Match', it shows that 'No ma
StrMatch
- 字符串比较程序。 能够比较两个字符串的相似程度。采用动态规划算法实现。-string comparison procedures. To compare two string of similar extent. Using dynamic programming algorithm.
StringTest.rar
- 编写一个Java应用程序,实现如下功能: 1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”; 2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同; 3)按字典顺序比较两个字符串”你”和”我”的大小关系; 4)将数字型字符串”100”和”123.678”转换为数字; 5)将字符串”FEDCBA”存放到数组中,调用for循环读出数组数据显示在屏
shiyan1
- 比较字符串sample.asm(文件名) 试编写一程序:比较两个字符串stringl和string2所含的字符是否相同。若相同则显示‘Match’,否则,显示‘No match’。 -Comparison of string sample.asm (file name) to prepare a test procedure: compare two strings stringl and string2 contains the same characters. If the sa
StringEqual.tar
- 这是一个x86汇编语言的HelloWorld小程序,演示怎样比较两个字符串是否相等。-This is a x86 assembly language of the HelloWorld applet, shows you how to compare two strings are equal.
asm
- 汇编实验 ,要求比较两个字符串STRING1和STRING2所含字符是否相同、统计各段成绩的人数并排序等-Compilation of experiments required to compare two strings STRING1 and STRING2 character is contained in the same statistics the number of paragraphs, and sort results, etc.
sample
- 比较字符串sample.试比较两个字符串所含的字母是否相同-Compare the string sample. Let us compare the two strings contained in the letters is the same
compare
- 程序比较两个字符串所含的字符是否相同。若相同则显示’Match.’,否则 显示’No match!’。-it can compare two strings,if they equal,print match or print no match
5
- 1 请编写一个函数fun,它的功能是:比较两个字符串的长度,(不得调用c语言提供的求字符串长度的函数),函数返回较长的字符串。若两个字符串长度相同,则返回第一个字符串。-1 Write a function fun, its functions are: to compare two string length, (not available in the language requirements call c function of the length of the string), th
STRINGS
- 输入两个字符串,之后比较两个字符串是否相同,相同输出“MATCH”,否则输出“NOMATCH”-Enter two strings, then compare the two strings are the same, the same output " MATCH" , otherwise output " NOMATCH"
compre
- 两个字符串的比较.编写一个程序,对键盘输入的两个字符串进行比较,输入的字符串长度不超过80-Comparison of the two strings. Write a program for keyboard input to compare the two strings, the input string length does not exceed 80
ch07_10
- 在Visual C++环境下编写的,比较两个字符串大小的源代码-In Visual C++ environment, prepared to compare the size of the source code of the two string
bijiao
- 用数组实现用来比较两个字符串,看哪个字符串大,哪个字符串小,如果空间不足,提示,并自动增加空间-Achieved with the array used to compare two strings to see which string large, which the string is small, if the lack of space, tips, and automatically increase the space
zifuchuan
- Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
asmm
- 几个小程序,一个计算题,一个动态输入求最大值,一个比较两个字符串-Several small programs, a calculation problem, a dynamic input the maximum, one compares two strings
新建 Microsoft Word 文档
- 编写程序,比较两个字符串STRING1和STRING2所含字符是否 完全相同,若相同则显示"MATCH",若不同则显示"NO MATCH"(Programming, to compare two character strings STRING1 and STRING2 contained exactly whether, if the same "MATCH" is displayed, is displayed when a di
微机原理实验1:字符串匹配程序实验
- 一、实验目的 1.掌握分支程序的设计方法。 2.熟悉在PC机上建立、汇编、链接、调试和运行8086汇编程序的过程。 二、实验内容 1.比较两个字符串STRING1和STRING2所含的字符是否相同,若相同则显示‘Match’,否则显示‘No Match’。 2.修改程序,显示所比较字符的个数。