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. StringTest.rar

    0下载:
  2. 编写一个Java应用程序,实现如下功能:   1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”;   2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同;   3)按字典顺序比较两个字符串”你”和”我”的大小关系;   4)将数字型字符串”100”和”123.678”转换为数字;   5)将字符串”FEDCBA”存放到数组中,调用for循环读出数组数据显示在屏
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-30
    • 文件大小:752byte
    • 提供者:Allan
  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. 5

    0下载:
  2. 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
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:844byte
    • 提供者:荆玲玲
  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. zifuchuan

    0下载:
  2. Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:19kb
    • 提供者:鬼舞
  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. 新建 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
  1. 微机原理实验1:字符串匹配程序实验

    0下载:
  2. 一、实验目的 1.掌握分支程序的设计方法。 2.熟悉在PC机上建立、汇编、链接、调试和运行8086汇编程序的过程。 二、实验内容 1.比较两个字符串STRING1和STRING2所含的字符是否相同,若相同则显示‘Match’,否则显示‘No Match’。 2.修改程序,显示所比较字符的个数。
  3. 所属分类:编程文档

« 12 3 4 5 6 »
搜珍网 www.dssz.com