搜索资源列表
permutations
- 离散数学运用的小例子,很实在,很好很好用的啊-Discrete Mathematics use small examples, it is very, very, very good with the ah
字符串所有排列
- 给出一个字符串对所有排列的可能性,就是abc,可能排除6种排列-given a string of all with a possibility that the abc may exclude six permutations
makedic
- VB编写的字典生成工具,原理是对输入的词间的所有可能的排列进行生成-VB prepared by the dictionary generation tools principle is the word on the importation of all possible permutations for Generation
pailie_det
- 通过排列组合求解矩阵的行列式,尽管效率不高,但这种做法是有趣的.-through permutations and combinations to solve the matrix determinant, although efficiency is not high, but this is interesting.
12234
- 解决排列组合问题的通用算法,自然数得拆分,求最大公约数的算法-permutations and combinations to solve problems common algorithm, and a few in the resolution, the common denominator for the algorithm
dicorder
- n个元素{1,2,…,n}有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。 给定n以及n个元素{1,2,…,n}的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 -n elements (1, 2, ..., n) n! Different permutations. This n! Arranged according to a lexicog
permutation_and_combination
- 为排列组合,列出0到9中六个数的所有组合-of permutations and combinations, listing 0-9 were all six the number of portfolio
permutes
- all possible permutations of the numbers 1:n-all possible permutations of the numbers 1 : n
gsl-1.10.tar
- GNU科学计算函数库GSL(GNU Scientific Library)是一个强大的C/C++数值计算函数库,它是一个自由软件,是GNU项目软件的一个部分,遵循GPL协议。函数库提供了大量的数值计算程序,如随机函数、特殊函数和拟合函数等等。整个函数库大约有1000多个函数,几乎涵盖了科学计算的各个方面。以下是整个函数库的目录: Complex Numbers Roots of Polynomials Special
aainfozip
- 排列组合的第归算法-permutations and combinations of naturalization Algorithm
rrrrr
- 数码管组字,数码管经过排列组合,通过单片机控制组成的屏幕显示。-digital traffic control characters, digital tube through permutations and combinations, SCM control of the screen display.
高精度阶乘乘方排组
- 可以同时实现高精度阶乘、乘方、排列组合运算,非常实用!-can also achieve high precision factorial, involution, permutations and combinations Operational very practical!
030300726_2
- 用vc实现二叉树的各种排列。输入一颗二叉树后输出以前序后序中序排列的各节点和这棵树的高度-vc achieve binary tree with the various permutations. After the importation of a binary tree before output sequence after sequence with the order of the nodes and tree height
permutation_and_combination
- 为排列组合,列出0到9中六个数的所有组合-of permutations and combinations, listing 0-9 were all six the number of portfolio
All-Permutations-java.tar
- A recursive implementation to find all the possible permutations of a given integer array.
permutations
- Print all possible permutations of a string characters
permutations
- 组合数学全排列,包含有六种全排列的方法,字典序法-math of permutations
Permutations-and-combinations
- 排列组合 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? -Permutations and combinations
permutations-and-combinations
- 经典DFS排列组合算法,简洁代码极易懂,使用DEV编写并编译,参加算法比赛必备算法- Classic DFS permutations and combinations algorithm, concise code is very easy to understand, the use of DEV to prepare and compile, to participate in the algorithm game algor
permutations
- 根据字典序,临位对换法,递增进位制,递减进位制,生成全排列。(Generate all permutations, according to four different algorithms)