CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 字符串比较

搜索资源列表

  1. 文件中字符串的查找与替换

    0下载:
  2. 用比较朴素的方法实现文件中字符串的查找与替换
  3. 所属分类:其他小程序

    • 发布日期:2008-04-27
    • 文件大小:2.11kb
    • 提供者:xindiandian
  1. 文件中字符串的查找与替换2

    0下载:
  2. 用比较高级的算法实现文件中字符串的查找与替换
  3. 所属分类:其他小程序

    • 发布日期:2008-04-27
    • 文件大小:38.5kb
    • 提供者:xindiandian
  1. StrCmp

    0下载:
  2. c语言通用范例开发经典 源码,执行结果,和调试截图!字符串比较-c language common to develop a classic example of source code, the results of the implementation, and debug screenshot! String Comparison
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:15.82kb
    • 提供者:yb
  1. StringIndex

    1下载:
  2. 设有两个字符串s和t,首先将s1与t1进行比较,直到s的某一个字符si和ti相同, 再将它们之后的字符进行比较,若也相同,则如此继续往下比较,当s的某一个字符si与t的字符tj不同时,则s返回到本趟开始字符的下一个字符,即si-j+2,t返回到t1,继续开始下一趟的比较,重复上述过程。若t中的字符全部比较完,则说明本趟匹配成功,本趟的起始位置是i-j+1,否则,匹配失败。 -There are two strings s and t, first s1 and t1 compare s
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:6.89kb
    • 提供者:丁子
  1. VBCRC

    0下载:
  2.   循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准:   ①CRC-12码;   ②CRC-16码;   ③CRC-CC
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3.09kb
    • 提供者:qizhiwei
  1. Hsting

    0下载:
  2. 实现字符串的比较大小,寻找子串,串的联结等操作。-The realization of the comparative size of the string to find the substring, the connection string and other operations.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:4.7kb
    • 提供者:小河
  1. daima1

    0下载:
  2. 在这个代码当中在vc平台下可以执行比较字符串的功能-In this code in vc platform which can perform a string comparison function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2.97kb
    • 提供者:yangli
  1. zifu

    0下载:
  2. 一个功能比较多字符串的转换软件。大家自己看吧。-More a function of string conversion software. Check it out everyone their own. Ha ha
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:643.88kb
    • 提供者:冰河
  1. zfcbjiaowent

    0下载:
  2. 实现了针对字符串比较问题的算法,公大家学习用-Implementation problem for the string comparison algorithm, public U.S. study by
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:317.33kb
    • 提供者:sylar
  1. cstring

    0下载:
  2. 自己写的CString类,可对字符串实行各种运算符的重载,可与微软的系统类做比较。-CString write their own category, can be implemented on a variety of string overloaded operator.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:319.04kb
    • 提供者:zhenzhen
  1. string_strutil

    0下载:
  2. std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:3.52kb
    • 提供者:方启
  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. 018

    0下载:
  2. 两个字符串str和string的比较 如果str小于string返回负值, 如果str大于string返回正值, 如果str等于string返回0-string compare
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:7.98kb
    • 提供者:张小华
  1. t

    0下载:
  2. 字符串的比较。。。(比较两个输入的字符串是否相等)-Comparing strings
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:577byte
    • 提供者:王光景
  1. string

    0下载:
  2. 实现字符串拷贝、拷贝size_t大小的字符串、字符串连接、将size_t大小的字符串连接、求字符串长度、字符串比较。-To achieve a string copy, copy size_t size string, string concatenation, the connection string size_t size, find the string length, string comparison.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3.48kb
    • 提供者:黄彩红
  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. cmpstr

    0下载:
  2. C语言实现的字符串比较函数。在linux的strcmp()函数基础上,增加比较当字符串为NULL比较。-The string comparison function that used C language implementation. It is based on the strcmp() function of linux, and it can compare the NULL string.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:174.06kb
    • 提供者:王明明
  1. A2

    1下载:
  2. 打字程序 课题内容: 设计一个打字程序。包括随机产生字符串,以及字符串比较和统计。通过此课题,熟练掌握数组、格式输出、字符串处理等。 课题要求: (1)随机产生一字符串,每次产生的字符串内容、长度都不同; (2)根据(1)的结果,输入字符串,判断输入是否正确,输出正确率; (3)具有输入输出界面。-Typing program DISCLOSURE: Design a typing program. Including randomly generated st
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.82mb
    • 提供者:HXM
  1. MATLAB字符串比较总结

    0下载:
  2. matlab字符串比较总结,包含matlab中对字符串的设置、更改、合并、去除等操作。(Matlab string comparison summary, including the MATLAB string settings, change, merge, remove and other operations.)
  3. 所属分类:其他

  1. Rand

    0下载:
  2. 成功显示一些比较美观的字符串并且实现在控制台实现(Successfully display some of the more beautiful strings and implement in the console implementation)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-04
    • 文件大小:161kb
    • 提供者:蝶恋香榭
« 12 3 »
搜珍网 www.dssz.com