搜索资源列表
背包问题之贪婪算法求解C语言源代码
- 其实原来的程序也是采用了贪婪算法,不过下面程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-fact, the original procedure is used in the greedy algorithm, but the procedures below beibao1 function of the greedy algorithm used another way, beibao function of the previous
greedy2
- 马尔可夫过程的一种贪婪算法 进行马尔可夫决策
kruskal
- K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的 边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选 取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中 边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其 加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。
贪婪算法OMP
- signal recovery from partial information via orthogonal matching pursuit(贪婪算法OMP).
2013--GISS
- 快速稀疏重建: Greedy Inverse Scale Space Flows 贪婪的逆尺度空间算法 -Fast Sparse Reconstruction: Greedy Inverse Scale Space Flows
1fe6fc9dda8a
- 贪婪算法 子载波分配 MATLAB代码 源代码-Greedy algorithm
Main
- 花费最短时间旅游完全国所有5A级景点,并介绍了相关算法的使用,例如贪婪算法-Take the shortest time to travel the whole country all the 5A level scenic spots, and introduced the use of the related algorithms, such as greedy algorithm
Dijskstra
- 用贪婪算法和最小路径法解决TSP问题,用matlab实现-With the greedy algorithm to solve the TSP problem and minimal path method, using matlab realize
dct-lnormal
- DCT基广泛应用于图像去噪,信号分离。BP与OMP算法作为贪婪算法的代表用于信号恢复。-DCT is widely used in image denoising, signal separation. As a representative of the greedy algorithm of BP and OMP algorithm for signal recovery.
贪婪算法
- 贪婪算法在数学建模中的应用,可用于最优化的方案(The application of greedy algorithm in mathematical modeling, which can be used for optimization)