搜索资源列表
求排列组合值
- 求排列组合值
“神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等
- “神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等
aainfozip
- 排列组合的第归算法-permutations and combinations of naturalization Algorithm
高精度阶乘乘方排组
- 可以同时实现高精度阶乘、乘方、排列组合运算,非常实用!-can also achieve high precision factorial, involution, permutations and combinations Operational very practical!
组合
- 对任意给定的n,用字典法和邻位互换法生成并打印全部排列。-right to the arbitrary n, using the dictionary to law and Exchange Act o-generated and print all ranked.
阶乘,乘方,排列,组合
- 这是一个用数组模拟大数运算的一个例子,主要是求“组合数”,“阶乘”,“排列数”,“乘方”。-This is a simulation of large numbers of arrays use an example of the operation is mainly to "combinations", "factorial", "with a few", "in
plzh
- 排列组合,密码:www.infoxa.com 基于计算机科学基础-permutations and combinations, Password : www.infoxa.com computer-based scientific basis
排列和组合
- 排列和组合的算法。算法简练,dos界面,执行文件是组合算法,源码里还有排列算法- permutation and combination arithmetic. arithmetic easy ,dos interface,the*.exe is combination arithmetic, and permutation arithmetic in sound code.
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
permutation_and_combination
- 为排列组合,列出0到9中六个数的所有组合-of permutations and combinations, listing 0-9 were all six the number of portfolio
compound
- 排列组合算法的函数,MAXSIZE》12时,运算量太大,PC机将无法计算。-Permutation and combination of function algorithm, MAXSIZE
pailie
- 用java实现了数学上的排列组合问题,包括Cmn,Pmn,Pnn三种排列组合的情况-Using java realize the mathematical permutation and combination issues, including the Cmn, Pmn, Pnn three permutation and combination of circumstances
VB_Lottle-v1.2
- 功能说明: 用来模拟产生彩票开奖号码的便利程序,具多种统计功能,如单偶数分类、连号、差距、号码组合…等功能。 操作说明: 按下[START]钮可以快速随机产生多组的彩票号码。 可以自行设定过滤删除机率较低出现的号码组合。 如:差距过滤、连号过滤…等。 按下[尾数相同]钮可以列出曾经在同组里面尾数相同的出现次数。 按下[组合]钮可以预设3个喜欢的号码,另外再输入不同的号码,产生所有的排列组合。
bignumcaculate
- 大数运算的设计与实现,大数加,减,乘,除,阶乘,幂,排列组合,进制转换-Computation of large numbers of design and realization of large numbers add, subtract, multiply, divide, factorial, power, permutation and combination, hexadecimal conversion
PailieZuheLib
- MFC做的排列组合算法集合,里面包括了9种不同的排列组合方式,输出结果放在.txt文件中。-MFC to do the permutation and combination algorithm collection, which includes nine kinds of permutation and combination of different methods on the output. Txt file.
state_switch
- 这个小程序实现的是排列组合功能,并且方法采用的是状态机方法,通过遍历各种状态来得到全部的排列组合-This little program is permutation and combination functions, and methods of using the state machine approach, through a variety of state traversal to get all of the permu
third
- 这个小程序实现的是排列组合功能,并且方法采用的是进制变换方法,与状态变换方法不同。-This little program is permutation and combination functions, and methods of using M-ary transformation method, and the state of transformation in different ways.
algorithm.tar
- 一个算法教案,包括多精度数值处理、排列组合、枚举法、递归与回溯法、贪婪法等在章节-An Algorithm for lesson plans, including multi-precision numerical processing, permutation and combination, enumeration, recursive and backtracking, greedy method, such as in the
C# 的排列组合类
- 算法:排列组合类 调用方法如下: // // 1.GetPermutation(T[], startIndex, endIndex) // 对startIndex到endIndex进行排列,其余元素不变 // // 2.GetPermutation(T[]) // 返回数组所有元素的全排列 // // 3.GetPermutation(T[], n) // 返回数组中n个元素的排列 // // 4.GetComb