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

搜索资源列表

  1. asm

    0下载:
  2. 汇编课程设计 包括查找字符串 复制 图书管理等,有代码 报告-Compilation of curriculum includes the search string copy library management, etc., there is code for the report
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:469979
    • 提供者:sjfkldj
  1. findCStirng

    0下载:
  2. 字符串查找,从一段字符串中查找需要查找的字符或单词-String to find, from a string to find the need to find the characters or words
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11153
    • 提供者:long
  1. findcommonword

    0下载:
  2. 该程序实现了一个简单查找两个字符串中相同英文单词的功能.输出为两个字符串相同的单词和个数.-The program implements a simple search string two English words the same function. Output for the two strings of words and the number of the same.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:103623
    • 提供者:zhongjin
  1. Searchfilethenplace

    0下载:
  2. 文件中查找某个字符串,然后批量替换,速度惊人.特别适合大文档的文本替换-Find a string document, and then batch replace, at an alarming rate. Especially suitable for large files to replace text
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:29755
    • 提供者:张军
  1. Edit

    2下载:
  2. 设计一个Java程序编辑器 实验目的:图形界面、线程、流与文件等技术的综合应用。 题意 设计一个图形界面的文档编辑器,实现以下功能: (1) 打开、保存文件。 (2) 查找、替换字符串。 (3) 定时自动更新文件,并创建备份文件。 (4) 将Java关键字以不同颜色或不同字体显示。-The design of a Java program editor experimental purposes: graphical interfaces, threading, st
  3. 所属分类:Java Develop

    • 发布日期:2016-12-18
    • 文件大小:6309
    • 提供者:伊川
  1. huibian

    0下载:
  2. 大学时学汇编做的一些小实验,包括查找字符串、偶数以十六进制显示、响铃、双精度数加法、匹配等等,绝对很适用。-Compilation of university places to do some small experiments, including the search string in hexadecimal display even the bell to ring, the number of double-precision adder, match, etc., is the a
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:5773
    • 提供者:吴建华
  1. socket_shell

    0下载:
  2. 分别编一个客户端程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如>1k字节) (目的是为了在一次连接测试多次的收/发)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。 编写一个递归的shell程序 findit,该程序搜索参数2指定的目录树,查找所有的以 .c和 .h结尾的文件,如文件行中含有参数1指定的字符串,显示该行和相应的文件名。如目录参数2缺省,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:13075
    • 提供者:pobenliu
  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. Utilities

    0下载:
  2. 这是一个DLL,集成了平时用到的几种常见的函数,如拆分字符串,查找文件,文件夹是否存在等-This is a dll, have serval common functions in it, such as split string, find file or check the dir if its exist.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:152661
    • 提供者:熊振
  1. MemoFind

    0下载:
  2. 在Memo中查找字符串实例,简单,实用,入门者学习的最好案例-In the Memo to find a string instance, simple, practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4289
    • 提供者:clear
  1. lunwen

    0下载:
  2. 通过C语言实现对文件的字符串查找替换功能,及自动排版的功能.代码高效,简洁.-Through the C language implementation of the document string search replace function, and automatic layout functions. Code is efficient, simple.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:49731
    • 提供者:张能
  1. word_find

    0下载:
  2. 在word中查找字符串-Find a string in the word
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:105357
    • 提供者:邱鹏
  1. KMP

    0下载:
  2. KMP 模式匹配算法实例 C++源码 字符串查找-KMP pattern matching algorithm in C++ source code search string
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:674
    • 提供者:xilo
  1. KMP

    0下载:
  2. KMP是一种字符串查找算法,具有无需回溯的特点,效率高,本源码实现了KMP算法-KMP
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4470
    • 提供者:ybelieve
  1. string

    0下载:
  2. 1、为该类设计构造函数和析构函数,要求构造函数不少于两个 2、为该类设计合理的成员变量 3、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,起码包括字符查找 获得C风格字符串、获得字符串长度、字符串比较等。 4、要求该类的设计有良好的封装性 5、有一个能正常运行的测试程序,测试该类的所有成员函数-1, the design for the class constructor and destructor, constructor re
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:694613
    • 提供者:nicai
  1. strings

    0下载:
  2. 自定义字符串的常用操作:串拷贝、求串长、查找字符串的操作。-The common custom string operation: string copy, find string length, find the string operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:869
    • 提供者:网络风
  1. locate

    0下载:
  2. linux 下查找字符串在文件中的位置,并将位置输出。-locate string in txt,and print where is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1747
    • 提供者:lifei
  1. c-hash

    0下载:
  2. c语言查找字符串的hash算法,几种经典的哈希算法参考-hash algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1130
    • 提供者:chanson
  1. TestString

    0下载:
  2. 这篇是介绍给你一个字符串如何查找字符串中字母-This is to introduce to you how to find the string to a string of letters
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:667
    • 提供者:夏雨夜
  1. CSharpsharp

    0下载:
  2. 完全手册,一场新的革命。关于在文本中查找字符串的问题。c查找字符数字,统计字符以及数字个数。-# complete guide, a new revolution. On the question of c# to find a string in the text. C# find character numbers, characters, and a number of statistics.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:1258145
    • 提供者:tom.sun
« 1 2 34 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com