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

搜索资源列表

  1. VB

    0下载:
  2. 学习VB正则表达式 在字符搜索的时候很重要。对字符串外理字符速度要求高的时候。可以用这个-when learning VB or searching the some character in one page or file is very important
  3. 所属分类:Project Manage

    • 发布日期:2017-12-06
    • 文件大小:405737
    • 提供者:
  1. FindText

    0下载:
  2. 可以在多个文件或文件夹中查找/搜索指定的字符串,并能显示出来,支持导出功能。 该资源包含源文件,可直接在JAVA中加载项目。 可单独运行,运行FindTest.bat,直接运行程序。 -Find/Search for the specified string in multiple files or folders, and can show up to support the export function. This resource contains the sou
  3. 所属分类:JavaScript

    • 发布日期:2017-11-29
    • 文件大小:25596583
    • 提供者:caoyile
  1. string

    0下载:
  2. C++设计字符串类1) 能够用 “+” 来处理两个字符串的相加;2) 具有在一个字符串中搜索一个字符的功能;3) 具有在一个字符串中搜索另一个字符串的功能;4) 实现去除字符串最前面和最后的空格的功能;5) 编写一个main()函数,测试你的字符串类的各种功能。-C++ design string class 1) can use " +" to deal with the addition of two strings 2) has a function to search
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:910909
    • 提供者:许珂
  1. ch06

    0下载:
  2. 1. 编写并测试如下函数:void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。 编写一
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:36628464
    • 提供者:王石
  1. shipin

    0下载:
  2. 上传视频到服务器并进行管理查询程序,conn.dll中存放的是数据库连接的字符串,dirpath.dll存放的是服务器的IP地址,程序就会将视频上传到指定服务器的共享目录中,关键字入库时用|分隔,搜索视视时关键字间用“+”连接时表示并且关系,用“-”表示或者关系,从库中搜索到视频后会自动在安装目录下的SeacherFolder文件夹中建立以日期和关键字为名称的文件夹,由于搜索到的视频可能来自不同的分区,所以它会在这个文件夹中建立快捷方式,这样你就可能用这个文件夹中的视频进行线性编辑处理了。-Up
  3. 所属分类:SQL Server

    • 发布日期:2017-11-08
    • 文件大小:382933
    • 提供者:张国志
  1. bdss

    0下载:
  2. 可对软件所在路径下的指定扩展名的所有文本类文件搜索指定字符串-Can search all the text of the software the path specified extension class file specified string
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2701
    • 提供者:张伟
  1. JAVAjiami

    0下载:
  2. 从键盘输入自己的一段英文字符串简历,编写程序搜索简历中的一些敏感数字信息(例如生日、电话等数字字符串)进行加密-Entered from the keyboard section of the English string resume, programming Search Resumes sensitive digital information (such as birthday, phone number string) encryption
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:142508
    • 提供者:wangwei
  1. ModelMatch

    0下载:
  2. 利用字符串操作实现的KMP算法,可以快速搜索到文本中需要搜索的字符串-Use string manipulation to achieve KMP algorithm, you can quickly search for the text string to be searched
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1129
    • 提供者:冯小珂
  1. DtsSearch

    0下载:
  2. 搜索字符串在DTS(数据转换服务)在SQL服务器。微软不提供这样的工具。比如,允许找到任务/包包含特定的表或字段。接受一个表名、字段名或任何文本并返回包/任务的文本。这段代码是有用的当你有很多DTS包执行更改表中存在的各种数据库-Search string in DTS (Data Transformation Services) in SQL Server. Microsoft does not provide such a tool. For example, to allow the ta
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-08
    • 文件大小:6695
    • 提供者:小葱豆腐
  1. _A_Patient

    0下载:
  2. 这是一个病人信息系统,用于添加、编辑、搜索、删除和ets。病人记录和存储,使用一个顺序文件。这段代码创建给初学者程序员思想如何:1。)读和写一个顺序文件。2)。用一个二维数组3。)使用字符串操作4。)使用文件输入/输出函数5。)创建和知道自己的定义过程的目的-This is a patient information system that is used to add, edit, search, delete, and ets. Patient records and storage, th
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:22572
    • 提供者:清蒸翅子
  1. fuzzy_search

    0下载:
  2. 模糊搜索的简单实现。输入包含任意多通配符的字符串,可以在自制的字典文件里寻找相应词条。-Fuzzy search simple to achieve. Enter a string that contains any number of wildcards, you can find homemade dictionary file corresponding entries.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:80263
    • 提供者:carter
  1. CPP-scan

    0下载:
  2. /* 函数说明:查找特征码 /* process: 要查找的进程 /* markCode: 特征码字符串,不能有空格 /* distinct:特征码首地址离目标地址的距离 负数在特征码在上 /* offset: 返回目标地址 /* size: 设置返回数据为几个BYTE 1 2 3 4 /* ordinal: 特征码出现的次数 /* beginAddr: 开始搜索地址 /* endAddr: 结束地址 /* ret:返回目标地址的内容-/* Function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:2539
    • 提供者:ghgh
  1. 888

    0下载:
  2. 输入字符串:f2f3 gf32 ()[vew] 类似的 让你搜索()和[]是否匹配-Input string: f2f3 gf32 () [vew] similar Allows you to search () and [] matches
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1285
    • 提供者:wupengfei
  1. 86777

    0下载:
  2. 搜索文本文件中的字符串,C++Builder精选编程学习源码,很好的参考资料。-The search string in a text file, C++Builder select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:379612
    • 提供者:清拌蟹肉
  1. queryip

    0下载:
  2. VC++自动搜索IP地址,使用 i:=1 to 254 do begin...end即可自动搜索地址,要知道这个IP地址是否中镖,可向它发一个字符串。如果接收到这个IP返回来的预定的字符串,如发出"我是长江",返回"我是黄河",就可以控制这个IP地址了。 -VC++ automatically search IP address, use i: = 1 to 254 do begin ... end can automatically search for an address, if yo
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:18339
    • 提供者:占亮
  1. QuickLocation

    0下载:
  2. android ListView列表根据字母排序和定位,支持混合排序:混合字符串处理、中英文排序、右侧悬浮栏、顶部名称提示栏、滚动悬浮提示,运行效果图一看便知,目前Android机常见的通讯录搜索功能,本例模拟实现的效果还是让人很满意的-android ListView list based on alphabetical order and positioning, support mixed order: mixed string handling, sorting and English,
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1246546
    • 提供者:apudn28
  1. TestZipThread

    0下载:
  2. 最大特色是实现了搜索包含zip压缩文件,逐层向里搜索。可实现包含指定字符串的文件搜索-The most prominent feature is the realization of the search included zip compressed file, layer by layer to the inside search. Files that contain the specified string can be achieved Search
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:1297
    • 提供者:yuxin
  1. queryip

    0下载:
  2. VC++自动搜索IP地址,使用 i:=1 to 254 do begin...end即可自动搜索地址,要知道这个IP地址是否中镖,可向它发一个字符串。如果接收到这个IP返回来的预定的字符串,如发出"我是长江",返回"我是黄河",就可以控制这个IP地址了。-VC++ automatically search IP address, use i: = 1 to 254 do begin ... end can automatically search for an address, if you w
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:17844
    • 提供者:wpudn23
  1. QCtrl

    0下载:
  2. GetMmInch - 取得打印机及屏幕信息 GetPCName - 取电脑名 GetPCIP - 通过机器名得到IP地址 IsNumStr - 判断字符串是否是数字串 IsCharStr - 判断字符串是否是[A..Z]字串 ArbStr - 取随机字符串 DenCrypt - 异或加密解密 EncrypKey - 字符串加密 UncrypKey - 字符串解密 StrNum - 查询子字符串SubStr在字符串Str中出现的次数 FSize - 取文件
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:9738
    • 提供者:qylin
  1. Search

    0下载:
  2. VB搜索字符串数组事例,返回字符串所在数组的Index值-VB examples of the search string array and returns an array of strings where the Index value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1491
    • 提供者:hjz
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com