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

搜索资源列表

  1. replace

    0下载:
  2. C语言实现的replace函数,可以用来替换字符串。-C language implementation of the replace function, can be used to replace the string.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:864
    • 提供者:gonag98y317
  1. tihuan

    0下载:
  2. 这段程序使用C语言实现字符串中子字符串的替换-Using C language string substring replacement this program
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2829
    • 提供者:邓玉玲
  1. ReName

    0下载:
  2. 批量重命名文件夹下的所有文件的文件名,指定所需要替换的字符串和想要替换的字符串-Batch rename the file name of all the files in the folder, specify the required replacement of the string and the string you want to replace
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:2459827
    • 提供者:zxl
  1. myLevenshtein

    0下载:
  2. java实现莱文斯坦算法,计算相似度.莱文斯坦距离(LD)用于衡量两个字符串之间的相似度。 以下我们称这两个字符串分别为 s (原字符串) 和 t (目标字符串)。莱文斯坦距离被定义为 将字符串 s 变换为字符串 t 所需的删除、插入、替换操作的次数 。-java achieve Levenshtein algorithm to calculate the similarity. Levenshtein distance (LD) is used to measure the similarit
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1144
    • 提供者:liuzhipeng
  1. bmhz

    0下载:
  2. 1、可以自定义要转换的文件扩展名 2、可以自定义要转换的文件的路径(相对,绝对) 3、自动识别编码格式 4、转换时自动将结果输出到指定的文件夹。不会覆盖原因的文件。保证转换后不会出现不必要的麻烦 5、转换时替换字符串不区分大小写,有效的提高了准确率 6、支持子目录下的文件转换 8、程序很小,两个asp文件-1, you can customize the file extension you want to convert 2, you can customize t
  3. 所属分类:Web Server

    • 发布日期:2017-05-01
    • 文件大小:8041
    • 提供者:boly
  1. repasp

    0下载:
  2. ASP字符串查找替换工具是一款居于ASP环境下开发的程序,可以查找数据库任意字段的内容并替换成你想要的内容,同时解决了某些保留名字user,memo为表单名字或者字段名字出错的问题,只要输入完成的内容即可快速地完成替换。同时为了防止数据库替换出错,程序加入了替换前自动备份数据库的功能【只需勾选备份数据库选项即可】!是站长必备的一款好工具!-ASP String Find and Replace tool is a resident programs developed under ASP env
  3. 所属分类:Web Server

    • 发布日期:2017-04-15
    • 文件大小:4803
    • 提供者:温卓玉
  1. A3

    1下载:
  2. 文本编辑器(10分) 课题内容: 设计一个简单的文本编辑器,该系统要求对一个文本文件中的内容进行各种常规操作,如:插入、删除、查找、替换等功能。通过此课题,熟练掌握文本文件的操作及用字符数组或字符指针实现字符串操作的功能。 课题要求: (1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 -Text Editor (10 points) DISCLOSURE: Design a simple text editor, the sy
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:2007385
    • 提供者:HXM
  1. Solution4

    0下载:
  2. 剑指offer 输入一个字符串,要求将这个字符串中所有空格的位置都替换成” 20- the string will require all spaces in the position are replaced with 20
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-12
    • 文件大小:967
    • 提供者:王曼丽
  1. zfcyx

    0下载:
  2. 给两个只包含小写字母的非空字符串A,B,可以使用以下三种操作对字符串进行编辑: 1. 删除任意一个字母 2. 在任意位置插入一个字母 3. 将一个字母替换成另一个字母 我们定义函数 d(A,B)为将字符串 A 变换成字符串 B 的最少操作数。-To contain only two non-empty string of lowercase letters A, B, you can use the following three operations on string edi
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:636
    • 提供者:ZSH
  1. 201610091055115443

    0下载:
  2. replace() 方法用于在字符串中用一些字符替换另一些字符,或替换一个与正则表达式匹配的子串。 语法 stringObject.replace(regexp/substr,replacement) 参数描述 regexp-verry good jpgverry good jpgverry good jpgverry good jpg
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-05
    • 文件大小:15030
    • 提供者:苑飞
  1. Normal-Algorithm

    0下载:
  2. 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1246987
    • 提供者:刘楠
  1. xiaomoquannengtihuan

    0下载:
  2. 小莫全能替换。可以替换易语言未加壳的界面任何字符串文字!-Little mo all-around replacement. You can replace the easy language interface not added any string text!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:587574
    • 提供者:李先生
  1. txqk

    0下载:
  2. 一个JAVA字符串处理程序,利用正则实现字符串的搜索替换-A JAVA string handling procedures, the use of regular search and replace string
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:9216
    • 提供者:iseraje
  1. 3-9

    0下载:
  2. 该函数能够完成把字符串str中的所有子串find_str都替换成字符串replace_str,返回值为替换的次数。-The function can be completed in the string STR of all substrings find_str are replaced by a string replace_str, the return value of the number of substitutions.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:vivi
  1. replace

    0下载:
  2. 求5*5矩阵主、副对角线元素之和及周边元素之和。编写主函数和函数replace()。主函数进行输入、输出和函数调用,replace()的功能是将一字符串中的某个字符替换成另一字符。-The sum of the main and the diagonal elements of the 5* 5 matrix and the sum of the surrounding elements. Write the main function and the function replace ().
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:90112
    • 提供者:chenyaci
  1. mse_search

    0下载:
  2. 一个JAVA字符串处理程序,利用正则实现字符串的搜索替换-A JAVA string handling procedures, the use of regular search and replace string
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:ivril
  1. retfandeadlock

    0下载:
  2. 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串-This program are replaced with MFC search function, input a string of characters in the edit box, and then enter your query string
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:25600
    • 提供者:zullwvie
  1. mmwtinlexing__critical

    0下载:
  2. 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串-This program are replaced with MFC search function, input a string of characters in the edit box, and then enter your query string
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:25600
    • 提供者:codud
  1. XKZD

    0下载:
  2. 一个JAVA字符串处理程序,利用正则实现字符串的搜索替换-A JAVA string handling procedures, the use of regular search and replace string
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-16
    • 文件大小:9216
    • 提供者:clsrling
  1. hvymrwe209

    0下载:
  2. 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串(This program are replaced with MFC search function, input a string of characters in the edit box, and then enter your query string)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:25600
    • 提供者:grpps
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com