CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 字符串

搜索资源列表

  1. RLEcompression

    0下载:
  2. 借助于RLE游程编码的思想,实现对字符串数据的简单压缩。-RLE RLE means of thought, to achieve a simple string data compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:624
    • 提供者:
  1. URLEncode

    0下载:
  2. url字符串编码格式转换,输入cstring 字符串,转换为url格式cstring输出,用于HTTP通信-URL string encoding format, CString input string, converted to URL format CString output for HTTP communication
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:杨天
  1. getAllPalindromeSubStr

    1下载:
  2. 给定字符串,求它的回文子序列个数。回文子序列反转字符顺序后仍然与原序列相同。例如字符串aba中,回文子序列为 a , a , aa , b , aba ,共5个。内容相同位置不同的子序列算不同的子序列。-Given a string, find its number of sub-palindromic sequence. Palindromic sequences reversed the order of characters remains the same as the original
  3. 所属分类:Algorithm

    • 发布日期:2015-08-10
    • 文件大小:1024
    • 提供者:邹业
  1. HuffmanTree2

    0下载:
  2. 在visual c++的环境中,通过二叉树实现对字符串进行HUFFMAN编码和译码的功能-In the visual c++ environment, by Binary Tree strings HUFFMAN encoding and decoding functions
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1809368
    • 提供者:李噹噹
  1. main

    0下载:
  2. 求字符串中的最大回文子串(忽略大小写),并输出找到的回文串-find the maximum Palindrome in a string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:716
    • 提供者:zxp
  1. LeetCode

    0下载:
  2. LeetCode题解(java版) 包含toi,strstr,add two num,括号匹配,字符串乘法,通配符匹配,文件路径简化,Text Justification,反转单词-LeetCode solution to a problem (java version) contains toi, strstr, add two num, bracket matching, string multiplication, wildcard matching, simplify file pa
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:90944
    • 提供者:yuer
  1. delete-character

    0下载:
  2. 任意输入字符串,把相同的字符清楚掉,剩下的字符按原先的排序组合在一起-Any input string, the same character clear out the rest of the characters are combined together in the original sorting
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:835
    • 提供者:曾捷
  1. 12345

    0下载:
  2. 大数加减法,采用字符串方法,突破常规程序设计语言的变量类型的限制-REDUCE ADD
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:672
    • 提供者:朱军
  1. inet_addr1

    0下载:
  2. 若字符串有效则将字符串转换为32位二进制网络字节序的IPV4地址,能实现对应ip地址的转换。源码,方便学习交流-If the string will effectively convert the string to 32 binary network byte order IPV4 address, you can achieve the conversion of the corresponding ip address. Source facilitate learning exchang
  3. 所属分类:Algorithm

    • 发布日期:2016-01-26
    • 文件大小:411648
    • 提供者:王水平
  1. TEST5

    0下载:
  2. 实现与atoi将字符串转换为整数。 提示:仔细考虑所有可能的输入实例。如果你想要一个挑战,请不要见下文,问自己什么是可能的输入实例。 注:它用于将指定隐约这个问题(即没有给定的输入规格)。你是负责收集所有的输入要求锋线。-Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, plea
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5750
    • 提供者:WPFEI
  1. 2to3

    0下载:
  2. 输入一个2进制的数,要求输出该2进制数的3进制表示。 在3进制的表示中,只有0,1,2三种符号输入第1行是测试数据的组数n,后面跟着n行输入。每组测试数据占1行,包括一个以0和1组成的字符串,字 符串长度至少是1,至多是64输出n行,每行输出对应一个输入。-Enter a binary number, the required output of the binary numbers 3 hexadecimal. 3 hexadecimal representation, only
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:545
    • 提供者:林子寒
  1. ershisidian.m

    0下载:
  2. 24点小游戏的主程序,matlab编的,字符串连接。还是可以的。有要的来下载。-24-point game the main program code, string concatenation. Own, pro-test available.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:wdn
  1. Reverse-the-string-with-the-pointer

    0下载:
  2. 用c语言编写的用指针将字符串逆序,运行环境vc6.0-C language prepared by the pointer string in reverse, the operating environment vc6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:193450
    • 提供者:王涵
  1. read-a-string-to-screen

    0下载:
  2. 用c语言实现文件读出一个字符串到屏幕,运行环境vc6.0-C language implementation file read out a string to the screen, the operating environment vc6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:210540
    • 提供者:王涵
  1. CPP

    0下载:
  2. 使用C++数据结构实现字符串的就地逆置。-Using C++ data structures to achieve local Retrograde string.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1087495
    • 提供者:张倩
  1. Cpp1

    0下载:
  2. 根输入字符串创建二叉树,输出二叉树的先根遍历和后根遍历-Root input string to create binary output binary tree traversal and after the first root root traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:553
    • 提供者:梁超
  1. java源程序破解安卓手机九宫格加密

    0下载:
  2. 用来破解安卓手机的图形加密的java源程序,非常好用,稍后我将上传获取用于破解的手机中加密后的字符串的方法,只需将字符串加入源码中,即可运行程序破解
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-11-14
    • 文件大小:607
    • 提供者:bububububu
  1. p17

    0下载:
  2. Descr iption 给出大量字符串,要求找出所有两两完全相同的字符串。 Input Descr iption 第1行: 给出字符串的个数N(N < 10^7); 第2~(N + 1)行: 每行一个字符串, 每个字符串的长度不超过10^6个字符, 为了方便起见,字符串中只包含 a~z 的26个小写字母。 每个字符串依次从0到N − 1对应一个原始编号, 在输入中不会体现, 但会在输出中用到。 Output Descr iption
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1020
    • 提供者:zbh
  1. RSA

    1下载:
  2. RSA加密算法的实现,支持任意字符串的加密解密操作-Implement RSA encryption algorithm, encryption and decryption support any string
  3. 所属分类:matlab

    • 发布日期:2016-09-08
    • 文件大小:1024
    • 提供者:赵帅
  1. match_ok

    0下载:
  2. 实现{}#中用一个或多个}代替字符串中的#,使得该字符串变为一个完美字符串-Realize {}#} instead of using one or more strings of# so that the string becomes a perfect string
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:39769
    • 提供者:张三
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com