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

搜索资源列表

  1. bm_algorithm

    0下载:
  2. 字符串匹配boyer_moore算法—— 首先输入查找模式,然后输入文本,如果匹配,输出文本匹配,如果不匹配输出文本不匹配。-Boyer_moore string matching algorithm- the first input search mode, and then enter the text, if the match, the output text-matching, if you do not match the output of the text do not ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:5681
    • 提供者:张英霞
  1. CH18

    0下载:
  2. 17.3 磁盘随机文本文件的顺序查找qdsch.c 17.4 整型有序表的对分查找qibsh.c 17.5 实型有序表的对分查找qrbsh.c 17.6 字符串有序表的对分查找qhbsh.c 17.7 整型、实型及字符型关键字成员有序的结构体数组的对分查找qbkey.c 17.8 字符串关键字成员有序的结构体数组的对分查找qhkey.c 17.9 按关键字有序的磁盘随机文本文件的对分查找qdbsh.c-17.3 Disk random text files in orde
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:6743
    • 提供者:yangasdtat
  1. comparewords

    0下载:
  2. 输入任意两个字符串,查找两字符串中相同的子字符串(相同的连续字符),并选择出其中最长的子字符串。-Enter any two strings, two strings to find the same sub-strings (the same continuous characters), and select out the longest sub-string.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:196059
    • 提供者:daofman
  1. 20072985

    0下载:
  2. 汇编实验 之 列表与字符串操作实验 一:实验目的 1. 掌握列表的存储结构; 2. 掌握记录定义伪指令与结构定义伪指令的使用方法; 3. 掌握列表的插入、删除方法; 4. 掌握列表的排序、检索方法; 5. 掌握字符串基本运算和组合运算方法; 二:实验要求 1. 学会在有序表或无序表中插入一个元素; 2. 学会在有序表或无序表中删除一个元素; 3. 学会使用交换排序和插入排序方法对无序表进行排序; 4. 学会用顺序检索、折半检索方法对无序表
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:127939
    • 提供者:星东
  1. work2

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

    • 发布日期:2017-04-07
    • 文件大小:773
    • 提供者:huang
  1. TireTree

    0下载:
  2. Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:55671
    • 提供者:youyu
  1. 1165

    0下载:
  2. 在字符串中查找数字的个数,输出数据个数和所有的数据-Numbers in the string to find the number, the output data and all the data on the number of
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:613
    • 提供者:chy
  1. Cpp2

    0下载:
  2. 输入字符串以链表的形式存储,在链表中查找一个元素,删除一个元素-Enter string to the list in the form of storage, find an element in the list, delete an element
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1337
    • 提供者:chy
  1. xianxingbiao

    0下载:
  2. 输入以字符串,依顺序表存储,查找一个元素,删除一个元素-Input to a string, depending on the order of tables to store, find an element, delete an element
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1143
    • 提供者:chy
  1. xiaochengxu

    0下载:
  2. 字符串转换成对应的数 二分查找 进制转换 排序 杨辉三角-Strings are converted to the corresponding number of Binary search binary conversion sort Yang Hui Triangle
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2678
    • 提供者:赵爽
  1. keyu

    0下载:
  2. 设计哈希表实现电话号码查询系统 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。通过课程设计,巩固和加深对线性表、栈、队列、字符串、树、图、查找、排序等理论知识的理解;掌握现实复杂问题的分析建模和解决方法(包括问题描述、系统分析、设计建模、代码实现、结果分析等);提高利用计算机分析解决综合性实际问题的基本能力。
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:983121
    • 提供者:wenwen
  1. Stringtofindandextract

    0下载:
  2. 字符串的查找和提取 字符串的查找和提取 字符串的查找和提取-StringtofindandextractStringtofindandextractStringtofindandextractStringtofindandextractStringtofindandextract
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:29843
    • 提供者:wdmaster2003
  1. DataStruct

    0下载:
  2. 数据结构线性表,链表,栈,查找二叉树等的C++实现,各数据结构基于模板,支持动态增长,另有一个自己封装的高效且支持动态增长的字符串类-Linear data structure tables, linked lists, stacks, find a binary tree, etc. C++ implementation, the template-based data structures to support dynamic growth, while an own package, ef
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:510967
    • 提供者:李鹏
  1. morstest

    0下载:
  2. 效率很好的摩尔斯码生成程序,利用哈希树算法,不使用字符串查找-a good morse code generate function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1070
    • 提供者:yuxg
  1. trietreeJava

    0下载:
  2. trie的原理是利用字符串集合中字符串的公共前缀来降低时间开销以达到提高效率的目的。 它具有以下性质:1,根结点不包含任何字符信息 2,如果字符的种数为n,则每个结点的出度为n(这样必然会导致浪费很多空间,这也是trie的缺点,我还没有想到好点的办法避免) 3,查找,插入复杂度为O(n),n为字符串长度。-The principle is the use of a string trie collection of string prefix to reduce the time overh
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2529
    • 提供者:李庆文
  1. stringsearch

    0下载:
  2. 实现字符串查找功能,并且统计字符串出现次数。-it can achieve the string search.it can also count the times that the same string happened.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:670
    • 提供者:叶一力
  1. sort

    0下载:
  2. 在输入的字符串中查找指定字符,动态分配内存-In the input string to find the specified character, dynamic allocation of memory
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:572
    • 提供者:卡卡
  1. utf8

    2下载:
  2. 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分
  3. 所属分类:Other windows programs

    • 发布日期:2015-12-04
    • 文件大小:183520
    • 提供者:agan
  1. zifuchuanpipei

    0下载:
  2. 汇编程序设计之一 字符串查找匹配 程序采用结构化编程,简单易懂-Assemble one of the string to find matching
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1438
    • 提供者:庄泽顺
  1. masterstring

    0下载:
  2. 对字符串string类的各种操作的类库,如前查找,后查找,找出字符位置-The string string class library of various operations, such as the former find, after the search, to find character position, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:12235
    • 提供者:leo
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com