▍1. 图的DFS遍历,以及两种拓扑排序的实现,一种是DFS拓扑排序,另一种是无后继结点的拓扑排序...
图的DFS遍历,以及两种拓扑排序的实现,一种是DFS拓扑排序,另一种是无后继结点的拓扑排序-map DFS traversal, and the two topological sorting the realization DFS is a topological sorting, Another is no subsequent node of topological sorting
图的DFS遍历,以及两种拓扑排序的实现,一种是DFS拓扑排序,另一种是无后继结点的拓扑排序-map DFS traversal, and the two topological sorting the realization DFS is a topological sorting, Another is no subsequent node of topological sorting
ACM,竞赛题目,我已经在上面测试过了,可以用,题目是ARGUS,希望大家可以喜欢,花了长时间才弄好的-ACM, the title race, I have tested in the above, you can use the title ARGUS, hope everyone can like it, spent a long time before the promotion of
最短路径方法The shortest path method-The shortest path method
我想要我的 soccerplay 团队在大学 geometry.h palayer.cpp,worldmodel 喜欢......pleaze 帮助我去此源免费获取某些利益来源
原创delphi开发的B超管理系统.WINDOWS下开发的B超图象管理系统MEDIWS系统,使用低成本视频图象采集卡及其驱动程序、新颖的JPEG压缩算法、完善的报告编辑环境等技术
实现一个数据库的连接池,提高数据库的链接效率,同时还有利于平衡物理上的访问量。-Implement a database connection pool to improve the efficiency of the database links, while also help balance the amount of physical access.
C++ Builder程序员学习数据结构第4章-Builder C programmers to learn data structure Chapter 4
北航《数据结构》PPT,内容详细,逻辑感强,适合自学-Beijing Institute of Aeronautics " data structure" PPT, and detailed, logical sense, good for self-study
A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。-A* algorithm demo program, they can set up obstacles and terrain, single-step demonstration of the A* search algorithm road course. Includes source is studying A* algorithm for the best tools.
一个详实的图书信息管理系统,包括入库、出库,查询等功能模块,和一个简单的系统帮助文件。-A detailed book information management system, including storage, a library, query, such as function modules, and a simple system to help document.
在有向图中计算最小生成树---Edmonds s Algorithm-Directed graph in calculating minimum spanning tree--- Edmonds s Algorithm
数据结构算法之 约瑟夫算法-data structure algorithms Joseph Algorithm
PB中的PFC使用例程,包含精简PFC类库-PB PFC use routines, including streamlining the PFC
完全由C语言实现的图的相关操作,就是清华大学 数据结构书里的图的所有算法的实现-Solely by the C language implementation of related plans to operate, that is, Tsinghua University, the data structure of the book" s map of the implementation of all algorithms
一个简单的网上书店系统,运行环境是ASP+ACCESS.具体功能为添加书籍,点击浏览,购买等等。-A simple online bookstore system, runtime environment is ASP+ ACCESS. Add specific functionality for the books, click on browse, purchase and so on.
实现heap排序的算法,首先把Heap建立起来,然后通过对Heap的根节点来找出当前最小的节点,依次就可以实现排序了。-achieve heap sorting algorithm to first establish Run, then Run right through the current nodes to identify the smallest nodes can be followed to achieve the ranking.