搜索资源列表
FullArray
- 全排列实现算法,性能非常好,能做出15个数字以内的全排列。-algorithm with the whole performance is very good, would make 15 figures within the entire order.
pailie
- 这是一个全排列的算法,实现是比较容易的,只是要做到最优还是要花一些时间,而这个算法,作的很好啊
判断套汇路径
- 利用全排列的算法编的判断套汇路径的算法-use with a whole series of algorithms to judge arbitrage path algorithm
CombDemo
- 看到这里有不少全排列的代码,但是没有发现关于组合的,所以自己写了个。不少全排列的代码只是给出了所有的组合,我觉得并不容易使用,所以,我对组合的功能进行了封装,并提供GetNext()方法进行遍历
totallist
- 此源码是实现对一组数据的全排列,在很多算法研究中用到较多,效率不错,仅供参考。
permutation
- 产生全排列的程序-have with the whole process
c_n_array
- 一种快速便捷的实现N个数全排列的c程序算法
quanpailie全排列
- 此程序完成全排列问题,大家可以讨论学习。-this with the whole procedure is completed, we can discuss learning.
qiongjufa
- 穷举法实现度一组数据的全排列 好东西 快-Exhaustive method to achieve the full degree of data arranged in a group of good stuff fast
quan-pai-lie
- 一种基于递归的全排列算法,可以输出指定字符的所有排列组合-Full array based on recursive algorithm, you can specify the output of all the permutations and combinations of characters
totalarrange-recursion-backtracking
- 在排列树上递归回溯搜索全排列问题的全部解-Recursive backtracking search tree in the arrangement of the whole array of all solutions of the problem
permutation
- C/C++程序,入门级。 获得数列或者字母序列全排列的方法。 练手的小程序。-C/C++ Procedures, entry-level. Access series or sequence of letters with the whole approach. Practicing hand applet.
Compose
- Compose:C++递归实现任意阶次的全排列P(n,n)和组合C(m,n)以及P(m,n)在VC6环境下编译并通过测试-Compose: C++ Recursive arbitrary order to achieve the full array P (n, n) and the combination of C (m, n) and P (m, n) in the environment VC6 compiled and tested
QuanPaiLie
- 这是用VC实现的全排列递归排序。算法中perm(list,k,m)递归的产生所有前缀是list[0:k-]的全排列的所有排列。-This is achieved using VC-wide with recursive sort. Algorithm perm (list, k, m) all have a recursive prefix is a list [0: k-] of the whole order of all order.
All_Permutation
- 全排列算法,递归实现全排列,可以对任意字符实现全排列,但长度有限制-Full-order algorithm, recursive realization of the entire array can be arbitrarily wide array of characters, but there are restrictions on the length of
Robert_Sedgewick
- Robert Sedgewick非递归全排列算法-Robert Sedgewick wide array of non-recursive algorithm
pl
- 从n个不同元素中任取m(m≤n)个元素,按照一定的顺序排列起来,叫做从n个不同元素中取出m个元素的一个排列。当m=n时所有的排列情况叫全排列。-N elements from any different from m (m ≤ n) elements, in accordance with certain order, and called from the n different elements out of m elements of a array. When m = n when th
Perm
- 本程序实现了利用递归排序实现了数组的全排列,通过用户输入数组和选择排列的起始位置来完成输入-This procedure has the use of recursive order to achieve a wide array arranged, through the user input and selection of the array with the start position to complete the input
pailie
- 依次输入exchange swap tianchongJ即可,若想修改全排列矩阵的大小,可在MATLAB中打开tianchongJ修改J和N -Exchange swap tianchongJ order to enter, If you want to modify the whole matrix with the size, can be opened in MATLAB in J and N modify tianchongJ
C# 的排列组合类
- 算法:排列组合类 调用方法如下: // // 1.GetPermutation(T[], startIndex, endIndex) // 对startIndex到endIndex进行排列,其余元素不变 // // 2.GetPermutation(T[]) // 返回数组所有元素的全排列 // // 3.GetPermutation(T[], n) // 返回数组中n个元素的排列 // // 4.GetCombination(T[], n) // 返回数组中n个元素的