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

搜索资源列表

  1. 3-2

    0下载:
  2. 比较两个字符串的大小,对于长度不等的字符串也是可以比较的。-Compares two strings of size, ranging from the length of the string comparison.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:182052
    • 提供者:li weixia
  1. KMP-code

    0下载:
  2. 字符串的KMP匹配算法的ADT形式,只有一次循环优化,含注释,易懂。数据结构与算法的基本代码之一。-KMP matching algorithm of string the ADT form of, only one cycle optimization, including the Notes, and easy to understand. One of the basic code of the data structures and algorithms.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-22
    • 文件大小:1407
    • 提供者:starryliu
  1. strupplow

    0下载:
  2. 安全的含有汉字及字母字符串大小写转换函数 很多人使用的均是普通转换方法,存在潜在的风险-Safe containing Chinese characters and letters String case conversion functions to a lot of people use are common conversion method, there is a potential risk
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:680
    • 提供者:ygm311
  1. LCS

    0下载:
  2. 求解所有的最大公共子序列,用于比较两个各字符串-All of LCS
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:12952
    • 提供者:吴江
  1. parse

    0下载:
  2. 这个程序是用来分割字符串的,经过调试通过的。 可以把一个长的字符串,分割成你想要提取的小字符串。-this programe is just for parse a long string to some short string .
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:781
    • 提供者:zhang hui
  1. Add-or-remove-spaces

    0下载:
  2. 对一段字符串实现添加空格或去除空格,以方便对其进行解析-To facilitate parse a string to add a space or removing spaces,
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:5899
    • 提供者:雪莲
  1. heshsi

    0下载:
  2. 有一些可能的符号K, A, N, C, E, p, q, r, s, t 。一个合式公式是符合以下条 件的字符串: • p, q, r, s, 和t 是合式公式 • 如果w 是合式公式,Nw 是合式公式 • 如果w 和x 是合式公式,Kwx, Awx, Cwx, 和Ewx 是合式公式。-There are some of the possible symbols K, A, N, C, E, P, Q, R, S T. A well-formed f
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:2866
    • 提供者:wuzhiqiang
  1. User-defined-String

    0下载:
  2. 自定义字符串类的C++实现--头文件及源代码-- Header files and source code from defined string class C++ implementation
  3. 所属分类:source in ebook

    • 发布日期:2017-11-22
    • 文件大小:3749
    • 提供者:于练
  1. TripleDES

    0下载:
  2. 数据格式加密采用标准3DES加密。 加密的字符串key为: 589BD507B59737B6C1BFCB9DCECB2C7957469B67049EDF34 nmbs_cstinf_dnl_7000_20130124.txt 为导出的未加密的数据,可做解析参考。 nmbs_cstinf_dnl_7000_20130124 (1).txt 为导出的加密数据,正式的客户信息下载文件为加密数据。 TripleDES.java及BytesUtil.java为
  3. 所属分类:source in ebook

    • 发布日期:2017-11-17
    • 文件大小:17196
    • 提供者:bluelemo
  1. conversion

    0下载:
  2. 1:将16进制字符串转化成十进制整数 2:二进制和十进制之间的转换 3:将十进制整数转化成任意进制数(16进制以内)的字符串 4:将十进制数转化成罗马字符-1: hexadecimal string into a decimal integer 2: between binary and decimal conversion: decimal integer into any hexadecimal number (hexadecimal) string: decimal number int
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:31654
    • 提供者:笑霸王
  1. Search_Tree

    0下载:
  2. 使用文件保存初始的单词数据(至少100个),以逗号分隔。程序中将单词读入到内存中,并据此建立一种数据结构用来保存这些单词。 由键盘输入查找目标,在你定义的结构上进行查找,屏幕上显示出最佳匹配的字符串。 -Save the file the initial word of data (at least 100), separated by commas. Program, the word is read into memory, and accordingly the establish
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:332322
    • 提供者:田顺建
  1. deck-of-cards

    6下载:
  2. 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:2048
    • 提供者:张国
  1. the-string-order

    0下载:
  2. 字符串排序问题的算法,还是比较经典,书上的例子-String sorting problem algorithm, it is quite classic
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:209581
    • 提供者:冷月
  1. Statistics-of-the-string

    0下载:
  2. 1)编写一个程序,接受用户输入的一个字符串,统计其中出现过的所有字符,按其出现频率从高到低的顺序排列输出。(注:请使用这样的方法编写程序,使用一个链表存放出现过的字符,链表的每个结点的数据域中有两个变量,一个存放该字符,一个存放字符出现的次数。每检索到原字符串的一个字符时,先在链表中查找,若找到此字符,则将其出现次数加l,否则创建一个新的结点链接在链表的末尾。) 2)对已经建立好的链表进行如下处理:删除出现次数小于3的字符节点,并输出删除之后的链表信息。 -1) Write a prog
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:986
    • 提供者:lpc
  1. str2argv

    0下载:
  2. 将字符串(以空格分割)转成array,以在GUI下调 用cmd(argc,argv)命令行源程序。-convert string(separated by space) into array of argv, so as to call command line funtion such as cmd(argc,argv)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:698
    • 提供者:russot
  1. regular_expressions

    0下载:
  2. 在计算机科学中,是指一个用来描述或者匹配一系列符合某个句法规则的字符串的单个字符串。在很多文本编辑器或其他工具里,正则表达式通常被用来检索和/或替换那些符合某个模式的文本内容。许多程序设计语言都支持利用正则表达式进行字符串操作。例如,在Perl中就内建了一个功能强大的正则表达式引擎。正则表达式这个概念最初是由Unix中的工具软件(例如sed和grep)普及开的。正则表达式通常缩写成“regex”,单数有regexp、regex,复数有regexps、regexes、regexen。-In com
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:47837
    • 提供者:peter
  1. 1_1

    0下载:
  2. 首先读取一串列标号,这些列标号成对出现,表示输入行的列范围。这串列标号以一个负值结尾,作为结束标志。剩余的输入行被程序读入并打印,然后输入行中被选中范围的字符串被提取出来并打印。注意,每行第1列的列标号为零-First reads a serial label, label these columns appear in pairs, which means input line column range. This serial label with a negative end, as th
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1587
    • 提供者:liwei
  1. del-string-

    0下载:
  2. 删除字符串中德子串, 删除字符串中德子串,-Remove string substring Germany, delete string substring Germany, delete string substring Germany,
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:钱秋林
  1. pb_json

    1下载:
  2. 字符串解析,解析json字符串,进行内容截取-string parsing, parsing json string content interception
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:58322
    • 提供者:兰世魁
  1. Chane-Android-package-name

    0下载:
  2. 修改Android的程序头文件,程序内包名相同的字符串,路径为相对,包名需自己定,文件内仅cpn1,cpn2有用.-Android program to modify the header file, and the same string of the package name, the path is relative, given the package name by yourself, only cpn1, cpn2 a useful document.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:1295
    • 提供者:Smith
« 1 2 34 5 »
搜珍网 www.dssz.com