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

搜索资源列表

  1. Findtheletter

    0下载:
  2. 汇编语言,编写指令序列,在字符串中查找字符“B”,若找到,显示Found,否则,显示NotFound,吴泽乐-Assembly language, writing instruction sequence, find the characters in the string " B" , if found, display Found, otherwise, show NotFound, WU Ze-Le
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1651
    • 提供者:
  1. StudyMainClass.java

    0下载:
  2. 字符串的查找 StudyMainClass.java-Search string
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:31212
    • 提供者:lu
  1. code

    0下载:
  2. 一些c代码,二分查找,指针,排序,输入输出字符串等等。-some code about c.searching,pointer,sort and so on.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:189935
    • 提供者:林雨
  1. shangchuan

    0下载:
  2. 在一个字符串中查找子串 在一个字符串中查找子串-Find a string in the substring
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3406
    • 提供者:风满袖
  1. QuickFindlargefilesinVBstrings

    0下载:
  2. VB快速查找大文件中的字符串: 基于内存影射文件和VB模拟指针技术,能大大加快大型文件中字符串的查找速度。-VB quickly find large files in the string: memory mapping files and VB based simulation pointer technology, can greatly speed up large file string search speed.
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:2156
    • 提供者:齐人同
  1. String

    0下载:
  2. 实现字符串的创建查找,遍历,重载等功能。-To achieve the creation of a string search, traversal, overloaded functions.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1230
    • 提供者:ruoyao
  1. text

    0下载:
  2. 为一个文本编辑器设计一个查找和替换对话框,实现字符串的查找和替换功能,提供区分大小写、全字匹配等多个选项。-java
  3. 所属分类:Applet

    • 发布日期:2017-04-05
    • 文件大小:3053
    • 提供者:mlx
  1. RegEx

    0下载:
  2. C# 使用正则表达式查找网址形式的字符串,并将其替换-using a regular expression that performs a simple searchand replace in a string.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:562
    • 提供者:sea
  1. stlsoft-1.9.100-hdrs

    0下载:
  2. 最新的stlsoft模板库源代码。类似于大家都熟悉的boost。但是它更简单。比如字符串的查找替换功能,比boost中的类似功能易用而而高效。-The latest stlsoft template library source code. Similar to a well-known boost. But it is more simple. Such as string search and replace functions, similar functions than the boo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2056311
    • 提供者:xc
  1. txteditor

    0下载:
  2. 输入一页文字,程序可以统计出文字、数字、空格的个数。静态存储一页文章,每行最多不超过80个字符,共N行。要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一字符或者子串,并将后面的字符前移。(4)插入某一字符或者子串。(5)查找某一字符或者子串。存储结构使用线性表,分别用几个子函数实现相应的功能;输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。输出形式:(1)分行输出用户输入的各行字符;(2)分4
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:264062
    • 提供者:张浩
  1. algorithm

    0下载:
  2. 包括选择排序、冒泡排序、顺序查找、字符串匹配、合并排序-Including the selection sort, bubble sort, sequential search, string matching, merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17859542
    • 提供者:张晓彤
  1. searchsub

    0下载:
  2. 字符串中查找子字符串的各种场景,并分别予以实现,对于这个功能的理解很全面。-search the substring from a string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:6770
    • 提供者:feiyan
  1. stex

    0下载:
  2. 用于进行字符串的匹配查找,查找整个文件夹中的文本文件。并给出相应的相似度。-Search for the string matching to find an entire folder of text files. And the corresponding similarity.
  3. 所属分类:File Operate

    • 发布日期:2017-05-18
    • 文件大小:4958199
    • 提供者:lucuswu
  1. 4

    0下载:
  2. 在字符串STRI中查找字符E,若找到将显示Y,否则显示N。-Find characters in a string STRI E, if found will display Y, otherwise show N.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:5521
    • 提供者:tamakiramimy
  1. char_manipulation

    0下载:
  2. 包含几个字符操作的经典程序:数字字符转换成数值、统计单词出现次数、选择法进行字符串排序、在串中查找一个字串出现的次数、字符串的选择法排序、字符串中的大写字母改小写字母-Contains several classic characters operating procedures: digital characters into numerical, statistical word occurrences, select the sort method for strings, a strin
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2639
    • 提供者:fangchen
  1. KMP

    0下载:
  2. 本代码是kmp算法,可以实现在文学名著中实现字符串的查找,并标记字符串的位置,统计字符串的个数-This code is kmp algorithm can achieve a string of literary classics in the search, and mark the location of the string, the number of statistical string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4810
    • 提供者:木头
  1. 8

    0下载:
  2. 从一个字节字符串中查找字符‘#’,如果查到则将其偏移地址送到存储单元addr中,否则将0送到addr中 -Find a byte string from the character ' #' , and if found will be sent to the offset addr in the storage unit, or in the 0 to addr
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1784
    • 提供者:陈涛
  1. zif

    0下载:
  2. 字符串的查找与删除,在查找到子串的同时,将其从父串中删除并使父串形成新的字符串-char delete
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:637
    • 提供者:李晨
  1. stringSearch10

    0下载:
  2. 在指定目录下的所有文件中,搜索 查找提定的多个字符串 可以创建指定个数的线程,最多30个,并支持设置各个线程的优先级-String Search
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:53035
    • 提供者:梦飞扬
  1. ok

    0下载:
  2. 演示程序为计算机和用户的对话形式执行,即在计算机的终端显示图形界面的文档编辑器,然后用户就可以实现编辑,保存等像记事本一样的功能。 (1)打开以有文件,保存编辑文件,退出编辑器并提醒保存; (2)查找编辑区中的字符串,用已知字符串替换查找的字符串; (3)显示文件的存取路径; (4)剪切,复制,粘贴,删除等; (5)改变文本区字体的颜色,字体大小和形状的功能; (6)关键字显示蓝色、类库类名显示红色。 -Demonstration program for the co
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:7376
    • 提供者:chavman
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 26 »
搜珍网 www.dssz.com