CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 贪心算法

搜索资源列表

  1. FDR-COMPRESS

    0下载:
  2. 一种改进的方案,它针对硬故障集的特点利用指示频率连续长度码(FDR码)进行二次编码压缩。该方法充分利用测试集中无关位较多而测试模式之间变化位较少的特征,应用贪心算法对预先计算的测试集进行了重新排序,尽可能的使相邻的向量间具有最少的不同位,排列成一个最佳的差分向量序列,然后应用FDR码对差分向量序列进行编码,最后对压缩结果重新分块,按照一次压缩的流程进行二次压缩。在解压时,使用片上解压电路解压,能高效地还原出原测试集。最后通过对Soc部分标准电路硬故障集的测试结果显示,本方案具有较好的压缩率。-a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2342
    • 提供者:张志刚
  1. Algorithm-cupidity-SDL

    0下载:
  2. 基于SDL的图形化贪心算法演示,支持节点的拖放,指定其实节点等功能,使用vs2008编译,需SDL依赖库-a graphical demo about cupidity arithmetic based on SDL
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:949105
    • 提供者:KingMars
  1. Othello

    0下载:
  2. JCreator下开发,黑白棋游戏,可以实现人机对战和人人对战,采用贪心算法因此棋力不佳,整个程序的框架不错,有兴趣可以在此基础上改善AI算法提高棋力-JCreator under development, Reversi games, can be achieved and everyone against the war machine, the use of greedy algorithm棋力poor, therefore, the framework of the entire pro
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:22925
    • 提供者:nightkid
  1. qishibianli

    0下载:
  2. 这是一个骑士遍历问题,但是采用了<vector>技术和贪心算法。速度大大提高。输入一个坐标"X Y",(0<x,y<7),程序会判断出遍历线路-This is the ergodicity of a knight, but a <vector> Technology and greedy algorithm. Speed greatly increased. Coordinates to enter a " XY" , (0 <x,y&l
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:829
    • 提供者:yurmu
  1. baggreedy

    0下载:
  2. 改写成面向对象的贪心算法(背包问题),一定容量,每个物体按效益/重量排序,本例只有三个物体-Rewritten into a greedy algorithm for object-oriented (knapsack problem), a certain capacity, for each object according to benefit/weight sorting, which in this case only three objects
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:616
    • 提供者:今昔
  1. txhafuman

    0下载:
  2. 贪心算法实现哈弗曼编码,在vc里面即可运行。-Greedy algorithm哈弗曼coding, which can be run in the vc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1325
    • 提供者:jerry
  1. river

    1下载:
  2. 贪心算法作业的解题报告和源代码。问题描述:在深夜里,n 个人想要尽快地通过一条河。河上有一座狭小的桥,每次最多只能两个人一起过河。由于桥上的道路一片漆黑,他们必须用仅有一个手电筒,来照亮道路。已知 n 个人过河分别需要 t1,t2,…,tn 的时间,两个人一起过河所需要的时间是取决于速度较慢的人所需要的时间。请计算出 n 个人过河所需要的最小时间。-Greedy algorithm for solving the report and source code. Problem Descr ipt
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:193114
    • 提供者:吴钦阳
  1. disk

    5下载:
  2. 贪心算法作业的解题报告(含证明)和源代码:磁盘文件最优存储问题,当初证明花了一些时间。问题描述:设磁盘上有n个文件,f1,f2,…,fn,,每个文件占磁盘上1个磁道。这n个文件的检索概率分别是p1,p2,…,pn, 且∑pi=1。磁头从当前磁道移到被检信息磁道所需的时间可用这2 个磁道之间的径向距离来度量。如果文件pi存放在第i道上, ,则检索这n 个文件的期望时间是∑pipjd(i,j) 其中d(i,j) 是第i道与第j 道之间的径向距离|i-j|。磁盘文件的最优存储问题要求确
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:266217
    • 提供者:吴钦阳
  1. tanxin

    0下载:
  2. 使用贪心算法来解决的一些实际应用问题,包括经典的背包问题-Greedy algorithm used to solve some of the practical application of issues, including the classic knapsack problem, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:24908
    • 提供者:bugboy
  1. madesuanfa

    0下载:
  2. 棋盘上马的走法 利用贪心算法 更加有效的解决其遍历 课程设计问题-good
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:490979
    • 提供者:ycd
  1. algorithm

    0下载:
  2. 贪心算法、动态规划算法等常用算法的详细介绍-Greedy algorithm, dynamic programming algorithm, such as details of commonly used algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-16
    • 文件大小:4219200
    • 提供者:沧海一笑
  1. beibaowenti

    0下载:
  2. 背包问题的解决方法。/算法核心,贪心算法。-beibaowenti
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:325792
    • 提供者:温质新
  1. 5

    0下载:
  2. //贪心算法求解,返回double数组,每一个位对应着相应的货物要装入的比率-tanxinsuanfa
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:171713
    • 提供者:温质新
  1. 2

    0下载:
  2. //贪心算法求解,返回double数组,每一个位对应着相应的货物要装入的比率-suanf
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:892201
    • 提供者:温质新
  1. TSPproblems

    0下载:
  2. 解决TSP问题的几种算法 模拟退火法 遗传算法 贪心算法等-To solve the problem of several TSP algorithm simulated annealing greedy algorithm such as genetic algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:96246
    • 提供者:june1989
  1. tanxin_beibao

    0下载:
  2. 以背包问题为例,介绍贪心算法解决得到一个最优值-Knapsack problem as an example to introduce a greedy algorithm to solve the optimal value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1128
    • 提供者:何文华
  1. 37724088tanxi

    0下载:
  2. 贪心算法-Greedy algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1467
    • 提供者:陈燕
  1. PRIM

    0下载:
  2. 构造最小生成树的常用方法是Prim算法与Kruskal算法,二者都是基于贪心算法设计侧略。-Construction of the commonly used minimum spanning tree algorithm is Prim and Kruskal algorithms, both are based on the design side of a little greedy algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:619
    • 提供者:workfuture
  1. MeetingArrangements

    0下载:
  2. 这是用贪心算法实现对会议的智能安排,里面包括建立贪心算法的步骤化实现及快速排序经典算法-This is a greedy algorithm with intelligent arrangements for the meeting, which included the establishment of greedy algorithm and steps to achieve and fast classical algorithm for sorting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:154577
    • 提供者:yangke
  1. Graph

    0下载:
  2. c写的贪心算法,利用指针来搜索最短路径,以及可以扩展成一般最短路径的求法-c write greedy algorithm, using a pointer to search for the shortest path, as well as the shortest path can be extended into a general law of demand
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:193755
    • 提供者:huahua
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 35 »
搜珍网 www.dssz.com