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

搜索资源列表

  1. display-128x64

    0下载:
  2. LCD—display 128X64 在pic33FJ256MC710上设置,和输出。 包含字符输出,字符串输出,汉字输出,图形输出。 优化汉字内码搜索。-LCD-display 128X64 in pic33FJ256MC710 set, and output. Contains the character output, string output, character output, graphics output. Optimization of characters in th
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:3454
    • 提供者:Troy
  1. NamedPipeClt

    0下载:
  2. 本程序用来对特定字符串进行搜索,适合初学者下载使用-This procedure is used to search for a specific string, suitable for beginners download
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:1924118
    • 提供者:lc
  1. SplitString

    0下载:
  2. 本程序用来对特定字符串进行搜索,适合初学者下载使用-This procedure is used to search for a specific string, suitable for beginners download
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:19478
    • 提供者:lc
  1. LEX

    0下载:
  2. 词法分析时,常常会用到超前搜索方法。如当前待分析字符串为“a +”,当前字符为’ ’,此时,分析器倒底是将其分析为大于关系运算符还是大于等于关 系运算符呢?显然,只有知道下一个字符是什么才能下结论。于是分析器读入下一个字符’+’,这时可知应将’ ’解释为大于运算符。但此时,超前读了一个字符’+’,所以要回退一个字符,词法分析器才能正常运行。在分析标识符,无符号整数等时也有类似情况。-Lexical analysis, often use advanced search method. If th
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-05-06
    • 文件大小:1123786
    • 提供者:元宝
  1. SearchStringWithReg1

    0下载:
  2. 本程序用来对特定字符串进行搜索,适合初学者下载使用-This procedure is used to search for a specific string, suitable for beginners download
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:19918
    • 提供者:lc
  1. Bloom-Filter

    0下载:
  2. 采用hash技术,实现bloom滤波器对字符串的搜索。-Use hash technology, bloom filter the search string.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:316962
    • 提供者:张程序
  1. StringArraySearch

    0下载:
  2. 在字符串数组中搜索选定的词组,作为程序员收藏的资料,有利于提高编程效率!-#ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CStringArraySearchDlg dlg m_p
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1873797
    • 提供者:小王
  1. WORD

    0下载:
  2. 选择文件夹后,程序自动搜索文件夹内所有WORD文件并检查是否包含输入字符串,并将结果列表,使用者可以将不需要替换的文件从列表删除-Select the folder, the program automatically search folder WORD file and check whether it contains the input string, and the results list, users will not need to replace files deleted f
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:16495
    • 提供者:REI
  1. language-assistant

    0下载:
  2. 在主函数中通过LINE=NEW WENXUE[N] 来建立line,来存储输入的字符, 利用into函数输入字符,通过ch="\0"作为结束标志通过for循环,输入n个要搜索的字符。 存放在字符串数组ZIFU中。 再通过主函数中利用for循环调用saomiao函数,对引入的文本文件进行扫描,然后根据累加判断, 逐行进行扫描判断,且没出现一次time++ 并且记录该行的行数。 在函数show中,通过for循环将输出line[i]中所标记的行数row[i],和该字符串出
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:832
    • 提供者:ni
  1. ScommTest

    0下载:
  2. 实现串口自动搜索;设置串口的数据位、停止位、波特率、检验位;能够通过串口发送、接收字符串-To achieve the automatic search of the serial port to set the serial data bits, stop bits, baud rate, parity bit can be sent through the serial port to receive the string
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:34324
    • 提供者:buzhidao
  1. a

    0下载:
  2. 设计一个扫描器,该扫描器是一个子程序,其输入是源程序字符串,每调用一次识别并输出一个单词符号。为了避免超前搜索,提高运行效率,简化扫描器的设计,假设该程序设计语言中,基本字(也称关键词)不能做一般标识符用,如果基本字、标识符和常数之间没有确定的运算符或界符作间隔,则用空白作间隔。-The design of a scanner, the scanner is a subroutine, the input source string, each one call to identify and
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1169
    • 提供者:金燕
  1. 1211

    0下载:
  2. C#实现的字符串近似搜索_OK,含说明和源码,有学习意义-Implemented in C# string proximity search _OK
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:123559
    • 提供者:tang
  1. Core4

    0下载:
  2. Py.Core提供了以下的功能: - 字符串/日期/数字/正则表达式/文件/数据检查/类型转换 等常见操作。 - 缩略图/验证码/水印 等图片操作。 - 排序/搜索/加密/遍历 等常用算法。 - 日志功能(内置包括向 屏幕、窗口、文件、数据库 输出日志的工具)。 - HTML/INI/ZIP 压缩/JSON/XML/常用集合 等文件或数据结构的处理。 - FTP/上传/下载/邮件/登陆网站 等网络功能 。 -
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:11936400
    • 提供者:郭启洋
  1. regexSearch

    0下载:
  2. Java做的文本搜索替换软件源码,可用于在多个文件中普通字符串或正则表达式查找与替换文本,支持多条件查找替换。 -Java text search and replace software source code, can be used for ordinary string in multiple files or regular expression search and replace text, search and replace support many conditions.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:294898
    • 提供者:张君亭
  1. SimilarImageSearch

    0下载:
  2. 相似图片搜索.关键技术:"感知哈希算法"(Perceptual hash algorithm),它的作用是对每张图片生成一个"指纹"(fingerprint)字符串,然后比较不同图片的指纹。结果越接近,就说明图片越相似。 -Similar image search. Key technologies: perception of the hash algorithm (the Perceptual hash algorithm), it is the role of each image t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:249916
    • 提供者:wt
  1. func

    0下载:
  2. 测试一个函数,其功能是搜索由函数的第一个参数指定的字符串,在其中查找由函数的第二个参数指定的字符的第一次出现的位置。如果找到,返回指向这个字符的指针:如果没有找到,返回空字符(这种方式和strchr()函数的功能一样)。-Test a function, its function is to search for the string specified by the first parameter of the function and location in which to find th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:5168
    • 提供者:赵俊
  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 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com