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

搜索资源列表

  1. stringprocess

    0下载:
  2. 字符串模式匹配,查找子串加以代替,有两种模式匹配算法-string pattern matching, substring search to be replaced, there are two types of pattern matching algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7740
    • 提供者:苗建新
  1. regexp_source

    0下载:
  2. 一个字符串匹配、查找替换算法的代码,支持各种通配符-a string matching algorithm to search the replacement code, support wildcards
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40111
    • 提供者:peter
  1. search1

    0下载:
  2. 这是一个用汇编实现的在文件中查找相匹配的字符串的程序-This a compilation with the realization of the documents that match the search string procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2729
    • 提供者:哈哈
  1. huibian_asm

    0下载:
  2. 汇编程序和实验报告 1.输入0-100之间的n值,计算Fibonacci数,以十进制数输出。 2.从键盘输入一行字符,以‘$’结束,查找输入的字符串是否包含’computer’ 字符串,如果包含,计算包含’computer’字符串的个数,并以十进制输出个数。 3.建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲。 4.建立图书资料文档,要求具有插入,更新,删除,查询等功能,使用菜单提示。-compilation of experimental procedu
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:53065
    • 提供者:小米
  1. csharpshili

    0下载:
  2. Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3832786
    • 提供者:史进
  1. huibianyuyan

    0下载:
  2. 汇编语言课程设计的程序,包括1 递归方法实现50以下的Fibonacci数 2 字符串查找 3 歌曲管理 4 图书管理 以及设计报告-assembly language curriculum design process, including a recursive method 50 following two Fibonacci search string four three songs management Book Management and the design report
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:250765
    • 提供者:张焕人
  1. boyer-moore

    0下载:
  2. 用 boyer-moore 算法实现 字符串的 查找 程序特点: 图形化的界面 ,并把查找到的结果 高亮显示-with BOYER-moore algorithm string tracing procedure features : graphical interface, and the outcome of the search highlighted
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3485
    • 提供者:zhouxiaolin
  1. EncryDeCry

    0下载:
  2. 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:伍孝秉
  1. LGFind

    0下载:
  2. 字符串匹配程序,比如用 “你好*小张”在“你好,我的名字叫小张”中可以得出匹配,支持通配符查找。-string matching program, such as "Hello * kept" in the "Hello, My name is Xiao Zhang "may draw match, find support wildcards.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34693
    • 提供者:fckadxz
  1. searchForChar

    0下载:
  2. 在一大串字符串中查找某一个字符或者字符串出现的次数.并且返回次数.-string in a string search for a character string or the number of occurrences. And the number of returnees.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19065
    • 提供者:qiezhifu
  1. find-replace-string(VB)

    0下载:
  2. 在VB中查找和替换字符串的例子程序,哈-in VB search and replace strings of examples of procedures, Kazakhstan
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1913
    • 提供者:赵善龙
  1. charSeachReplace

    0下载:
  2. 本源码对一批文本文件完成一个字符串查找并替换-the source of a number of text files to complete a search and replace strings
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:1454
    • 提供者:aaa
  1. accessfind

    0下载:
  2. ACCESS文件里查找某一字符串。使用简单明了。-ACCESS document identifying a particular string. The use of simple and clear.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10734
    • 提供者:罗红星
  1. charsearch

    0下载:
  2. Visual C++中 输入一串字符串 用户可查找其他任何字符 并统计次数-Visual C input string a bunch of other users can find any number of characters and Statistics
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2071
    • 提供者:陈俊
  1. ASP.NET+VB

    0下载:
  2. 1.使用源程序前系统必须安装Microsoft SQL Server 2000 3.将程序中数据库连接字符串中的Data Source项改成与安装后的SQL Server服务器的名称一致,可以在程序中通过查找替换方式来实现。 用ASP.NET和VB实现的-1. Before the use of the source system must install Microsoft SQL Server 2000 3. will process database connection string
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:220147
    • 提供者:李丽
  1. LCS070621

    0下载:
  2. 用动态规划法实现查找两字符串的公共子序列。是算法中的一个重要问题。-use dynamic programming search for two strings to achieve the public sequences. The algorithm is an important issue.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1207
    • 提供者:成熠
  1. searchchar2

    0下载:
  2. 在Visual C++ 中 模拟输入字符串 查找其他任何字符 并统计字符出现的频度-in Visual C analog input string find any other characters and the characters statistical frequency
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2087
    • 提供者:foot4513
  1. stringapi

    0下载:
  2. brew中字符串的操作,包括字符串的连接,查找,复制等等,多中操作方式,体现应用不同接口函数,产生的不同效果,适合初学者。-brew of string operations, including the connection string, search, copy, and so on, more of operational modes, demonstration that the application of different interface function of the di
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:140239
    • 提供者:yilin
  1. tjnum

    0下载:
  2. 汇编语言实现的实现在字符串中查找指定的字母出现的次数,-assembly language to achieve the realization of the specified string of letters identifying the number of occurrences
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1015
    • 提供者:吴峰心
  1. 6

    0下载:
  2. 二叉排序树 撰写一个程序,能够构建字符串型的二叉排序树并在二叉排序树中查找节点。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1003
    • 提供者:mumenren
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com