CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - string find

搜索资源列表

  1. Replace

    0下载:
  2. 批量替换文件中的字符串。 有些文件中含有一些特殊字符需要替换,或替换回车符等,找不到合适的工具软件,所以就自己写了一个。现共享出来 代码里有使用说明,和使用例子,自己看。-Batch file string replacement. Some documents contain some special characters need to be replaced, or replace carriage return and so on, can not find the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:11633
    • 提供者:w123456xy
  1. str

    0下载:
  2. 字符串匹配 找到参考值后 在文件中匹配 匹配成功后再输出-String matching to find the reference value in the document match after match after a successful output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:yuyanli
  1. FindString

    0下载:
  2. 代码字符串查找,对多语言支持的代码整理有很大好处。-Find a code string of multi-language support is greatly beneficial to organize code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:23042
    • 提供者:yinsong
  1. LCS

    0下载:
  2. LCS 是一個能從輸入兩串字串當中找出最長的由左而右的順序的字元-LCS is a string which can enter the two strings to find the longest sequence of characters由左而右
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1167
    • 提供者:linru
  1. horspool

    0下载:
  2. 本程序以horspool算法为基础,能以较快的速度匹配字符串-this program can find the character string quickly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1005
    • 提供者:王飞
  1. ac

    0下载:
  2. 这个c的小程序 是基于AC算法的多模式匹配技术,对字符串搜索一次,就可以找出所有的匹配字和出现位置-The c of the small program is based on the AC algorithm many pattern matching techniques to search a string, you can find all the matching words and the emergence of location
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6968
    • 提供者:孔利峰
  1. search_masm

    0下载:
  2. 汇编代码,找到字符串中的指定字符,输出字符所在位置.-Assembly code, find the specified string of characters, the location of output characters.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1375
    • 提供者:FC
  1. kmp

    1下载:
  2. 给你A,B两个字符串,检查B串是否是A串的子串,类似于Java的String.indexOf("")。找到匹配失败时的最合适的回退位置,而不是简单的回退到子串的第一个字符(常规的枚举查找方式,是简单的回退到子串的第一个字符,KMP算法的性能分析Java实现实例)*此仅供大家参考、交流,希望对大家有所帮助!-Here you are A, B two strings to check whether string B is a sub-string A string, similar to Jav
  3. 所属分类:Document

    • 发布日期:2015-10-14
    • 文件大小:1277
    • 提供者:左刘鸿翔
  1. wordprocess

    0下载:
  2. 从文本文件中读取字符串 解析字符串,找出文本中出现的word,并计算word出现的次数 把结果输出到一个文本文件中 -Read from a text file string parsing a string to appear in the text to find word, and calculate the number of word occur the results output to a text file
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:816909
    • 提供者:木杉
  1. TextFindReplace

    0下载:
  2. 程序文件名称:TextFindReplace.java 功能:字符串的查找与替换-Program file name: TextFindReplace.java functions: Find and replace string
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2636
    • 提供者:
  1. 2

    0下载:
  2. Program to accept a string and find the length of the string
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-28
    • 文件大小:8549
    • 提供者:hunterzzz
  1. 2_string

    0下载:
  2. 字符串中查找子字符串,用另一个字符串代替-Find sub-string string with another string in place of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6488
    • 提供者:卡米力江
  1. erchashujiqixiangguancaozuo

    0下载:
  2. 二叉树及其相如按操作C程序代码 凹入表示法输出 二叉树的创建 结点内容用字符串表示 二叉树的节点数 叶子数 层次遍历 前序 中序 后序遍历 查找结点 删除结点 删除结点及其子树 再用凹入表示法输出-Binary Tree and its operation, such as by indentation C code representation of the output tree to create the content node tree with the string that lea
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5955
    • 提供者:junjie
  1. check

    0下载:
  2. 本程序的操作对象为表达式,即字符串数据,能判断字符串中的括号是不是配对出现,用栈操作实现,即通过条件判断单括号入栈,配对括号出栈,找出栈中余下未能出栈(未能匹配)括号在字串中的位置值,显示在提示信息中,并对每一时刻栈中内容加以显示,以实现动态呈现括号进出栈状况.-This procedure for the operation of expression, that is, the string of data that can determine the string is not a pai
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6252893
    • 提供者:suery
  1. ChineseStrEncryptAndDecrypt

    0下载:
  2. 网上找到的许多字符串加密的函数只能对英文字符串进行加密,字符串中若含有汉字则无能为力了,经过研究,对网上下载的源码进行了部分修改添加,使得可以对中文字符串也可以进行加密,支持英文与汉字混合字符串加密,VB中对字符串进行加密的模块,字符串中可以有中文字符,使用方法:cipher 密码,源串,存放加密后的字符变量 解密用decipher 密码,被加密的字串,字符串变量。源码多数为网上下载源代码,本人只进行了组合修改,支持回车换行与制表符等部分控制格式的字符,解密后的字符串完全保留原样,该代码已在作者
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:1535
    • 提供者:覃东
  1. huibianshili

    0下载:
  2. 这个程序是一个基于对话框的程序,有一个简单的菜单.当用户选择"connect"时,它将试图连接test.mdb数据库,如果连接成功,将显示由ODBC驱动程序返回的完整连接字符串.接下来,用户可选择"View All Records"命令,程序会使用listview control来显示数据库中的所有数据.用户还可以选择"Query"命令来查询特定的记录.例子程序将会显示一个小对话框提示用户输入想找的人名.当用户按下OK钮或回车键,程序将执行一个查询来查找符合条件的记录.当用户完成对数据库的操作时
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:3172
    • 提供者:yss
  1. KMP

    0下载:
  2. 给定两个串S和T,长分别m和n,算法给出了一个找出二串间最大匹配的算法。该算法可用于比较两个串S和T的相似程度。-Given two strings S and T, respectively m and n, an algorithm to find the second largest string matching algorithms. The algorithm can be used to compare two strings S and T the degree of simil
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:236701
    • 提供者:henry
  1. MyWordPad

    0下载:
  2. 类似微软的Word软件.可以实现字符串,汉字的输入输出,排版,改变字体大小,形状.以及字符的查找替换等功能.-Similar to Microsoft' s Word software. Can be a string, the input and output of Chinese characters, layout and change the font size, shape. And the characters to find the replacement functions
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:137805
    • 提供者:赵文俊
  1. MOTOLORLA

    0下载:
  2. MOTOLORLA文件格式转换,MOTOLORLA的S19文件格式转换代码,含查找字符串的功能-MOTOLORLA file format conversion, MOTOLORLA the S19 file format conversion code to find a string containing the function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2518
    • 提供者:
  1. 6080210629_lab4_1.c

    0下载:
  2. 在用户输入的字符串中查找目标字符串。适合于新学C语言程序的用户-In the string entered by the user to find the target string. Suited to a new study of the user C Language Program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:19742
    • 提供者:罗康
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com