Welcome![Sign In][Sign Up]
Location:
Search - greedy

Search list

[Consolelilys-Letter_snake

Description: DOS系统下的贪吃蛇游戏,通过键盘的控制来实现游戏控制,C++代码开发-greedy snake game
Platform: | Size: 1531904 | Author: lily | Hits:

[VC/MFChuffman

Description: 王晓东《算法设计与分析》哈弗曼编码 贪心算法实现-Huffman coding greedy algorithm
Platform: | Size: 3072 | Author: 刘锋 | Hits:

[CSharpcluster

Description: 实现聚类分析的几种典型算法,包括Greedy、K-Means、FCM、Xie-Beni等。可以对提供的几个数据库文件进行聚类操作,并显示和统计结果的各项数据。程序具有基于C#的图形界面,操作直观方便。-Cluster analysis of several typical algorithms, Greedy, K-Means, FCM, Xie-Beni, etc.. The cluster provides several database files, and display the data and statistical results. The program has a graphical interface based on C#, easy and intuitive.
Platform: | Size: 367616 | Author: colin | Hits:

[Special EffectsMP

Description: 稀疏表示中的一种重构算法,贪婪算法,通过逼近来寻找局部最优解-Sparse representation of a reconstruction algorithm, greedy algorithm, by approaching to find a local optimal solution
Platform: | Size: 1024 | Author: 杨Pudn | Hits:

[AlgorithmTanLan

Description: 图论贪婪算法详解,有算法原程序以及各种例子,而且还有pdf,ppt讲解。是学习的很好工具。-Graph theory greedy algorithm Xiangjie algorithm original program as well as a variety of examples, but also pdf, ppt to explain. Is a good tool for learning.
Platform: | Size: 33792 | Author: 张三 | Hits:

[Other systemshouse_sort

Description: Base Station problem using greedy strategy
Platform: | Size: 1024 | Author: gimme11 | Hits:

[Other Gamesgreedysnake

Description: 自己编写的一个贪食蛇游戏,基于TC,游戏难度会随着分数的累计上升,C语言的课程作业。-a program of greedy snake.
Platform: | Size: 1408000 | Author: 姚宁诗 | Hits:

[Algorithmpartition

Description: 贪心算法-会场安排问题的源代码 【问题描述】 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的算法进行安排。 这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。 编程任务:对于给定的 k 个待安排的活动,编程计算使用最少会场的时间表。 【贪心策略】 根据会场安排问题的定义,首先将问题简化为:找出两个活动i和j,若它们满足startTime[i]≥endTime[j]或startTime[j]≥endTime[i],则称这两个活动相容,即问题转化为:要求找出最多相容会场集合A。 问题简化为对相容会场A的寻找,下面用贪心方法分析过程,根据题意,选取一种量度标准,然后按量度标准对n个输入排序,按顺序一次输入一个量。如果这个输入和当前已构成在这种量度意义下的部分最优解加在一起不能产生一个可行解,则不把此输入加到这部分解中,这种能够得到某种量度意义下的最优解的分级处理方法就是贪心方法。那么问题转化为对度量标准的寻找,判断各个数据是否可以包含在解向量中去,然后根据目标函数来选择最优解。 -Greedy algorithm- venue arrangements source code
Platform: | Size: 1024 | Author: 烈如歌 | Hits:

[OtherKnapsack

Description: 设计一般背包问题的贪心算法,对于任意给定的一般背包问题,都能够得到最优解-Greedy algorithm design in general knapsack problem, for any given general knapsack problem, are able to obtain the optimal solution
Platform: | Size: 1024 | Author: 祝婷 | Hits:

[Software EngineeringSUANFAPPT

Description: 常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) -Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm complexity analysis (number of iterations, using a recursive equation, frequency analysis, etc.)
Platform: | Size: 3316736 | Author: lm | Hits:

[Data structsDesktop

Description: 算法编程,包括动态规划,快速排序,贪心算法-Algorithm programming, dynamic programming, quick sort, greedy algorithm
Platform: | Size: 30720 | Author: | Hits:

[Compress-Decompress algrithmsHAFFMAN

Description: 数组贪心法实现哈弗曼编码与解码,文件读入,较简单易懂-Array greedy method to achieve the Huffman encoding and decoding, the document read, simple to understand
Platform: | Size: 276480 | Author: 毛雨晴 | Hits:

[Otherdelete_number

Description: 删数问题(简单贪心算法),一个很简单的算法,一看就懂,开阔一下思路-Delete the number (simple greedy algorithm), a very simple algorithm, a look to understand, open thinking
Platform: | Size: 887808 | Author: Li | Hits:

[Other Web CodeGreedySnake

Description: 贪吃蛇的源代码,可以直接使用,自己编写的啊啊啊 -greedy snake
Platform: | Size: 25600 | Author: zhaojianpeng | Hits:

[Othersnake

Description: 贪吃蛇小游戏,avr studio4 WINAVR2010 on atmega64-Game:Greedy snake avr studio4 WINAVR2010 on atmega64
Platform: | Size: 54272 | Author: logen | Hits:

[Scannertanxinrenzhi

Description: 动态管理频谱分配的代码,在matlab开发环境下,简单计算频谱分配法则贪心法-Dynamic management of spectrum allocation code in the MATLAB development environment, a simple calculation spectrum allocation rules greedy method
Platform: | Size: 5120 | Author: 李侠 | Hits:

[AI-NN-PRGoBang

Description: 采用c#编程的人机对战的五子棋程序,AI智能采用贪心算法和极大极小值算法,程序有详尽的注释,适合参考-Man-machine war backgammon program using c# programming, AI smart greedy algorithm and minimax algorithm, the program detailed notes for reference
Platform: | Size: 130048 | Author: 枫轩缘 | Hits:

[source in ebooksuanfa

Description: 算法程序与设计试验中的经典算法的源代码:像是分治递归,贪心,回溯等。-Algorithm design test of the classical algorithm source code: such as divide and conquer recursion, greedy, backtracking.
Platform: | Size: 645120 | Author: qinqin | Hits:

[Data structstanxinsuanfa

Description: 贪心算法 我自己做的贪心算法,暂时还没有注释。-Own greedy algorithm, there is no comment. Ok,your can do it by yourself .thank you .
Platform: | Size: 12288 | Author: | Hits:

[Software Engineeringseg-ijcv

Description: This paper addresses the problem of segmenting an image into regions. We de¯ ne a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develop an e±cient segmentation algorithm based on this predicate, and show that although this algorithm makes greedy decisions it produces segmentations that satisfy global properties. We apply the algorithm to image segmentation using two di® erent kinds of local neighborhoods in constructing the graph, and illustrate the results with both real and synthetic images. The algorithm runs in time nearly linear in the number of graph edges and is also fast in practice. An important characteristic of the method is its ability to preserve detail in low-variability image regions while ignoring detail in high-variability regions.
Platform: | Size: 277504 | Author: 孔梦秋 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net