搜索资源列表
QuanPaiLie
- 给出一组数的全排列 如1,2,3给出 123,321,312-is a group of the whole arrangement is 123,321,312 as 1,2,3
算法分析和设计
- 经典算法之:连续邮资问题,全排列问题,有限期任务安排,整数划分问题,装载问题-classic algorithms : for the postage issue, all issues with a task deadline, integer division, loading problems
全排列
- 多种方法解决全排列的问题 在vb环境下编写-various methods to solve all problems with the environment in preparation vb
permtang
- 这是一个生成全排列的程序,采用最小变化算法,相邻两个序列之间只有两个数的次序不同,每交换两个数,便形成一个新的序列,速度非常快.-This is a whole generation with a procedure using the smallest change algorithm sequence between two adjacent only two of several different order every two exchanged a few, it will lead
recursion_mathod_to_solve_combination_and_all_perm
- 简单的全排列与组合问题的递归解法,数据结构与算法中较基础的问题-simple combination with the full array of recursive method, data structure and algorithm based on the issues than
n_pailei
- 求前N个自然数的全排列的程序源代码。短小精悍,效率高。-for several natural order of the entire source code. Small and highly efficient.
suanfa
- 内有5个常用算法,多变形游戏,活动按排,批处理,装载问题,全排列,是用c语言实现的-within five commonly used algorithm, deformation games, activities by arrangement, batch loading, full array, is the C Language
sort
- 解决全排列的问题 可以包含特殊符号和一般的重复问题
QuanPaiLie
- 求几个元素全排列的情况,本程序是三个元素,运行后将全排列的结果显示出来
DiscreteMathematics
- Discrete mathematics离散数学 书名《离散数学在信息学竞赛中的应用》 涉及领域:算法、ACM、数学 内容包含: 重集全排列 Catalan数 简单数论 矩阵的简单运用 棋盘多项式与任务分配 置换群与pólya定理
字符串全排列
- 用回溯法实现字符串全排列
matlab_tools
- MALAB程序,包括顶点覆盖近似算法,哈密尔顿回路,画等温线,模拟退火应用,生成全排列矩阵,最小生成树Prim算法,最短路径等-MALAB procedures, including vertex cover approximation algorithm, Hamilton circuit, painting isotherms, simulated annealing applications, to generate full-rank matrix, Prim minimum spann
arrangement
- 求n个自然数的全排列,输入n,程序将输出从1到n着n个自然数的全排列。-Natural number n for the entire order, enter n, the procedure will be the output from 1 to n with n the number of all-natural order.
perm
- 利用回溯法求解背包问题和全排列的算法,用c++实现。-The use of retrospective method knapsack problem and the whole array of algorithms, using c++ realize.
quanpai3
- 输入一个正整数,输出从一到这个整数的全排列。-Enter a positive integer, the output from one to the integer array of the whole.
qpl
- n个数的全排列的非递归算法,cpp文件可编译运行-n the number of full-order non-recursive algorithm, cpp files can be compiled to run
permutation
- 给出一字符串,计算出其所有不同的字符排列子集。即,接收用户输入的一字符串,将此字符串中的不同字符找出,并将找出的字符进行组合,再把组合的结果进行全排列。-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,
dij2_m
- 递归算法的全排列
全排列
- 实现输入N个数字,N个数字全排列输出 并存放到二维数组中。(Achieve input N numbers, N numbers, all arranged output, and stored in a two-dimensional array.)
permutations
- 根据字典序,临位对换法,递增进位制,递减进位制,生成全排列。(Generate all permutations, according to four different algorithms)