-
-
-
Graph.rar
绘制图象程序,是在WINDOWS下对C++的一个简单运用.初学的可以借鉴
-
ldpcdecoder.rar
... probabilistic decoding of linear block codes.Based on Pearl s Belief Propagation in Bayesian Networks.This version utilizes object to define graph nodes and LOG-LIKELIHOOD RATIOS. Much improved in terms of speed compared to log_pearl.c.
It can use a look ...
-
DirectShow.zip
DirectShow应用开发案例,第4章用到的代码,其中AppIPTransform为MFC Filter的例子,DsDemo是一些演示代码FilterTitleOverlay是字符叠加Filter的源代码。
第5章用到的代码,其中GraphBuilding为Filter Graph构建技术的一些代码,SimplePlayer为一个简单的播放器例子。
第7章用到的代码,其中DsDemo是一些演示代码。
第9章用到的代码,其中DESCallback演示了控制DirectShow智能
连接 ...
-
-
ImgProjection.zip
This sample program loads an image and plots the graph of its horizontal or vertical projection
The Document contains an image and a projection vector.
When the Open command is sued, the image is loaded from a file.
Then, a projection along a row or a ...
-
-
-
Graph.rar
二、问题描述
给出一张某公园的导游图,游客通过终端询问可知:
a) 从某一景点到另一个景点的最短路径。
b) 游客从公园大门进入,选一条最佳路线,使游客可以不重复的游览各景点,最后回到出口。
三、实验要求
1、将导游图看作一张带权无向图,顶点表示公园的各个景点,边表示各景点之间的道路,边上的权值表示距离,选择适当的数据结构。
2、为游客提供图中任意景点相关信息的查询;
1、 为游客提供任意两个景点之间的一条最短的简单路径。
2、 为游客选择最佳游览路径。
-
graph.rar
该程序可实现三位图形的绘制,并可以选择颜色进行着色,可以选择光源亮度。
-