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

搜索资源列表

  1. huibian

    0下载:
  2. 定义一串字符串(50个,包含字母和数字及其它字符,注意要有大小字母),将该字符串中的字母和数字分别找出来(Define a string of string (50, including letters and numbers and other characters, note that the size of letters), the string of letters and numbers were found out)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:lululu123
  1. zfczhuansz

    0下载:
  2. 字符串转换为数字,字符串转换为数字....(Convert string to number)
  3. 所属分类:中间件编程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:lqqtaian
  1. StrUtils

    0下载:
  2. 字符串工具类,封装了绝大多数的字符串处理方法(String tool class, encapsulates the vast majority of string processing methods)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:simon_ge
  1. Palindrome subsequences

    0下载:
  2. 求一个长度不超过15的字符串的回文子序列个数(子序列长度>=1)。 输入描述:输入一个长度不超过15的字符串,字符串均由小写字母表示 输出描述:输出其回文子序列个数 样例输入:abaa 样例输出:10(Find the number of palindrome subsequences of a string of no longer than 15 (subsequence length >=1). Input descr iption
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:zhou-r16
  1. dic_ec

    0下载:
  2. 字符串匹配,好吧,不能小于20字。所以再加几个字(String matching, well, it can't be less than 20 words. So add a few more words)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2494464
    • 提供者:summerqqq
  1. StringUtil

    0下载:
  2. 处理字符串 Created by albert.ma on 15-7-22.(String processing tool)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:jason gao
  1. 第12章04自定义字符串类_String

    0下载:
  2. 自定义一个String类,实现多种字符串的相关操作(Customize a String class to implement a variety of String related operations)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:192512
    • 提供者:lengleng
  1. 各章源代码

    0下载:
  2. 数据结构与算法书上的字符串代码,比较基础,适合初学者(String code on the data structure book)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-09
    • 文件大小:4658176
    • 提供者:cptbtptp
  1. 4判字符串中心对称

    0下载:
  2. 开始运行后,用户输入一段字符串,然后开始执行功能,即判断字符串是否中心对称(After the operation, the user input a string, and then start executive function, is to determine whether the string of central symmetry.)
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:244736
    • 提供者:苏噗噜
  1. c实验学习字符串IO

    0下载:
  2. 程序将筛选stateoutflow.txt文件里的符合要求的数据,并输出,用于学习字符串I/O(The program will filter the required data in the stateoutflow.txt file and output it for learning string I/O)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:232448
    • 提供者:theisness
  1. StringDemo

    0下载:
  2. 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:Yuan0173
  1. MyCalculator

    0下载:
  2. 用C#写的 支持数值运算、逻辑运算和字符串运算,不区分大小写。(It is written in C# to support numerical operations, logical operations, and string operations, and is not case sensitive.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:798720
    • 提供者:Aiello
  1. STL 拆分字符串

    0下载:
  2. 使用C++ STL拆分字符串“How are you?”(C++ STL strSeparator strText.find_first_of)
  3. 所属分类:Windows编程

  1. StrUtil

    0下载:
  2. 字符串处理类,多字节转换,格式化输入输出等。。。(string manipulation, multibyte and unicode translate, formated io)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:5120
    • 提供者:hnayao
  1. ce liang zifuchuan changdu

    0下载:
  2. 输入一个字符串,可以返回这个字符串的长度(Enter a string to return the length of the string)
  3. 所属分类:其他小程序

    • 发布日期:2018-04-23
    • 文件大小:12288
    • 提供者:tgy112
  1. 最长回文字符串

    0下载:
  2. 给定一个字符串,找出该字符串的最长回文子串。(Given a string, find the longest palindrome substring of the string.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:775168
    • 提供者:amykk
  1. 删除字符串中出现次数最少的字符

    0下载:
  2. 华为机试108 《删除字符串中出现次数最少的字符》详解(HUAWEI test 108 "the characters that have the least number of times in the deleted string")
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:5624832
    • 提供者:一少年
  1. 格式化写入字符串

    0下载:
  2. 格式化写入字符串数据,适用于字符串中某些字符需要动态变化的场合(Formatting to write string data)
  3. 所属分类:LabView编程

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:andy ma
  1. VB.NET DES字符串加密解密源代码

    1下载:
  2. Visual Studio .NET VB编程语言 MD5(DES)8位密钥字符串加密解密源代码
  3. 所属分类:Windows编程

    • 发布日期:2018-03-14
    • 文件大小:58833
    • 提供者:Delta_18
  1. Archive

    0下载:
  2. C++ 字符串练习 人桌组合 字符串 取时间(substring table_group_arrangement get_time)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:20480
    • 提供者:zhaozhao12345
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com