搜索资源列表
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 条边,顶点编号为
Fleury.rar
- 用C++实现的fleury算法查找欧拉回路,已经编译好,解压缩后可以直接运行,With C++ Realized fleury algorithm to find Euler circuit, has been compiled, and can be extracted directly run
algorithmcode
- 计算机算法程序,欧拉图,汉密顿回路,kruscal,红黑树,排序算法源代码。-Computer algorithm , Euler , Hamilton circuit, kruscal, red and black tree, sorting algorithm source code.
2
- 求欧拉回路,能够运行。。。。。。效果不错-For Euler circuit can be run. . . . . . Good results
Euler
- C++解欧拉回路问题,解决了简单的情况,可以解大多数情况-C++ solution of the Euler circuit problem, to solve a simple situation, possible solutions to the majority of cases
11
- 随机给出n*n的邻接矩阵,并打印出邻接矩阵,边的个数,回路的个数和每个顶点的度,并判断该图中是否存在Euler回路。-Random given the n* n adjacency matrix and adjacency matrix print, while the number, loop number and the degree of each vertex, and determine the existence of the map Euler circuit.
a
- 欧拉回路算法实验代码 判断是否为欧拉回路-Euler circuit algorithm to determine whether the experiment code Euler circuit
oular
- 实现一个简单的欧拉回路,是图论与代数的课程设计-A simple Euler circuit
1
- 求欧拉回路算法,利用C语言编出,应该可以运行-Euler circuit algorithm, using C language code that should run
Algorithm
- 主要是算法源码包。 包含线段树(区间更新,单点更新),网络流(最大流) , 树状数组,求欧拉回路,简单几何,简单自动机,以及Polya计数问题的入门程序。-The algorithm source package. Contains the segment tree (update interval, single-point update), network flow (maximum flow), BIT(binary index tree), Euler circuit, simple g
Dianji
- 同步电机机端口发生突然三相短路时的欧拉迭代-Euler Iteration of Three- phase Short Circuit in Synchronous Motor
欧拉回路c++代码
- 做欧拉回路,中国邮递员问题适合用于欧拉回路(Do eular circuit, the Chinese postman problem for euler circuit)