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

搜索资源列表

  1. Vertical_Histogram

    0下载:
  2. 统计字符串中某一字母个数并显示柱形图,此题为ACMOJ上的题目-A letter and displays the number of statistical string column, entitled ACMOJ on the subject
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:881060
    • 提供者:cxx
  1. CPPprogram

    0下载:
  2. 编写程序实现输入整数n,输出如下所示由数字组成的菱形。 输入4×4的数组,编写程序实现: (1)求出对角线上各元素的和; (2)求出对角线上行、列下标均为偶数的各元素的积; (3)找出对角线上其值最大的元素和它在数组中的位置。 用递归法将一个整数n转换成字符串。例如,输入483,应输出字符串“483”。n的位数不确定,可以是任意位数的整 有一字符串,包含n个字符。写一函数,将此字符串中从第m个字符开始的全部字符复制成为另一个字符串。 -Write a progra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3810
    • 提供者:
  1. types

    0下载:
  2. 将字符串转变为二进制数,可以转变汉字等等各种字符串-String into a binary number, can be transformed into Chinese characters, a variety of string
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4248398
    • 提供者:zhang
  1. jaligner-1.0

    0下载:
  2. 局部序列比对的代码,可以找到2条长字符串中共有的特征序列,其中包含空格惩罚。-Local alignment tool and it cound find the similar pattern of two sequences with the assistant of gap penalty.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:660808
    • 提供者:a
  1. ddhuffman

    0下载:
  2. 对任意一组输入的字符串进行哈夫曼编码,然后解码-Huffman coding and decoding on a set of strings
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:785
    • 提供者:sunzhipeng
  1. SM3

    1下载:
  2. python编写SM3密码杂凑算法,测试字符串abc, abcd*16-written in python SM3 password hash algorithm, the test string abc, abcd.* 16
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1312
    • 提供者:必须
  1. Computer

    0下载:
  2. VC++表达式解析(计算)工具源代码,由江汉石油学院计算机系的学生所编写。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:、|、=、&、 、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:26566
    • 提供者:JackToms
  1. FB_Str_Split

    0下载:
  2. 字符串拆分元源码。把全局变量或者字符串变量(split)分解为n个值,这样协助解决1个输出变为多个输出。-The string split yuan source. Global variable or a string variable (split) decomposition of n values, so to help solve an output into multiple outputs.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:7196
    • 提供者:
  1. bm

    0下载:
  2. 为了最大程度地节约存储空间,经常需要把信息进行编码。一种很有效的编码方法是用数字来表示一串字符。假设这些字符串都是由不重复的英文小写字母组成的,且每个字符串中的英文字母都是从小到大排列的。 这个编码系统按照如下的方式工作: ◦ 字符串是按照长度从小到大的顺序排列的 ◦ 长度相同的字符串,是按照字典序排列的 -In order to save storage space to the greatest extent, often need to in
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:539
    • 提供者:amy
  1. BigNumCalcu

    0下载:
  2. 除法:输入1个字符串和一个整数(32位) 大数的四则运算-Division: enter a string and an integer (32) large numbers of four operational
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:2215
    • 提供者:刘基
  1. remove_SameWords

    0下载:
  2. 去除字符串的重复单词,(必须是两个相邻的单词)-Removal of repeated words of the string (which must be two adjacent word)
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:621
    • 提供者:刘基
  1. Heshi

    0下载:
  2. 输入一串字符串,不能有空格,系统判断是不是命题-Determine whether the proposition formed formulas
  3. 所属分类:Algorithm

    • 发布日期:2018-04-18
    • 文件大小:7168
    • 提供者:hsc
  1. length

    0下载:
  2. 求两个字符串的最长公共子序列,可以手动输入也可以从文件读入字符串,字符串中允许有空格出现,这是广西大学的算法实验代码,如果是本校学生下载请注意修改,这是我自己写的,写得不好请海涵。-Seeking the longest common subsequence of two strings, you can manually input can also be read from a file into a string, string allows spaces appear, the algo
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1173549
    • 提供者:fengjing
  1. main

    0下载:
  2. 字符串转浮点数,解决KEIL的atof不能使用-The string turn a floating-point number, solve KEIL atof can not use
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:585
    • 提供者:ccq
  1. KMP-millerRabin

    0下载:
  2. 使用c++编写的kmp算法来判断字符串匹配问题,字符串中素数判定使用millerrabin算法,经试验匹配准确率为100 -Use c++ to write the kmp algorithm to determine the string matching problem, string primes decision millerrabin algorithm, the test match accuracy was 100
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:2863
    • 提供者:冒佳明
  1. lasVegas-millerRabin

    0下载:
  2. 使用c++编写的lasVegas算法来判断字符串匹配问题,字符串中素数判定使用millerrabin算法-Use c++ written lasVegas algorithm to determine the string matching, string in primality use the millerrabin algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:3275
    • 提供者:冒佳明
  1. monteCarlo-millerRabin

    0下载:
  2. 使用c++编写的monteCarlo算法来判断字符串匹配问题,字符串中素数判定使用millerrabin算法-Use c++ written monteCarlo algorithm to determine the string matching, string in primality use the millerrabin algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:3244
    • 提供者:冒佳明
  1. POLYNOMIAL

    0下载:
  2. 一个将输入的系数转化为多项式形式字符串的C++程序,在C++指针和循环语句学习中非常经典-A C++ program inverting the input of coefficients into polynomial string
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:691
    • 提供者:abel
  1. simhash.tar

    0下载:
  2. 基于BKDR的字符串hash算法 & SimHash算法-Based BKDR string hash algorithm and SimHash algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:2087
    • 提供者:fengyang
  1. MD5Sum

    0下载:
  2. 对指定字符串生成MD5,修改自Emule,支持MFC。-The specified string builder MD5, modified from Emule, support MFC.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:12288
    • 提供者:AlacStratos
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com