CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 排列组合

搜索资源列表

  1. pailiezuhe

    0下载:
  2. 实现了字典序求全排列的算法和组合算法. 用C++实现排列组合算法(排列仅实现字典序法,程序见附件)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1228
    • 提供者:kevin
  1. aainfozip

    0下载:
  2. 排列组合的第归算法-permutations and combinations of naturalization Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:151750
    • 提供者:waterwhu
  1. Combinatorics

    0下载:
  2. 求 排列组合,用.net实现,能求出所有的排列组合情况
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2422
    • 提供者:jrj
  1. 组合

    0下载:
  2. 对任意给定的n,用字典法和邻位互换法生成并打印全部排列。-right to the arbitrary n, using the dictionary to law and Exchange Act o-generated and print all ranked.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1120
    • 提供者:全子
  1. 实现了排列组合算法的类

    0下载:
  2. 所属分类:数据结构常用算法

  1. “神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等

    1下载:
  2. “神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等
  3. 所属分类:STL

  1. psoforlayout.rar

    0下载:
  2. 粒子群算法在排列组合问题中的应用,源程序,matlab下编写,Particle swarm optimization problems in permutation and combination of applications, source code, matlab, prepared
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1105224
    • 提供者:李晓东
  1. Cmathlib.rar

    0下载:
  2. 一个相当不错的C++数学库.该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。 ,A pretty good C++ Math Library. The database covers the vast majority of modern engineering computing: complex computing, linear algebra, permutations and com
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2163670
    • 提供者:Yingze wang
  1. gsl_win[1]

    0下载:
  2. 一个相当不错的C++数学库.该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。-A pretty good C++ Math Library
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:7934843
    • 提供者:tina
  1. Permutations

    0下载:
  2. 排列组合的代码 用C++ 实现 ,用处很大 代码简洁 可以用于ACM的竞赛模板-Permutation and combination which describes how to generate code templates can be used to ACM Proved very useful in simple code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:780
    • 提供者:mayunfeng
  1. Permutation

    0下载:
  2. 利用递归查找数字的排列组合 使用了STL技术-The technique of finding permutations also provides source code for the recursive implementation. Also, learn how to use the STL template function next_permutation().
  3. 所属分类:STL

    • 发布日期:2017-04-13
    • 文件大小:2194
    • 提供者:test2008
  1. yuanchengxu

    0下载:
  2. 已知4个数字,对他们进行全排列组合成不同的数字。可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 -4 figures known for their wide array into different figures. Can fill in the 100, 10, single-digit figures are 1,2,3,4. With all components and then remove the conditions are not s
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:liuyanlin
  1. com.ostrichmyself.api.combinePermute

    0下载:
  2. 排列组合的源代码, java实现能实现C(M,N)和P(M,N)的任意对象排列组合-combine and permute algrithm, implemented by java.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2051
    • 提供者:tian
  1. permutation

    0下载:
  2. 给出一字符串,计算出其所有不同的字符排列子集。即,接收用户输入的一字符串,将此字符串中的不同字符找出,并将找出的字符进行组合,再把组合的结果进行全排列。-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,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1547
    • 提供者:lt
  1. GATSP

    0下载:
  2. 用遗传算法求解旅行商问题,程序中的数据采用的是马少平,朱小燕编写的人工智能P298中的10城市的数据,运行的结果和书上给出的最优解一致,由于程序中群体规模设置的较大,程序运行时间可能需要7s左右。另外初始群体的生成是采用的排列组合算法,有兴趣的读者可以研究此算法的原理或共同探讨-A Genetic Algorithm for Traveling Salesman Problem, program data is in Ma Siu-ping, Xiao-Yan Zhu artificial in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:209445
    • 提供者:fuyaozong
  1. algorithmCollection

    0下载:
  2. 经典算法合集 基于C语言写成,非常经典的算法 包括数论,排列组合,矩阵运算 超大整数运算 求高精度pi值等多个算法.-Collection based on classic algorithms written in C language,including number theory, permutations and combinations, large integer arithmetic ,matrix operations and high precision value of pi
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:441292
    • 提供者:当当
  1. 201032011165500

    0下载:
  2. 阶乘,排列,组合运算 代码简捷,一目了然,供初学者学习-Factorial, permutations, combinations operation code simple, clear for beginners to learn
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:5687
    • 提供者:feitlang
  1. 200710232279640

    0下载:
  2. 14场比赛, 通过选择胜平负排列组合出筛选结果. -14 games, by selecting combinations of the screening results Shengping Fu.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6317
    • 提供者:sine169
  1. combo

    0下载:
  2. 排列组合中的不完全组合算法实现源代码VC6.0-Permutations and combinations of the incomplete combination of algorithm source code VC6.0
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:8421
    • 提供者:prettywolf
  1. Entropy

    0下载:
  2. 熵算法在脑电处理用的应用的几篇文章 基于排列组合熵的脑电信号睡眠分期研究 基于小波变换与近似熵的睡眠分期研究 睡眠脑电的关联维数和样本熵分析 等-EEG entropy algorithm in the application used for treatment of several articles based on permutation entropy of EEG sleep stages and the approximate entropy based on wavel
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-14
    • 文件大小:3972188
    • 提供者:陈郁乔
« 12 3 4 »
搜珍网 www.dssz.com