CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 排列组合

搜索资源列表

  1. quan-pai-lie

    0下载:
  2. 一种基于递归的全排列算法,可以输出指定字符的所有排列组合-Full array based on recursive algorithm, you can specify the output of all the permutations and combinations of characters
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:218772
    • 提供者:aa
  1. gsl_win[1]

    0下载:
  2. 一个相当不错的C++数学库.该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。-A pretty good C++ Math Library
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:7934843
    • 提供者:tina
  1. IKAnalyzer3.2.8-source

    0下载:
  2. IKAnalyzer的源码包,实现中文分词功能,(1) 采用了特有的“正向迭代最细粒度切分算法”,具有60万字/ 秒的高速处理能力。 (2) 采用了多子处理器分析模式,支持:英文字母( IP 地址、Email、URL )、数字(日期,常用中文数量词,罗马数字,科学计数法),中文词汇(姓名、地名处理)等分词处理 。 (3) 优化的词典存储,更小的内存占用。支持用户词典扩展定义 (4) 针对 Lucene 全文检索优化的查询分析器 IKQueryParser;采用歧义分析算法优化查询关键
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1197198
    • 提供者:陈雅倩
  1. PermutationAndCombination(JAVA)

    0下载:
  2. 实现了排列组合算法的类(JAVA),实现了排列组合算法的类(JAVA)-Permutation and combination to achieve the type of algorithm (JAVA), the realization of the permutation and combination of types of algorithm (JAVA)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:8614
    • 提供者:yangjun
  1. PasswordDictionaryGenerator

    0下载:
  2. 可以根据自己指定的字符串作为密码种子,根据排列组合原理,生成不重复的密码字典文件-Can be designated according to their own string as a password seed, in accordance with the principle of permutation and combination to generate non-repetition password dictionary file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3322
    • 提供者:xufangtao
  1. LoopN

    0下载:
  2. 使用递归实现N重循环,这里的N是不确定的。此代码实现的功能描述如下: 1. 有一个字符串的矩阵,用vector< vector< CStirng > > 表示 2. 行与行之间进行排列组合 3. 输出所有组合的字符串-Recursive use of re-implementation cycle of N, where N is uncertain. This code describes the implementation of the function
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-25
    • 文件大小:9335
    • 提供者:冷秋魂
  1. sample2

    1下载:
  2. 双色球彩票游戏软件 1横向滚动显示文字 2优良的随机数产生算法 3动态显示随机数 4彩色静态文本的实现 5使用VC操作EXCEL 6高效的排列组合算法 7文件操作-1 horizontal Scrolling text 2 good random number generator algorithm for random number 3 dynamic display 4 static text color to achieve 5 of EXCEL 6 the u
  3. 所属分类:Other Games

    • 发布日期:2016-03-15
    • 文件大小:7704515
    • 提供者:lishiming
  1. Permutation

    0下载:
  2. 利用递归查找数字的排列组合 使用了STL技术-The technique of finding permutations also provides source code for the recursive implementation. Also, learn how to use the STL template function next_permutation().
  3. 所属分类:STL

    • 发布日期:2017-04-13
    • 文件大小:2194
    • 提供者:test2008
  1. yuanchengxu

    0下载:
  2. 已知4个数字,对他们进行全排列组合成不同的数字。可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 -4 figures known for their wide array into different figures. Can fill in the 100, 10, single-digit figures are 1,2,3,4. With all components and then remove the conditions are not s
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:liuyanlin
  1. source

    0下载:
  2. 快排序,最短路径,最长公共字串,排列组合,广搜-qsort,shortpath
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3323
    • 提供者:王民
  1. dou ball online

    2下载:
  2. 彩票在线分析系统,是一款很不错的彩票工具,集排列组合算法等概率算法。-the software is a douball tool.
  3. 所属分类:ASP源码

    • 发布日期:2012-12-07
    • 文件大小:95798
    • 提供者:王春锦
  1. com.ostrichmyself.api.combinePermute

    0下载:
  2. 排列组合的源代码, java实现能实现C(M,N)和P(M,N)的任意对象排列组合-combine and permute algrithm, implemented by java.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2051
    • 提供者:tian
  1. mathematicalalgorithms

    0下载:
  2. 文件里有三个研一组合数学中的算法,有排列、中介数、求下一个排列算法。用C++写的,为了下载方便,我将其放在记事本里了。-There are three research papers a combination of mathematical algorithms, have arranged a number of intermediaries, and with the next algorithm. Using C++ to write and easy to download, I wi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1881
    • 提供者:steve
  1. DoubleColorBall

    0下载:
  2. 横向滚动显示文字,随机数产生算法,动态显示随机数,利用VC操作Excel,排列组合方法-Horizontal scrolling text, random number generator algorithm, dynamic display of random numbers, use of VC operation of Excel, permutation and combination method
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2403662
    • 提供者:洪晓
  1. Unit1Sigle

    0下载:
  2. 排列组合c++builder -Permutations and combinations c++ builder permutations and combinations c++ builder
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1649
    • 提供者:许小哥
  1. permutation

    0下载:
  2. 给出一字符串,计算出其所有不同的字符排列子集。即,接收用户输入的一字符串,将此字符串中的不同字符找出,并将找出的字符进行组合,再把组合的结果进行全排列。-Given a string, calculate the arrangement of all of its different character subsets. That is, to receive user input a string of different characters in this string to find,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1547
    • 提供者:lt
  1. Lab10

    0下载:
  2. 计程表问题,输入range和length,程序将自动列出所有可能的排列组合-odometer problem, input the range and length, the code will display all of possible layout
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-11
    • 文件大小:818
    • 提供者:zhang
  1. RotateCubes

    0下载:
  2. “Engineering Puzzle”的小程序 你有4个彩色小方块,每个方块的6个面各有1种颜色,且只有以下四种: 蓝色(B), 红色(R), 绿色(G)和黄色(Y),其六面分别描述为 前、后、左、右、上、下,这些方块的颜色组合如下: 序号 前 后 左 右 上 下 1 R B G Y B Y 2 R G G Y B B 3 Y B R G Y R 4 Y G B R R R 现在的目标是:将四个方块堆叠成柱状,确保这个柱体的每个面
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:51933
    • 提供者:xiao jing
  1. 12345.VB6

    0下载:
  2. 12345重新排列组合出可能排列的方法,有幾種可能性-12345 permutations and combinations
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1723
    • 提供者:student
  1. cod3

    0下载:
  2. 操作系统时间片算法,经典好用,排列组合,战队-good
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:5139
    • 提供者:小海
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com