搜索资源列表
TSP1
- tsp问题求解,最小权值和回路,可以算到十几个数-tsp problem solving, the minimum value and the right loop, one can calculate the number to more than
Nhuanghou
- 皇后问题的求解,你可以求3个或4个或5个,六个-Queen problem solving, you can help three or four or five, six, etc.
amoeba
- matlab编写的多元变量最小化问题的downhill方法求解-Matlab prepared by the multi - variable minimization problem solving methods downhill
aaasp
- 自己写的sp问题求解算法 第一次加入这个社区,,以后请多多帮忙-himself wrote the sp problem solving algorithm first to join the community, and help to pay more attention to the future
bag01
- 解决0-1背包问题 欢迎批评指正-0-1 knapsack problem solving welcome criticism correction
WordAnalyser
- 1.1 引言 1.1.1 设计目的 本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进行的。结合本学期所开设的软件工程课程,本次课程设计实验过程要求按照软件工程的思想来组织开发过程,按照软件生命周期的阶段划分来进行。由于课程设计规模较小,所以对软件生命周期进行适当的合并,简化为五个阶段,即需求分析、总体设计、详细设计、编码实现和测试。 1.1.2 设计任务 针对本次课程设计我们设计了一个简化的pascal语言,称
JumpHorse
- jumphorse问题求解.使用界面方式求解,直观简单.-jumphorse problem solving. Solve the user interface, simple intuitive.
knapsack45
- knapsack问题的求解.使用vc编程,使问题求解过程可视化-knapsack problem solving. Use vc programming, problem solving process visualization
动态规划----矩阵连乘问题
- 动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic prog
bag
- 这个小程序是算法设计与分析方面的,求解背包问题,用的是递归设用的方法,本程序不是本人做的,朋友做的,可以拿来参考一下,不要抄袭,本人尊重版权朋友.-this is a small program algorithm design and analysis, problem solving backpack, it was established with the recursive method, the procedure is not my doing, friends do, can be
Example_1
- 解决拜占庭将军问题典型问题的源程序。分别采用Dolev算法、快速收敛算法、及 混合算法等多种算法。-Byzantine generals problem solving typical problems of the source. Respectively Dolev algorithm, fast convergence algorithm and hybrid algorithm and other algorithms.
IntProgFZ
- MATLAB整数线性规划程序,通过对约束条数的调整,用以求解各类线性规划问题-MATLAB integer linear programming procedures, the number of articles on the adjustment of binding to various types of linear programming problem solving
1683-Puzzlestan
- pku 1683解题报告 pku 1683解题报告-pku 1683 report pku 1683 Problem Solving Problem Solving Report
huisufa01beibao
- 算法框架: a.. 问题的解空间:应用回溯法解问题时,首先应明确定义问题的解空间。问题的解空间应到少包含问题的一个(最优)解。 b. 回溯法的基本思想:确定了解空间的组织结构后,回溯法就从开始结点(根结点)出发,以深度优先的方式搜索整个解空间。这个开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处,搜索向纵深方向移至一个新结点。这个新结点就成为一个新的活结点,并成为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向移动,则当前扩展结点就成为死结点。换句话说,
miaobiao
- 是"操作系统"和"微机原理和接口技术"等其它核心课程必要的先修课,而且对于训练学生掌握程序设计技术,熟悉上机操作和程序调试技术都有重要作用。因此该课程在整个教学计划中占有重要地位。 本课程的目的和要求是: 1、 应使学生掌握8086/8088宏汇编语言程序设计的基本方法和技巧,能够运用8086/8088宏汇编语言编写应用程序。提高学生分析问题、解决问题的能力以及实际动手能力。 -Is " operating system" and " Microcomput
VRP
- 使用遗传问题求解VRP程序的一个较好的程序,附有题目-The use of genetic problem solving VRP program a better program, with topics
poj1222
- poj 1222解题报告(附注释)如果要其他的解题报告,可以联系我-problem-solving poj 1222 report (attached note) If you want to report other problem-solving, you can contact me
beibaowenti
- 背包的问题求解,用贪心和遗传算法界的,非常好用,大家下载哦-Knapsack problem-solving, with greedy and genetic algorithm community, very easy to use, we download oh. . .
pso_01
- 使用二进制PSO解决0-1背包问题的MATLAB程序-The use of PSO to solve 0-1 knapsack problem
1469
- pku1122,我自己写的源程序,参考了网上某位大牛的解题报告-pku1122, I wrote it myself source code, reference an online problem-solving certain large cattle report