-
-
-
-
-
CORE 图形系统.zip
Graph with no options takes pairs of points (two numbers per line) from
the given file (or standard input) as x- ... the
screen before exiting. If the data comes from the standard input, the
program exits without clearing the screen or resetting it
-
MemoryMonitor.rar
... the memory usage of all memory pools consumed by
the application.
This simple demo program queries the memory usage of each memory pool
and plots the memory usage history graph.
To run the MemoryMonitor demo ...
-
jpgapi.zip
JPG Graph API
Win 32 JPG API is a 32bit JPEG api dll. You can call it to
show a JPG file in your program by only one sentence.
The only thing that you have to know is how to load a dll
libary and ...
-
-
-
data-structure-Graph.rar
本软件围绕无向图的应用这一主题,用图形化的界面实现了无向图的建立、显示邻接表、动态构造最小生成树(分别利用Prim算法和Kruscal算法)、查找最短路径等功能。
具体功能:
给定一个图,完成:
(1) 建立并显示出它的邻接链表
(2) 分别用普里姆算法和克鲁斯卡尔算法构造其最小生成树,随时显示其构造的过程
(3) 给出某一确定顶点到所有其他顶点的最短路径
(4) 给出每一对顶点之间的最短路径
说明:程序开发时所用的文件和源码在文件夹“配套文件”中提供。另附说明文档。
-
Boost-Implicit-Graph-Example
... a Dijkstra search.
Installation
============
You must have the Boost Graph Library installed. Set `BOOST_PATH` in the Makefile to point ... the root of your Boost include tree. The `implicit-graph` program builds in the distribution directory and does ...
-