CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 比较两个字符串

搜索资源列表

  1. 20032338的第三次作业

    0下载:
  2. 题目:删去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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4.59kb
    • 提供者:lucky100
  1. my_strcmp

    0下载:
  2. 常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)-commonly used algorithm defined strcmp compare whether two strings match (I first algorithm) hee h
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:mystory
  1. cmpstr

    0下载:
  2. 汇编语言,输入两个字符串,并比较两个字符串的大小与长度-compiled language, two input strings, and compare the two strings of size and length
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:982byte
    • 提供者:
  1. match234

    0下载:
  2. 试编写一程序,比较两个字符串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
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:陈于
  1. StrMatch

    0下载:
  2. 字符串比较程序。 能够比较两个字符串的相似程度。采用动态规划算法实现。-string comparison procedures. To compare two string of similar extent. Using dynamic programming algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:qingwei_zhao
  1. shiyan1

    0下载:
  2. 比较字符串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
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:916byte
    • 提供者:Sean
  1. StringEqual.tar

    0下载:
  2. 这是一个x86汇编语言的HelloWorld小程序,演示怎样比较两个字符串是否相等。-This is a x86 assembly language of the HelloWorld applet, shows you how to compare two strings are equal.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:918byte
    • 提供者:Hxcan
  1. asm

    0下载:
  2. 汇编实验 ,要求比较两个字符串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.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:16.84kb
    • 提供者:sjfkldj
  1. sample

    0下载:
  2. 比较字符串sample.试比较两个字符串所含的字母是否相同-Compare the string sample. Let us compare the two strings contained in the letters is the same
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:576byte
    • 提供者:陈玉
  1. compare

    0下载:
  2. 程序比较两个字符串所含的字符是否相同。若相同则显示’Match.’,否则 显示’No match!’。-it can compare two strings,if they equal,print match or print no match
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:3.25kb
    • 提供者:christian
  1. STRINGS

    0下载:
  2. 输入两个字符串,之后比较两个字符串是否相同,相同输出“MATCH”,否则输出“NOMATCH”-Enter two strings, then compare the two strings are the same, the same output " MATCH" , otherwise output " NOMATCH"
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:592byte
    • 提供者:范霖
  1. compre

    1下载:
  2. 两个字符串的比较.编写一个程序,对键盘输入的两个字符串进行比较,输入的字符串长度不超过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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.42kb
    • 提供者:sunny
  1. ch07_10

    0下载:
  2. 在Visual C++环境下编写的,比较两个字符串大小的源代码-In Visual C++ environment, prepared to compare the size of the source code of the two string
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6.54kb
    • 提供者:猫猫
  1. bijiao

    0下载:
  2. 用数组实现用来比较两个字符串,看哪个字符串大,哪个字符串小,如果空间不足,提示,并自动增加空间-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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:5.49kb
    • 提供者:李军
  1. asmm

    0下载:
  2. 几个小程序,一个计算题,一个动态输入求最大值,一个比较两个字符串-Several small programs, a calculation problem, a dynamic input the maximum, one compares two strings
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1.33kb
    • 提供者:李丽
  1. 2

    0下载:
  2. 题一:给出一个函数,原型为 int compare(char* dest,char* src) 要求比较两个字符串(由dest与src字符指针标识) 1,如果两字符串所含字母完全相同,则返回0; 2,如果两字符串所含字母相同(不区分大小写;A与a也算字母相同) ,则返回1 3,否则返回3-Topic 1: given a function prototype is int compare (char* dest, char* src) asked to compare
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:768byte
    • 提供者:shuming
  1. 1

    0下载:
  2. 编写一个程序:比较两个字符串string1和string2所含的字符是否相同。若相同则显示‘math’,否则,显示‘no math’;要求编写程序,并汇编,连接,运行,然后使用Debug调试该程序。 -i do not know
  3. 所属分类:assembly language

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者:金燕
  1. Cmp2

    0下载:
  2. 利用汇编语言,编写实现比较两个字符串的大小,字符匹配,等简单操作-Use assembly language, writing, realize compare two string size, character, matching, simple operation
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1.53kb
    • 提供者:刘海
  1. E2

    0下载:
  2. 比较两个字符串的大小,如第一个参数大,返回正数,第二个大返回负数,一般大,返回0-Compare size of two strings, if the first parameter is larger than the second, returns a positive number ,and else if the second returns negative , and generally , it returns 0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:737byte
    • 提供者:刘先锐
  1. 新建 Microsoft Word 文档

    0下载:
  2. 编写程序,比较两个字符串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
  3. 所属分类:汇编语言

    • 发布日期:2018-05-01
    • 文件大小:11kb
    • 提供者:yybw0_0
« 12 3 4 5 6 »
搜珍网 www.dssz.com