CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - combination

搜索资源列表

  1. combtang

    0下载:
  2. 这是一个生成组合序列的程序,而且是非递归的,代码非常精简,速度很快,序列是字典序的.-This is a combination of sequence generation process, but also non - recursive, code very concise, very fast, is the sequence of lexicographic.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:826
    • 提供者:唐海浪
  1. 国际大学生程序设计竞赛题解

    0下载:
  2. 要想看看自己的编程水平有多高。除了开发项目和做出象样子的软件以外,还有一个很好的办法就是参加比赛.而国际大学生程序设计竞赛题解,为你提供了检验自己的一个很好的挑战。里面不仅有大量的例题,还有各种算法的分析和与实例的结合。是提高英文和编程能力的绝对好书了-To look at our own programming level is very high. In addition to development projects and to make the software look like t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1880102
    • 提供者:srgr
  1. search_optimize

    0下载:
  2. 本文将常见的设计剪枝判断的思路分成可行性剪枝和最优性剪枝两大类,并结合上述三个原则分别以一道竞赛题为例作了说明,最后对剪枝方法作了一些总结。-this paper the design of common pruning judgment ideas into pruning feasibility and optimality pruning two categories, and the combination of these three principles were in a cont
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49651
    • 提供者:何磊
  1. QIQIAO

    0下载:
  2. 本函数是智力拼图问题演示程序,程序最多可以将6*8大小的矩阵分成15个模块,每个小模块的大小不能超过4*4大。并允许 手动编辑。该程序计算所有的可行方案并显示出组合拼接的所有结果。本程序在初始的时候已经给了一个11模块的划分形式,要演示按回车即可。 -intellectual puzzle problem demo program, most procedures can be 6 * 8 matrix size of 15 is divided into modules, each m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:27174
    • 提供者:vegern
  1. recursion_mathod_to_solve_combination_and_all_perm

    0下载:
  2. 简单的全排列与组合问题的递归解法,数据结构与算法中较基础的问题-simple combination with the full array of recursive method, data structure and algorithm based on the issues than
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1139
    • 提供者:sherry
  1. strassen

    0下载:
  2. 传统方法与Strassen算法相结合的矩阵相乘算法,可以求出任意两个偶数阶矩阵的乘积!本代码简单,精简,非常好!非常巧妙!没用到什么复杂的东西!经测试完全正确!-Strassen with traditional methods based on the combination of matrix multiplication algorithm, can be obtained even arbitrary two-matrix product! The code simple, concis
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2070
    • 提供者:朱友勇
  1. gelei combination

    0下载:
  2. 该程序用格雷码来生成组合数序列,它比一般的方法要快,这是由格雷码的分布特性所决定的.-the procedures used to generate Gray code sequence portfolio, it generally means than to be fast, it was a Gray code distribution by the decision.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3667
    • 提供者:唐海浪
  1. 动态规划-矩阵连乘

    0下载:
  2. 由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-continually multiply matrices combining different ways of computing workload very different. The workload is also very big difference; So to find the best combination of a way, and then th
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1027
    • 提供者:小康
  1. zuheshuxue.rar

    0下载:
  2. 经典的组合数学课件,国内著名大师出品!内容丰富,深入浅出!,A combination of classical mathematics courseware, the famous master of the domestic production! Content-rich, easy!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:108047
    • 提供者:李建军
  1. Graph-theory-by-amber

    0下载:
  2. amber大牛总结的图论基本术语和算法大略,建议结合源码学习,比较抽象-Daniel summed up the amber basic terminology of graph theory and algorithms rough, combination source learning, abstract
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:513195
    • 提供者:Zsw95
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:15320
    • 提供者:海霞
  1. BFS+hash

    0下载:
  2. ACM入门题,BFS + hash 的使用与结合-ACM entry title, BFS+ Hash use and combination of
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1688
    • 提供者:liziyu
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. avlIndex

    0下载:
  2. avl平衡二叉树和索引树的结合体!做成了一个头文件形式.用的时候要自己写个主函数调用-avl trees and a combination of the index tree!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4524
    • 提供者:幻怒尘
  1. Queen8

    0下载:
  2. 八皇后问题是一个古老而闻名的问题,是回溯算法的典型例题。对于八皇后问题的实现,假如结合动态的图形演示,则可以使算法的描述更形象、更生动,使教学能产生良好的效果。课题目标是实现八皇后动态图形,主要应解决以下两个问题: 1.回溯算法的实现2.图形存取。-8 Queen s problem is an old and well-known problem is a typical example of backtracking algorithms. 8 Queen s problem for the
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:13762
    • 提供者:1233333
  1. Prim

    0下载:
  2. 自己写的一个组合数学的Prim算法,上大一的时候写的,写的不好不要见怪-Written in a combination of their own mathematical algorithm for maximum matching
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2541347
    • 提供者:叶晗
  1. EVEN

    0下载:
  2. 自己写的组合数学的EVEN算法,大一的时候写的,写的不好请不要见怪-Write their own combination of mathematics EVEN algorithm, when freshman writing and writing bad please forgive
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:97816
    • 提供者:Kaede
  1. migong

    0下载:
  2. 利用栈、数组解决迷宫问题,综合了栈、数组及数学建模等知识点-The use of the stack, the array to solve the maze problem, a combination of stacks, and mathematical modeling, such as an array of knowledge points
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:25899
    • 提供者:fanlei
  1. tt

    0下载:
  2. 算法设计与分析 习题部分解 比如:由于矩阵乘法满足结合律,所以计算矩阵的连乘可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。 若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积 -Algorithm design and analysis of some solutions of exercises to meet the combination of matrix multiplicatio
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:10045
    • 提供者:wzn
  1. Problem-of-Combination

    0下载:
  2. 递归算法:子集合的选取,组合问题。 vs2010平台下win32控制台应用程序-Problem of Combination
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3096567
    • 提供者:王一纯
« 12 3 4 »
搜珍网 www.dssz.com