CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 排列组合

搜索资源列表

  1. suanfa

    0下载:
  2. 问题1:输入整数n,输出1~n的全排列 问题2:输入n个整数:a1,a2……an(可能重复),输出它们的全排列。 问题3:输入两个整数n,k(n>k),输出{1,2……n}的所有(n,k)组合。 -Question 1: input integer n, output 1 ~ n the arrangement Question 2: input n integer: a1, a2...... An (may repeat), they are all output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:12794
    • 提供者:忘忧草
  1. permutation

    0下载:
  2. 清华大学研究生课程组合数学大作业参考 通过vc运行即可 组合数学中4种全排列生成算法程序 分别是递归法 字典序法、递增进位制法、递减进位制法、临位对换法-The Tsinghua graduate courses combinatorial mathematics job reference Run compiled by vc Combinatorial Mathematics 4 full array generation algorithm program Na
  3. 所属分类:Algorithm

    • 发布日期:2017-11-05
    • 文件大小:802444
    • 提供者:Jack
  1. MicroprocessorFormulaCalculator

    0下载:
  2. 单片机课的实验作业。功能是实现一个有着简易计算功能的计算机,利用LCD屏互动。可以做加减乘除运算。特别的,给出了四个内置公式:等差数列求和,一元二次方程求根,排列,组合。-Our project is aiming at making a calculator to help the users calculate particular formulae. As long as the user correctly input the values of parameters needed in
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:403286
    • 提供者:gao
  1. pailie2

    0下载:
  2. 组合数学中,可以用来实现0~n之间数的全排列,n由用户输入-Combinatorial Mathematics can be used to achieve 0 to n between the number of the full array, n entered by the user
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:881766
    • 提供者:毛亚芳
  1. PermutationGeneration

    0下载:
  2. 《组合数学》中的全排列算法,实现了8种算法-" Math" in full alignment algorithm to achieve the 8 algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:4260664
    • 提供者:terry
  1. videowrite

    0下载:
  2. 利用opencv函数,可以将一系列图像组合成视频,图像命名自由,符合一定规律即可(后缀序号顺序排列),生成视频大小,种类,间隔时间可操作可选-Using opencv to combinate a series of images into a video. used image can be named freely as long as compling with certain rules (for example:suffix serial number is ordered). Th
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:1203
    • 提供者:ousettei
  1. quanpailie

    0下载:
  2. 问题描述:全排列是将一组数按一定顺序进行排列,如果这组数有n个,那么全排列数有n!个。在程序设计过程中,我们往往要对一个序列进行全排列或者对每一个排列进行分析。全排列算法便是用于产生全排列或者逐个构造全排列的方法。当然,全排列算法不仅仅止于全排列,对于普通的排列,或者组合的问题,也可以解决。-Problem Descr iption: Full array is a set of numbers arranged in a certain order, if there are n number
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:23942
    • 提供者:静静
  1. 99728371ipaint

    0下载:
  2. BCB 矢量绘图程序,具备 点、线、圆、文字 等基本图形,支持 复制、粘贴、等距排列等多种操作,图元的组合、拆分等已开发,放缩、存储等未完善,希望对广大BCB工作者有所帮助!-BCB vector drawing program, with points, lines, circles, text, and other basic graphics, support copy, paste, equally spaced and other operations, the combination
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-23
    • 文件大小:7420033
    • 提供者:wtl
  1. lODZgdf6

    0下载:
  2. 就是一个字母组合排列的生成器。就是一个字母组合排列的生成器-Is a combination of letters arranged builder. Is a combination of letters arranged Builder
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:5429
    • 提供者:hsan
  1. alg.cpp.tar

    0下载:
  2. 实现了一些经典的计算机算法,包括全排列,全组合,走迷宫,背包问题等-Implements some classic computer algorithms, including full arrangement, all combinations, Maze, backpacks issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:10240
    • 提供者:张纯化
  1. CombinatorialMathematics

    0下载:
  2. 清华大学作业,组合数学全排列算法的创新和分析,优化了算法性能,并对各个算法和创新算法进行了比较。-Tsinghua operations, combinatorial mathematics full array of innovation and analysis algorithms to optimize the performance of the algorithm, and the various algorithms and innovative algorithms were c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:169940
    • 提供者:杨帆
  1. zhumn

    0下载:
  2. VB实现典型从M选N个组合 读入两个数M和N,M>N,输出M选N每一种组合情况,不是排列,好有用 -VB achieve typical combinations selected N M
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2211
    • 提供者:郑研究
  1. eightqueens

    0下载:
  2. 八皇后,排列,组合,面试常用的递归算法,曾经腾讯笔试考过,笔者自己编写的,非常有用-Eight queen, permutation and combination, commonly used recursive algorithm, the interview once tencent the written exam, the author to write your own, very useful!!!!!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2153
    • 提供者:郗腾飞
  1. Orderedtree

    0下载:
  2. 输入整数n,输出n个数组成的排列树的组合。-Enter integer n, output n number of trees formed a combination arrangement.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:568
    • 提供者:chae8go338
  1. abcdef

    0下载:
  2. 将A、B、C、D、E、F这六个变量排成如图所示的三角形,这六个变量分别取[1,6]上的整数,且均不相同。求使三角形三条边上的变量之和相等的全部解。如图就是一个解。 程序引入变量a、b、c、d、e、f,并让它们分别顺序取1至6的证书,在它们互不相同的条件下,测试由它们排成的如图所示的三角形三条边上的变量之和是否相等,如相等即为一种满足要求的排列,把它们输出。当这些变量取尽所有的组合后,程序就可得到全部可能的解。-The variables A, B, C, D, E, and F are a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:27703
    • 提供者:宋文儒
  1. akcb

    0下载:
  2. 排列和组合的算法,算法简练,dos界面,执行文件是组合算法,源码里还有排列算法,-The permutation and combination algorithm, algorithm is concise, DOS interface, executable is combination algorithm, there are also arranged in the source code algorithm,
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-17
    • 文件大小:5120
    • 提供者:pettyr
  1. Cipher

    0下载:
  2. 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。 试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。例如,明文为attack begins at five,密钥为cipher,将明文按照每行6个字母的形式排在矩阵中,如下形式: a t t a c k b e g i n s a t f i v e 根据密钥ciphe
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:1
  1. 389147

    0下载:
  2. 排列和组合的算法,算法简练,dos界面,执行文件是组合算法,源码里还有排列算法,(The permutation and combination algorithm, algorithm is concise, DOS interface, executable is combination algorithm, there are also arranged in the source code algorithm,)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:subulass
  1. allcomb

    0下载:
  2. 找出一个向量或者数组的所有子集,数组中所有向量的全部组合排列组成的子集(Find a subset of the array)
  3. 所属分类:网络编程

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:lycky
  1. nkmywu

    0下载:
  2. 排列和组合的算法,算法简练,dos界面,执行文件是组合算法,源码里还有排列算法,()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-03
    • 文件大小:5120
    • 提供者:fember
« 1 2 ... 4 5 6 7 8 9»
搜珍网 www.dssz.com