搜索资源列表

  1. zhsx

    0下载:
  2. 组合数学(第二版)-卢开澄-清华大学出版.pdf-combinatral mathematics (second edition)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1177600
    • 提供者:hhhh
  1. acm-code

    0下载:
  2. ACM 代码库 吉林大学计算机科学与技术学院 2005 级整理的 包括数据结构,组合数学,图论等方面的常用算法代码 -ACM code library 2005 consolidation of the Computer Science and Technology of Jilin University Including data structures, combinatorics, graph theory a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:641024
    • 提供者:王兵
  1. Combinatorial-mathematics

    0下载:
  2. 组合数学源远流长,它起源于古代的数学游戏,我国古人在《河图》《洛书》中便已经对一些有趣的组合问题给出了正确的解答。它又是年轻的,第二次世界大战结束以来,随着组合数学的复兴和崛起,组合设计理论的内涵和外延也经历了极为深刻的变化。它突破了古典组合数学仅研究一些趣味性安排和计数问题的局限,逐步发展成了一个崭新的数学分支。今天,现代设计理论的基本内容、思想和方法已与计算机科学、信息科学、网络通讯理论乃至生物学和化学等学科相互交叉渗透。而对实际应
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:dd
  1. Combination-math--homework-answer

    0下载:
  2. 组合数学作业答案,包括著名的鸽笼原理,POLYA原理,排列组合优化问题,线性回归问题,最优化问题-Combined math homework answer, including the famous pigeonhole principle POLYA principle, the arrangement of combinatorial optimization problems, linear regression problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:295936
    • 提供者:李志伟
  1. W-ind-Speed-Based-onM-atlab

    0下载:
  2. 在风力发电的模拟系统中,风速模拟是一个重要的环节,正确的风速模型不仅能够很好的 反应实际风速变化情况,而且能够给风力发电系统研究提供正确的源参数。本文用 Matlab/Simulink建立了风速组合数学模型,该模型将风速分为基本风速、阵风、渐变风速和噪声风 速4部分,仿真结果表明该模型能够理想的反应实际风速 -Wind speed simulation is an important part in the simula
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:247808
    • 提供者:快淹死的yu
  1. zuheshuxue

    0下载:
  2. 组合数学(combinatorial mathematics),又称为离散数学。狭义的组合数学主要研究满足一定条件的组态(也称组合模型)的存在、计数以及构造等方面问题。-Combinatorial Mathematics (combinatorial mathematics), also known as discrete mathematics. Narrow combination of mathematical research
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:1915904
    • 提供者:李丽
  1. a

    0下载:
  2. 组合数学,大三阶段使用,针对计算机专业的学生,有较强的使用性。-Combinatorial mathematics, junior stage use, in view of the computer specialized student, a strong applicability.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:541696
    • 提供者:孙立
  1. permutation

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

    • 发布日期:2024-05-20
    • 文件大小:802816
    • 提供者:Jack
  1. Pku_ACM_Training

    0下载:
  2. 北京大学ACM的培训资料还有相关题目的源代码。 里面涉及:组合数学、搜索、动态规划、图论、计算几何以及网络流的相关讲义及习题源代码。-Training materials as well as related topics of the Peking University ACM source code. Which involves: a combination of mathematics, search, dynamic pr
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:6388736
    • 提供者:葛文豪
  1. homework1

    0下载:
  2. 可以用来求相应图的强连通分支,属于图论组合数学上的算法编程题-a programing of combinatoral optimation optimization
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:qinmu
  1. huanfang

    0下载:
  2. 组合数学中关于幻方的实现 可输入任意阶数,输出幻方-Combinatorial mathematics can enter any order on the implementation of the magic square, the output magic square
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:881664
    • 提供者:毛亚芳
  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. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:881664
    • 提供者:毛亚芳
  1. PermutationGeneration

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

    • 发布日期:2024-05-20
    • 文件大小:4260864
    • 提供者:terry
  1. MaxMatching

    0下载:
  2. 寻找两个已知二项图之间的最大匹配, 用图的邻接表表示, 组合数学作业-Two diagrams to find the best match between
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:swhole
  1. huanfang

    0下载:
  2. 组合数学中,关于奇数偶数等各个情况下的幻方问题程序,编译运行通过-A combination of circumstances, such as the odd and even math problems procedures magic square
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:190464
    • 提供者:张航
  1. combinatorialMath

    0下载:
  2. 提供组合数学中全排列生成最基本的字典序的实现方法,用到递增进位制数-Provide a combination of basic mathematics full array implementations dictionary generated sequence, the number of binary system used is incremented
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:cxh
  1. combinationMath

    0下载:
  2. java组合数学,组合生成算法。随机生成你输入的组合-java combination math
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:姚春辉
  1. GeneraCombination

    0下载:
  2. java组合数学,排列生成算法.能自动根据你的输入生成所有的排列-java combinatorial mathematics, array generation algorithm can automatically generate all permutations based on your input
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:姚春辉
  1. math1

    0下载:
  2. 组合数学和图论中的概率方法 组合数学和图论中的概率方法.pdf-Combinatorics and graph theory probabilistic methods
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:12957696
    • 提供者:111111
  1. number-of-partitions

    0下载:
  2. 问题描述: 整数划分是一个经典的问题。希望这道题会对你的组合数学的解题能力有所帮助。 输入: 每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 输出: 对于每组输入,请输出六行。 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成k个正整数之和的划分数。 第三行: 将n划分成最大数不超过k的
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:qiang22
« 1 2 3 4 5 67 8 9 10 11 12 »

源码中国 www.ymcn.org