搜索资源列表
hjsoft20
- 本《华军软件园》软件小偷完美的实现asp《华军软件园》软件小偷的空缺!速度很快,完全过滤广告,可以自己任意添加广告,方便个人小站使用!-the "Hua Software Park" software thieves perfect realization asp "Hua Software Park" software thieves vacancies! Very fast, completely filter advertisements can a
优先队列式分支限界法园排列问题
- 优先队列式分支限界法园排列问题,是一个作业,算法设计与分析-priority queue-branch and bound with France Park, is an operation, algorithm design and analysis
贪心算法球园排列问题
- 贪心算法球园排列问题,算法设计与分析课程的作业。-greedy algorithm with the ball park, algorithm design and analysis programs work.
回溯法搜索排列树算法园排列问题
- 回溯法搜索排列树算法园排列问题,算法设计与分析课程,作业题-search with backtracking algorithms park with trees, algorithm design and analysis courses, and that operations
tt.c
- 停车场管理系统,很基本的应该,有待完善,请多多支持-car park management system, should be very basic, to be perfect, you will support
samp9_3_3_1
- park模拟停车厂管理系统 是可以运行的,提供给数据结构课程设计的优秀文章-park simulation Tingchean management systems can be run, provided to the data structure of curriculum design excellent articles
停车场模拟管理
- 一个停车场管理的模拟程序!VC++6.0下开发~!-a car park management simulation program! VC + +6.0 Development ~!
techsys
- A technical trading system comprises a set of trading rules that can be used to generate trading signals. In general, a simple trading system has one or two parameters that determine the timing of trading signals. Each rule contained in a trading sy
park
- 给出一张某公园的导游图,游客通过终端询问可知: (1) 从某一景点到景点的最短路径。 (2) 游客从公园大门进入,选一条最佳路径,使游客可以不重复地游览各景点,最后回到出口(出口就在入口处旁边)。 将导游图看作一张带权无向图,顶点表示公园地各个景点,边表示各景点之间地道路,边上的权值表示距离,为此图选择适当的数实现提示 问实际是最短路径问题,如果有几条路径长度相同,可选择途径景点较少的路径提供给游客。 (2) 第二问可采用深度有线搜索,如果有多种路径可选择,则选择带权路径最小