搜索资源列表
suanfayuxitingjiegou
- 最小重量机器设计问题:设某一机器由N个部件组成,每一个部件都可以从M个不同的供应商处购得。设wij是从供应商j处购得部件i的重量,cij是相应的价格。试设计一个算法
Honeycomb
- 在VS2008下采用Windows Foundation Presentation编写的一个用于运算最短路径的3D演示,算法是很简单的Dijstra,主要是界面 很小的一个程序-Using a Windows Foundation Presentation computing the shortest path for 3D presentations, a very small program
Lex
- **本次实验在Visual Studio.NET 2003环境下开发** 此压缩包内包括以下五个文件: 1.Lex的源代码文件 Lex.cpp 2.Lex的测试输入文件 test.txt 3.测试文件需包含的头文件 yytab.h 4.经过Lex生成的结果文件yylex.cpp 5.说明 关于Lex: 本实验中完成的Lex可以完成以下算法: 1.输入文件解析 2.多个NFA合并 3.NFA转换DFA 4.最小化DFA 5.生成代码
ant
- 几种基本蚁群算法的c++实现,最大最小蚁群算法,经典蚁群算法等-Several basic ant colony algorithm c++ implementation, the maximum and minimum colony algorithm, the classical ant colony algorithm
Mincost
- 最小费用有向树问题的一种贪心算法实现,采用的是逆邻接表的存储结构,然后求出有向图的最小费用树-Minimum cost directed tree problems, a greedy algorithm, using the inverse adjacency table storage structure, and then calculated the minimum cost directed graph tree
least-squares-algorithm
- 最小二乘算法的充分展示,过程层次分明,可用于数值分析-Demonstrating least squares algorithm, structured process can be used for numerical analysis
