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

搜索资源列表

  1. strcmp

    0下载:
  2. 字符串比较函数,支持“*”串通配和“?”字通配符,用 C语言编写,速度比较快.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:996
    • 提供者:gmaj
  1. LD

    0下载:
  2. 吃算法是对字符串比较相似度的实现,效率高,正确率高。很有研究价值。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1732
    • 提供者:hangang1000
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4356
    • 提供者:张三水
  1. StrMatch

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

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:qingwei_zhao
  1. 中文版SQL Server2000开发与管理应用实例

    2下载:
  2. 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
  3. 所属分类:SQL Server数据库

  1. 字符串搜索算法

    0下载:
  2. BF KMP BM 算法的实现及简单比较
  3. 所属分类:编程文档

    • 发布日期:2011-08-02
    • 文件大小:138752
    • 提供者:1273212455
  1. C

    0下载:
  2. 第一部分 基础篇 实例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 利
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4363395
    • 提供者:郎永山
  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
    • 文件大小:918
    • 提供者:Hxcan
  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
    • 文件大小:659332
    • 提供者:冰河
  1. zfcbjiaowent

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

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

    0下载:
  2. 最长单调子序列、字符串比较、加油问题及背包问题的算法分析及求解-The longest monotone subsequence, string comparison, the fuel problem and knapsack problem analysis and solving algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12906
    • 提供者:leen
  1. hfmcpp

    0下载:
  2. 赫夫曼编码本程序实现了使用赫夫曼编码压缩数据;输入一串字符串sourceCode——为方便理解,暂时要求字符串只包含大写字母和空格,如果你愿意, 很容易就可以推广到所有的字符——计算出字符串中各个字母的权重,然后对其进行赫夫曼编码,输出赫夫曼树。 将赫夫曼树的叶子结点存储到有序二叉树中,输出原字符串经压缩后得到的用 0 和 1 表示的新字符串destCode; 然后利用赫夫曼树将字符串destCode进行译码,得到目标字符串objCode,比较objCode和sourceCod
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3737
    • 提供者:xhh
  1. c

    0下载:
  2. *** *** *** * 程序功能简介 个人财政支出管理程序,完成收入,支出,盈余的记录和管理。 课程设计要求 (1) 增加函数,完成财政账目的管理功能。 (2) 将所有的函数与相应的数据封装到类中,并改写主程序,使程序简化。 (3) 可自行增加程序的功能。 (4) 设计测试主程序,在主程序中完成测试。 课程设计说明 (1) SetGoal()函数账目中有问题,改正。 (2) 可将整修记录装入一个字符串,在两条记录间用特殊符号隔开。 (3) 查找相应
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2846
    • 提供者:gao
  1. CompareString

    0下载:
  2. C#语言实现的字符串比较,适合初学者对.net环境和C#的学习-C# language implementation of string comparison, suitable for beginners. Net learning environment and C#
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:6277
    • 提供者:lxx
  1. work2

    0下载:
  2. 使用汇编语言编写字符串比较,查找关键字出现的位置,对于键盘输入的使用-MASM
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:773
    • 提供者:huang
  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
    • 文件大小:3563
    • 提供者:黄彩红
  1. lab3

    0下载:
  2. 编写程序,实现两个字符串比较,如相同,由显示“MARCH”,否则,显示“NOMATCH”-Programming to achieve the two string comparison, as the same, by the display " MARCH" , otherwise display " NOMATCH"
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:970
    • 提供者:黄徐贤
  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
    • 文件大小:1457
    • 提供者:sunny
  1. huibianyuyan-shiyan

    0下载:
  2. 汇编语言实验内容: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
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:73865
    • 提供者:
  1. ZIFUPIPEI

    0下载:
  2. 编写程序,实现两个字符串比较。则显示“MATCH”,否则,显示“NOMATCH”-Write a program to achieve two string comparison. Shows the " MATCH" , otherwise, the show " NOMATCH"
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1505
    • 提供者:luoyuhan
« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com