搜索资源列表

  1. 组合数学答案

    0下载:
  2. 所属分类:其他书籍

    • 发布日期:2011-04-25
    • 文件大小:747113
    • 提供者:gsxxf@sohu.com
  1. 排列生成算法及其博文

    0下载:
  2. 排列生成算法及其博文 http://www.newsmth.net/pc/pccon.php?id=10001420&nid=269370 组合数学中的全排列深成算法历来是组合数学考试的重要考察点,因此在这里我简单的介绍一下6种全排列生成算法的详细过程,并借此比较它们之间的优劣之处。 不论是哪种全排列生成算法,都遵循着“原排列”→“原中介数”→“新中介数”→“新排列”的过程。其中中介数依据算法的不同会的到递增
  3. 所属分类:其它文档

  1. 换位法

    0下载:
  2. 这是硕士生计算机软件专业组合数学的一个换位法算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm law transposition demonstration purposes only.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:殷勤
  1. 费卜优化

    0下载:
  2. 这是硕士生计算机软件专业组合数学的一个优化算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm optimization demonstration purposes only.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:殷勤
  1. 字典法

    0下载:
  2. 这是硕士生计算机软件专业组合数学的一个字典算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm dictionary demonstration purposes only.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:殷勤
  1. ordinal

    0下载:
  2. 这是一个用Turboc2.0开发的程序,实现了组合数学的序数法-Turboc2.0 with the program and realize the combination of mathematical sequence of numbers
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:余标
  1. 综合算法

    0下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1452032
    • 提供者:罗鹏魁
  1. matchingAlgorithm

    0下载:
  2. 经典的匹配算法,涉及到图和网的组合数学知识,优化设计离不开.-classic matching algorithm, involving map and the net portfolio of mathematical knowledge, optimizing the design can not do without.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-20
    • 文件大小:97280
    • 提供者:li
  1. C_Arrange_xushufa

    0下载:
  2. 组合数学中的原理实现,arrange的c++实现_序数法-combinatorial mathematics of this principle, arrange the sequence c achieve _ method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:227328
    • 提供者:刘玉训
  1. terrain_demo

    0下载:
  2. 用C++写的一个地形DEMO,不是很复杂,对刚开始学的话好好研究有帮助的-With C++ Write a terrain DEMO, not very complicated, then just beginning to learn good study help
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:宁昕
  1. TSP

    0下载:
  2. 对于组合数学中旅行商问题,即从某一点出发,中间经过多个互不相通的节点,最后返回原点。程序给出了具体实现。-For the traveling salesman problem in combinatorial mathematics, that is, from a point of departure, each pass through a number of middle nodes, and finally return to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:164864
    • 提供者:王海涛
  1. pailie

    0下载:
  2. 用java实现了数学上的排列组合问题,包括Cmn,Pmn,Pnn三种排列组合的情况-Using java realize the mathematical permutation and combination issues, including the Cmn, Pmn, Pnn three permutation and combination of circumstances
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 包括计算几何、特殊数据结构、组合数学等知识点的代码。每个代码对应一道ACM试题,根据代码头说明找到题目具体来源,比如POJ 2050。来自NUAA ACM校队,ACM比赛必备!-Include computational geometry, special data structure, combinatorial mathematics and other knowledge-point code. Each code corresp
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:154624
    • 提供者:yesrush
  1. strkmp

    0下载:
  2. 微软面试题:给出一个函数来输出一个字符串的所有排列。 简单的回溯就可以实现了。当然排列的产生也有很多种算法,去看看组合数学,还有逆序生成排列和一些不需要递归生成排列的方法。印象中Knuth的<TAOCP>第一卷里面深入讲了排列的生成。这些算法的理解需要一定的数学功底,也需要一定的灵感,有兴趣最好看看。-Microsoft Surface questions: given a function to output a st
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:bill
  1. ocean

    0下载:
  2. 逆序数组 even排列 通过逆序的值生成一串想要的数组,组合数学里有用的!-Even reverse the array with the values generated through reverse a string of the desired array, combinatorial mathematics in useful!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:943104
    • 提供者:刘星
  1. math

    0下载:
  2. 关于组合数学的算法包括基本的递推,卡特兰数等经典的数-On the combination of mathematics, including basic recursive algorithm, the number of classic Cartland few
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:668672
    • 提供者:tjj
  1. CY

    0下载:
  2. 1.写出建立BORROW表的SQL语句,要求定义主码完整性约束和引用完整性约束。 2.找出借书超过5本的读者,输出借书卡号及所借图书册数。 3.查询借阅了"水浒"一书的读者,输出姓名及班级。 4.查询过期未还图书,输出借阅者(卡号)、书号及还书日期。 5.查询书名包括"网络"关键词的图书,输出书号、书名、作者。  6.查询现有图书中价格最高的图书,输出书名及作者。 7.查询当前借了“计
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-20
    • 文件大小:518144
    • 提供者:曹颖
  1. maths

    0下载:
  2. 指数生成函数在组合数学中有着重要的应用,本文给出了指数生成函数的概念,以及它们的若干性质,给出了在解决多重集的排列问题、组合恒等式的证明方面的具体应用,并着重阐述了其在允许重复排列问题上的具体运用-Index generating function in combinatorial mathematics has important applications, this paper, the concept of generating
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:185344
    • 提供者:胡华敏
  1. zuheshuxue

    0下载:
  2. 组合数学研究生课程,主要是一些常用的算法的详细解释和计算等内容。-Combinatorial Mathematics postgraduate courses, mainly some commonly used algorithms, such as a detailed explanation and calculation of the content.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:829440
    • 提供者:yinxue
  1. igdd

    0下载:
  2. 组合数学中求IGDD的程序。详细看程序吧。由于功能限制,这里说不清楚。-Combinatorial Mathematics IGDD seek procedures. In detail the procedures it. Given the functional limitations, said here do not know.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:gh
« 1 2 34 5 6 7 8 9 10 »

源码中国 www.ymcn.org