supercat188

积分:511
上传文件:6
下载次数:84
注册日期:2007-11-01 06:15:48

上传列表
dye-local-search.rar - Local search. Algorithm that explores the space of possible solutions in sequential fashion, moving from a current solution to a "nearby" one. Neighbor relation. Let S  S be a neighbor relation for the problem. Gradient descent. Let S denote current solution. If there is a neighbor S of S with strictly lower cost, replace S with the neighbor whose cost is as small as possible. Otherwise, terminate the algorithm,2008-04-30 00:22:16,下载12次
dye-Divide-and-conquer.rar - Divide: the problem into a number of subproblems that are themselves smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve them straightforward. Combine: the solutions to the subproblems into the solution of original problem.,2008-04-30 00:20:39,下载2次
dyeDynamicprogramming.rar - Dynamic programming. Break up a problem into a series of overlapping sub-problems, and build up solutions to larger and larger sub-problems,2008-04-30 00:18:34,下载4次
solution+to+CLR.rar - 麻省理工的经典教材《算法导论》课后习题解析,2008-04-30 00:08:07,下载15次
16194520420.rar - ACM小组内部预定的算法模板。对参加acm的学生来说,价值非常的高,2008-04-30 00:06:30,下载135次
java_numeric.rar - 一本详细介绍java数值计算的电子书(pdf) 用java语言实现了经典的数值算法,2008-04-30 00:03:04,下载26次

近期下载

收藏