搜索资源列表
qqqqqqq
- 实现数学中的全排列 Jcreator写的 功能:例123的排列有六个-mathematics achievement of all listed Jcreator write function : 123 cases with a 6
basicAlgorithm(pascal)
- 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法
全排列的问题解决方案
- java 源代码....是关于全排列的问题解决方案,,很短很精辟
foshanluntan-SQLv2001
- 1、新增悄悄话功能(即网络短信)2、论坛的可排列顺序3、论坛归档4、全智能升级5、全自动安装论坛功能6、一次删除某用户贴子7、全面优化论坛代码,速度大大提高8、外挂程式支持更智能-an additional ABC functions (that is, network SMS) 2, the Forum of sequencing 3, the Forum filed four, five-wide intelligent escalation, automatic installation
Matrix.java.rar
- 余子式、行列式、逆矩阵、对数组进行全排列,Bulbil style, determinant, inverse matrix, wide array of arrays
java
- java实现10个数的全排列的应用 给定等式 A B C D E 其中每个字母代表一个数字,且不同数字对应不 D F G 同字母。编程求出这些数字并且打出这个数字的 + D F G 算术计算竖式。 ─────── 语句; X Y Z D E-The number 10 Java realize the application of the arrangement
fuperm
- 应用JBuilder环境开发,输入一个正整数n,输出1~n的组成的全排列-JBuilder application development environment, enter a positive integer n, output 1 ~ n the composition of the entire array
Permutation
- 用递归方法求n个数的无重复全排列!!感觉还可以吧,所以拿出来大家一起分享了!一起努力学习!-Recursive method used for n number of non-duplication of the entire order!! Can you feel so out together shared! Work together to learn!
sort
- 数字的全排列问题,输入任意一个小于10的数字,可以打印出其所有的全排列-The number of full-order problem, enter any number of less than 10, you can print out all of its full array
DataStructure1
- 三个递归算法:1.用递归算法求前 n 个正整数的和;2.用递归算法求整形数组中前 n 个元素的和;3.递归实现全排列。-Three recursive algorithms: 1. Before seeking using recursive and n positive integers 2. With a recursive algorithm to solve the integer array of n elements and before 3. Recursive full ar
determinant
- 生成行列式的项数的全排列,例如3阶行列式的项数的全排列为123,132,213,231,312,321,这些排列中每一种都是指向行列式某一项的下标。-Generate the determinant of the number of items arranged, such as third-order determinant of the number of items arranged 123,132,213,231,312,321, each of these permutations a
Determinants-Permanents
- 通过递归计算出全排列,再通过函数进行行列式计算-Calculated by recursively arranged by function determinant calculation
combinatorialMath
- 提供组合数学中全排列生成最基本的字典序的实现方法,用到递增进位制数-Provide a combination of basic mathematics full array implementations dictionary generated sequence, the number of binary system used is incremented
Permutation
- 分治法源代码 用递归方法求n个数的无重复全排列。-Divide and conquer method source code
srquanpailie
- 使用Java语言编写的正确的全排列的代码,很实用。-Full array of the correct code using the Java language, it is practical.
QuanPaiLie
- JAVA中全排列的几种实现方式,比如字典序法、递归法等。-Full array of several implementations, such as lexicographic method, recursive method.