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

搜索资源列表

  1. OJ-Template

    0下载:
  2. 字符替换,按照替换规则,将输入的字符串做转换 其它字符不作处理。- Character replacement, according to the substitution rule, the input string will do the conversion other characters do not deal with.
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3826644
    • 提供者:ql
  1. zifuchuan

    0下载:
  2. 字符串的应用,更改替换查找,指针的基本应用,初学c者必看。-Application of the string, change the replacement search, basic application pointer, beginner c watched.
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:145023
    • 提供者:李琳欢
  1. CTool

    0下载:
  2. 此类中收集Java编程中WEB开发常用到的一些工具。比如字符串的查找替换操作、将字符串中的特殊字符转换成Web页中可以安全显示的字符串,转换字符串,从UTF-8到GBK的编码转换,从“GBK”到“ISO8859_1”的字符串转换,大文本块处理(将字符集转成ISO),String型变量转换成int型变量,如果str不可以转换成int型数据,返回-1表示异常,否则返回转换后的值,long型变量转换成String型变量,sql语句 处理,如果longVal不可以转换成String型数据,返回空值表示异
  3. 所属分类:android

    • 发布日期:2017-04-14
    • 文件大小:3650
    • 提供者:rpudn67
  1. The-string-of-characters-to-replace

    0下载:
  2. 字符串中字符替换,此程序是汇编语言和C语言的混合编程,开发环境为HEIL-The string of characters to replace
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:2603
    • 提供者:lkx
  1. ds10

    0下载:
  2. 串的基本操作 设串中元素为字符型数据,编写函数实现以下操作: (1)求子串:给定一个字符串s,求其中从指定位置start开始的,长度为len的子串,并返回。例如:s =  abcdefg ,start = 2,len = 3,则截取的子串为 cde 。 (2)删除子串:给定字符串s,从第pos位开始,删除长度为len的子串。例如:s =  abcdefg ,start = 2,len = 3,则
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:848
    • 提供者:颜瑞廷
  1. FRJPanel

    0下载:
  2. 使用java开发的文本查找替换组件,类似NetBeans中的查找功能,继承自JPanel,对于查找的字符串,高亮显示全部,对被选中使用另外的颜色高亮显示。支持替换-JPanel find replace highlight
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4734
    • 提供者:frais
  1. StringReplace

    0下载:
  2. C#编写的文件字符串批量替换工具,可同时替换指定目录下所有相关文件的特定字符.-File C# prepared volume replacement tools, can also replace the particular characters of the specified directory of all relevant documents.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:109458
    • 提供者:翻天的猪
  1. TReplaceDialog

    0下载:
  2. Delphi:Delphi编程,利用TReplaceDialog组件属性实现字符串的查找替换,这在Windows中看似简单实用的功能,真正到自己去编写实现的的时候,觉得还真不是那么顺利,请看Delphi利用TReplaceDialog组件实现字符串的查找替换。 -Delphi: Delphi programming, using TReplaceDialog component properties to achieve the replacement search string, this
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:9670
    • 提供者:I5YOOS5
  1. string_game

    1下载:
  2. 3. 4 字符串游戏 ★问题描述 给两个只包含小写字母的非空字符串 A,B,可以使用以下三种操作对字符串进行编辑: 1. 删除任意一个字母 2. 在任意位置插入一个字母 3. 将一个字母替换成另一个字母 我们定义函数 d(A,B) 为将字符串 A 变换成字符串 B 的最少操作数。-3.4 Descr iption of the problem string game ★ contain only lowercase letters to the two non-empt
  3. 所属分类:Other windows programs

    • 发布日期:2016-06-01
    • 文件大小:1024
    • 提供者:孙真真
  1. main

    1下载:
  2. 读入文本文件source.txt,将其内容中字符串“location”全部用字符串“east lake”替换,结果保存到文本文件target.txt-Reads text files source.txt, its contents string location All string east lake replace, the results are saved to a text file target.txt
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:685
    • 提供者:chen
  1. Day4

    0下载:
  2. 题目: 不使用库函数实现字符串的替换。 Eg:stringconvert( abcdefg , cd , 123 ) ab123efg 注意:1)这个问题可能会出现第一个字符中有多次出现第二个字符的情况,这是需要替换的字符串就不止一处了; 2)还有一个问题:注意寻找第二处需要替换字符的时候,是从整个字符串开始还是从替换好后的地方开始, 开始的地方不同会出现替换结果不一致的情况,因为有可能替换后的字符串中会含有和第二个字符串相同 的地方。-S
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:714130
    • 提供者:余庆丹
  1. StringDemo04

    0下载:
  2. 对字符串进行大小写转换、判断是否以指定的字符串开头或结尾、不区分大小写进行字符串比较以及替换-The string case conversion, in order to determine whether the specified string at the beginning or end of a case-insensitive string comparisons and replace
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:797
    • 提供者:傅海燕
  1. py5

    0下载:
  2. 实现字符串间相同字符串的替换功能。若s中的字符在s1中出现,则用s2中的字符替换。-To achieve the same function between string replacement string. S If the characters appear in s1, then replace it with the character in s2.
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:580801
    • 提供者:pyj
  1. Editor

    0下载:
  2. 1.插入行 2.删除行 3.行内容的编辑 4.行间的跳转 5.行内容的修改 6.文件内容的读取 7.内容的写入保存 调用函数: Ask() //询问操作指令 Run() //运行 功能: begin: 换到开头第一行 change: 对本行进行修改 delete: 删除所在行 end: 换到最后一行 find: 在本行查找字符串 go: 跳到某一行 help: 帮助(显示各种帮助的助记符) in
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:8555
    • 提供者:xinwuya
  1. find

    0下载:
  2. 本程序在CAd中查找并有选择的替换字符串,本程序的特点是把找到的字符串高亮度、大比例显示在屏幕中间。-this lisp search an replace text string in CAD,the lisp program can highlight the text string and enlarge de textstring at screen center.
  3. 所属分类:CAD

    • 发布日期:2017-04-14
    • 文件大小:3284
    • 提供者:xiaojian
  1. Test

    0下载:
  2. 在文件中查找并替换制定开始和结束的字符串,带图形界面-find and replace chars in file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:7749
    • 提供者:wanglin
  1. idestrea

    0下载:
  2. IDE接口扩增,你可以在任何程序中,使用PCHAR或字符串,并可以互相替换。-A simple but effective interface to the IDE s text buffer. You can retrive the text of the IDE s text buffer either as PChar or as string list. You can manipulate it in any way and then replace the whole text wi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:6369
    • 提供者:wwqq
  1. Test

    0下载:
  2. 现有一个字符串数组str_arr,其中共有20 个元素,欲调用java.util.Arrays.sort() 方法对其进行排序。请编写java.util.Comparator 的实现类,将两个字符串的比较 规则改为:先将字符串中的数字’0’~’9’分别替换成字母’a’~’j’,并忽略字母的大 小写。测试该实现类的正确性。-The existing string array str_arr, which is a total of 20 elements, to call java.u
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:877
    • 提供者:danny
  1. bin

    0下载:
  2. 剑指OFFER第四题java原码,替换字符串中的空格-OFFER wins the fourth title of the original java code, the replacement string spaces
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1392
    • 提供者:shang
  1. replace-script.sh.tar

    0下载:
  2. 用于批量替换源码工程里面字符串,比如说生成的绝对路径-Batch replace strings in source code project, for example, to generate the absolute path.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com