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

搜索资源列表

  1. 算法(.exe)

    0下载:
  2. 数据结构的一些小算法,基本覆盖了数据结构的所有内容。-data structure of some small algorithm, the basic data structure covering all of its contents.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:29526
    • 提供者:张东岳
  1. np

    0下载:
  2. 顶点覆盖问题的NP完全证明和顶点覆盖优化问题的近似算法-vertex cover problem NP-complete certification and vertex cover the approximate optimization algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:185560
    • 提供者:王萧
  1. suanfa

    0下载:
  2. 算法分析里的棋盘覆盖问题,VC编程实现,是基于图形界面的,能很好的演示。附带有算法的实验报告
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:56943
    • 提供者:陈坤
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. cove

    0下载:
  2. 最大覆盖问题:给定n 个整数n a , a , ,a 1 2  组成的序列,试设计一个O(n)时间算法,计算其最大覆盖 区间长度。-Maximum cover problem: Given n integers na, a,, a 1 2  composed of a sequence and try to design an O (n) time algorithm to calculate the maximum length of coverage ran
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:59892
    • 提供者:jiam
  1. 棋盘覆盖算法

    0下载:
  2. 有3个棋盘覆盖的算法,C++程序,
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-19
    • 文件大小:2480271
    • 提供者:w755472897
  1. ChessCover

    0下载:
  2. 2的n次方阶的棋盘覆盖的算法实现(Visual C++ 6.0平台,c语言编写)-Chess Cover
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1179666
    • 提供者:wangkai
  1. collection_treeset

    0下载:
  2. 运用java 实现Kruskal 算法 计算树的重量最小 覆盖最大-Java application Kruskal algorithm to achieve the weight of the smallest tree cover the largest
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2372
    • 提供者:wang
  1. Algorithm_analysis_and_programme_design

    0下载:
  2. 实用算法分析与程序设计 目录: 第一章基础算法 第二章 顺序统计算法和中位数 第三章 有关数论的算法 第四章 计算几何学 第五章 显式固的基本算法 第六章 隐式图的基本算法 第七章 网络流的算法 第八章 动态程序设计 第九章 题库 一、神秘的大陆 二、迷宫车间 三、Hamilton机器人 四、魔方工具包 五、Tom、Jerry和奶酪 六、债务 七、Sinistra 的城市 八、游戏 九、加法链 十、黑白棋 十一、
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:10834694
    • 提供者:枫林之声
  1. greed

    0下载:
  2. 贪婪算法合集,包括二分覆盖,单源最短路径,拓扑排序,机器调度问题-Greedy algorithm Collection, including two sub-coverage, single-source shortest path, topological sort, machine scheduling problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:42277
    • 提供者:alden
  1. Cover_board

    0下载:
  2. 棋盘覆盖问题,,算法中分治法的一个好例子,代码不到100行啊-Chessboard coverage, distributed algorithm for treatment of a good example of the code less than 100 lines ah
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:519
    • 提供者:wanghang
  1. cover_chessboard

    0下载:
  2. 本程序是以图形化,慢动作显示经典棋盘覆盖算法问题。-This procedure is based on graphical, slow-motion show the classic board covering algorithm problem.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2429783
    • 提供者:cjihhom
  1. minimumpathcover

    0下载:
  2. 这是一个关于最小路径覆盖的算法,用c++的类封装的-this is a program about minimum path cover using class of C++ it is good for algorithm learner
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:671699
    • 提供者:sheldon
  1. ChessBoard

    0下载:
  2. 算法分析与设计中用分治法解决棋盘覆盖问题。-Algorithm Analysis and Design using divide and conquer to solve the problem the board cover.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2232772
    • 提供者:草人
  1. fenzhi_src

    0下载:
  2. 棋盘覆盖问题 设一个n*n棋盘,n=2k,用L 型条块覆盖棋盘中除一个指定方格外的所有方格,每个L型条块可恰好覆盖3 个方格。 实验内容:设计分治算法实现棋盘覆盖,要求图形化。-Board covering the establishment of a n* n chessboard, n = 2k, with the L-slice coverage for a specified board, in addition to all the extra square grid, eac
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:12663
    • 提供者:yongyong
  1. coverbycircle

    0下载:
  2. 关于覆盖问题的算法,我们用圆来实现。这里是用圆覆盖矩形的C语言程序。-using circle to cover
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7314
    • 提供者:chenbao
  1. chessboard

    0下载:
  2. 用C++语言实现棋盘覆盖分治算法 在一个2k×2k 个方格组成的棋盘中,恰有一个方格与其它方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘。在棋盘覆盖问题中,要用4种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格-C++ language with the board divided coverage of a 2k × 2k Algorithm in the composition of the board of squares, just a different box
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1430
    • 提供者:kyc
  1. java

    0下载:
  2. 棋盘覆盖,合并排序,快速排序 算法设计与分析 王晓东-Board cover, merge sort, quick sort algorithm design and analysis Xiaodong
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:13053
    • 提供者:zhang99092
  1. Board-covering-algorithm

    0下载:
  2. 棋盘覆盖算法,分治法,使用Microsoft Visual Studio 2010编写,控制台程序-Board covering algorithm, divide and conquer method, using Microsoft Visual Studio 2010 written in console application
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:918930
    • 提供者:guan
  1. cc

    0下载:
  2. 近似顶点覆盖,算法 设计课 程作业,能运行成功-Approximate vertex cover algorithm design course work, be able to run successfully
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3021
    • 提供者:禾子
« 12 »
搜珍网 www.dssz.com