搜索资源列表
Graph
- Visual C++开发的统计图表封装类
Graph-Theory
- 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。 该算法是为参加ACM/ICPC竞赛而准备
vg
- 一个Visual Graph开发程序,具有类似MS viso的功能!带有C++,Delphi,VB,C#等的代码示例!-a Visual Graph development programs that have similar functions VISO MS! With C, Delphi, VB, C# code examples!
computing dense correspondence graph cuts
- computing dense correspondence # # (disparity map) between two images using graph cuts This software implements stereo algorithms described in the following papers: Vladimir Kolmogorov and Ramin Zabih "Multi-Camera scene Reco
transparent_bmp.zip VB下显示透明位图的例子
- VB下显示透明位图的例子 ,The example for Displaying transparent graph in VB
transparent_bmp.zip VB下显示透明位图的例子
- VB下显示透明位图的例子 ,The example for Displaying transparent graph in VB
NS2VisualTraceAnalyzer.rar
- NS2 Visual Trace Analyzer,NS2 Visual Trace Analyzer
s5
- 孔令德 计算机图形学基础教程(Visual C++版)第五章编程作业-Essentials孔令德Computer Graphics (Visual C++ version) Chapter V programming operation
Visual Basic图形与多媒体程序设计
- Visual Basic图形与多媒体程序设计-Visual Basic graph and multimedia programming
Graph
- 不需控件的快速绘图方法,在VB中实现不用控件绘图-Controls without rapid mapping method in VB to achieve without control graphics
VOCdevkit_14-Apr-2008.tar
- PASCAL Visual Object Classes,视觉识别竞赛的程序,共有20大类视觉目标。用MATLAB代码写成。能生成precision/recall图。-PASCAL Visual Object Classes, Competition visual recognition procedures, a total of 20 major categories of the visual target. With code written in MATLAB. Able to gen
TemperatureMeasurement
- Temperature measurement & Graph Drawing
GraphIso
- Graph isomorphism with Visual C-Graph isomorphism with Visual C++
create_graphic
- 图的建立,有多种的图可以选择,也可以选择图的遍历方法,里面的图的存储结构是以顶点数组和邻接矩阵的方式存储的。-Map-building, there are several plans to choose, you can choose to graph traversal method, which the storage structure of the plan is based on vertex adjacency matrix of the array and stored the.
Charting
- Graph drawing using visual basic program
graph
- 自己做的UML活动图编辑系统。利用VC++的基础类库(MFC),把各种图元抽象成了各个类,利用类与类中的关系把图元中的关系表示出来。图元的基本操作用类中的方法实现。-Do their own editing system UML activity diagram. Use the basis of VC++ Class Library (MFC), the various abstract elements become all categories, the use of classes an
Graph
- 在Visual C++ 6.0的环境中实现画直线,折线的操作。-In Visual C++ 6.0 environment of painting a straight line, line operation.
proj1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
AddFlow_ActiveX_3.0_(keygen)
- AddFlow 3.0 (keygen)AddFlow 3.0 是Lassalle开发的流程图创建工具,提供了Activex的详细接口,类似于Visio的绘图功能,使用非常方便而且功能超级强大,支持VC,VB,Dephi,Visual Studio 2005,VS2008等等,只要能支持ActiveX的就可以使用,它能够为每个图表中的对象(节点或者连接线)分配不同的颜色,字体,形状,风格,图片,文字等。节点移动后仍然保持连接。也提供自动位置的排布,推荐一用!--Flow 3.0 is a flo
the shortest path program in graph theory
- 图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。遗传算法是解优化问题的有效算法,而并行遗传算法是遗传算法研究中的一个重要方向,受到了研究人员的高度重视。(Graph theory plays an important role in computer science. It provides a simple and systematic modeling method for many p