搜索资源列表
EULER1
- Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为
daiquanwuxiangtu
- 带权无向图,是我修改别人的。自己看看能不能用-weighted undirected graph, I have altered others. See for yourself can use
up3
- 本程序为“有向图的遍历及运算”,非常方便使用,希望大家能够喜欢。-the procedures as "directed graph traversal and calculations," is very convenient to use and I hope we can like.
HuffmenTree
- 哈夫曼编/译码器 实现概要设计中定义的所有数据类型,对每个操作只需要写出伪码算法;对主程序和其他模块也都需要写出伪码算法(伪码算法达到的详细程度建议为:按照伪码算法可以在计算机键盘直接输入高级程序设计语言程序);画出函数的调用关系图。-Huffman encoder / decoder design outline to achieve the definition of all data types, for each operation only needs to write pseu
graph
- 关于数据结构图的基本操作,有构建,删除节点,添加节点,输入输出等
QuickGraph_src
- Boost Graph Library的C#实现,有很多图论算法。-Boost Graph Library of C#, there are many graph algorithm.
Telerik.WinControls.RadChart.r自定义的图表控件
- r.a.d.chart是一个完全可自定义的图表控件,可以显示复杂的图形数据,该产品提供4种基本类型的图表 – 饼状图(Pie), 条状图(Bar), 线形图(Line),和范围图(Area),每一个都可以被充分的定制,r.a.d.chart能够帮助您更加人性化地表现和利于领会复杂的数据 ,radchart is a completely customizable chart control, can display complex graphics data, the product provi
All_in_one_ZedGraph
- 可定制绘图控件,饼图、柱图、曲线图、多边形图,图示,图例,自定义配置坐标系属性-Customizable graphics control, pie chart, column chart, graph, polygon map, icon, legend, custom configuration coordinate system attributes
yahoostocks
- 导入数据,可以实现画k线图和成交量图,是学习股票软件开发的好例子-Import data, you can achieve the draw k line graph and volume charts to learn the stock a good example of software development
1
- 建立一个包含6个结点的有向图 利用Dijkstra算法求顶点v0到其它顶点的最短路径。-Includes the establishment of a six-node directed graph using the Dijkstra algorithm for vertex v0 to other vertex of the shortest path.
Fill_SeedScanLine
- 实现扫描线种子填充,只要是闭合图形都能进行填充-Achieve the Scan Line Seed Fill, as long as closed graph can be filled ..
75448174c_alg
- c++常用算法集,包含数据结构,图论等成熟经典算法 -c++ commonly used algorithms, including data structures, graph theory, such as mature classical algorithm
Graph
- 该程序是为了解决医院的选址问题,利用了最短路径的方法-The program is to address the siting of the hospital, using the shortest path method
712
- 编写一个算法程序实现: 1、 用邻接表存储下图: 2、完成对以上图的深度优先搜索,设出发顶点是V1。 -Procedures for the preparation of an algorithm to achieve: 1, with adjacent storage under the map table: 2, completion of the above graph depth-first search, set the start
c
- 采用邻接矩阵表示法创建有向图,是用c编写的 -Adjacency matrix representation used to create directed graph is prepared with c
graph.project
- A program to graph printing. You choose connections between apexes. Source code and binaries
drawData
- 折线图、饼形图、柱形图的源代码,用于各种数据的直观统计、分析-Line charts, pie charts, bar graph of the source code for a variety of visual data, statistics, analysis, etc.
sales-graph
- 本程序是一个公司的销售业绩曲线图,里面有详细的注释,解释怎样标记文字图框,背景等。-This program is a graph of the company' s sales performance, which has detailed notes explaining how the label text frame, background.
binary-graph
- 分享一个二分图的例子,里面的二分图是使用了深度遍历的方法,适合初学者学习-Searching of binary graph
Graph
- 基于Virtual C++的数据结构中图的应用,能实现从文件输入有向图和无向图易邻接表和邻接矩阵的形式在屏幕输出,同时能实现无向图的深度遍历输出和广度遍历输出;kruskal算法和Prim算法实现最小生成树的创建;Dijkstra算法实现最短路径的计算;以及最小偏心距的计算。-Application of data structure of Virtual in C++ based on graph, can be achieved the file input directed graphs
