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

搜索资源列表

  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. StrSearch

    0下载:
  2. 字符串搜索程序,可以自定义搜索路径,搜索文件类型,搜索文件名或者搜索文件内容.-String search program , you can customize the search path , the search for a file type , search for the file name , or search the contents of the file .
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:85777
    • 提供者:人龙博物
  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. _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. textsearch

    1下载:
  2. VB在打开的文件中搜索文本并着色,字符串搜索,匹配到搜索的文字后,给文字着色。着色的颜色可以由用户自定义,窗体提供了颜色选择功能。本程序多以打开文本类型的文件才精确。-VB in the open file and search for text coloring, string search, text search after the match to give the text coloring. Coloring colors can be customized by the user,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:18117
    • 提供者:ipudn98
  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. android-BasicContactables

    0下载:
  2. 此示例演示了如何使用Contactables表来搜索联系人。发送到Contactables表的查询字符串将匹配联系人姓名和电话号码,查找联系人数据库时减少查询的次数你的应用程序需要使用!-This sample demonstrates how to use the Contactables table to search for contacts. Query strings sent to the Contactables table will match both contact na
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:124301
    • 提供者:xuisapo
  1. 6-5

    0下载:
  2. 问题描述   编写一个使用指针返回类型的函数,使用该函数在字符串中搜索一个子串,并返回第一个相匹配的子串指针。该函数的原型如下: 测试   输入为3行。第一行为两个整数,表示字符串和需要查找的子串的长度。第二行为字符串,第三行为子串。   输出见main函数。 样例输入 Enter the length of string and substring 10 5 abcdefghij 样例输出 defgh find substring:defghij
  3. 所属分类:Other windows programs

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