搜索资源列表
chcp
- 图论算法,旅行推销员问题,很有趣。 可算出图中的哈米尔顿回路-graph algorithm, traveling salesman problem, very interesting. Map can be calculated totally dominated the circuit
pointtopointDijkstraAlgrithms
- 具有图形化界面的一个路由模拟程序。路由算法为Dijkstra算法。具有求出图中任意节点间所有最短路径以及最短路径子图的功能。这是一个点对点(S-T)Dijkstra算法的改进。用于求两点间的所有最短路径。-graphical interface with the simulation of a routing procedures. Routing algorithm Dijkstra algorithm. With map obtained arbitrary nodes all the sh
hamilton9901
- 给定一个n个结点的连通图,用回溯法求出图中含有的所有哈密尔顿环。包含实验报告。 -given a n nodes in a graph, with retrospective method, the map contains all the Hamilton Central. The report contains experiments.
matlabxiti1
- matlab要求编写函数,并画出图的matlab习题,供大家参考-prepared Matlab functions, and draws a plan of Matlab Exercise, for your reference! !
matlabxiti2
- matlab要求编写函数,并画出图的matlab习题,供大家参考-prepared Matlab functions, and draws a plan of Matlab Exercise, for your reference! !
matlabxiti3
- matlab要求编写函数,并画出图的matlab习题,供大家参考-prepared Matlab functions, and draws a plan of Matlab Exercise, for your reference! !
matlabxiti4
- matlab要求编写函数,并画出图的matlab习题,供大家参考-prepared Matlab functions, and draws a plan of Matlab Exercise, for your reference! !
matlabxiti5
- matlab要求编写函数,并画出图的matlab习题,供大家参考-prepared Matlab functions, and draws a plan of Matlab Exercise, for your reference! !
matlabxiti6
- matlab要求编写函数,并画出图的matlab习题,供大家参考-prepared Matlab functions, and draws a plan of Matlab Exercise, for your reference! !
euler.cpp
- 有时仅对赋权有向图上从任意一个顶点到另外任意一个顶点之间有没有路感兴趣。试修改Floyd算法,计算出图的道路矩阵P,使得从顶点i到顶点j有路时P[i,j]= 1,否则P[i,j]= 0。-sometimes only to empower a map from any one vertex to another arbitrary point between a road not interested. Try to amend Floyd algorithm calculated the ro
qingyuanzi2
- 氢原子3s轨道的蒙特卡罗模拟,其开发利用了c语言,运行时候将画出图,是个不错的代码!-hydrogen atom 3s orbit Monte Carlo simulation, development and utilization of the c language, running time draws a plan, is a good code!
lmsxx
- 毕业设计时做的算法,直接运行就可出图,比较的话可以该参数。-do graduate design algorithm can be run directly from the map, so can compare the parameters.
Mindistance
- 对于无向图或有向图,程序可以计算出图中每两个顶点之间的最短路径,并列出Floyd算法的具体实现
有向图
- 创建N个顶点的有向图,求每个顶点的入度、出度和度。(Create a graph of N vertices,and find the degree of entry,degree,and degree of each vertex.)
第05章 图与网络
- 图论起源于 18 世纪。第一篇图论论文是瑞士数学家欧拉于 1736 年发表的“哥尼 斯堡的七座桥”。 1847 年,克希霍夫为了给出电网络方程而引进了“树”的概念。 1857 年,凯莱在计数烷CnH 2n+2 的同分异构物时,也发现了“树”。哈密尔顿于 1859 年提 出“周游世界”游戏,用图论的术语,就是如何找出一个连通图中的生成圈、近几十年 来,由于计算机技术和科学的飞速发展,大大地促进了图论研究和应用,图论的理论和 方法已经渗透到物理、化学、通讯科学、建筑学、运筹学,生物遗传学、
scatterplot
- 画散点图,显示RMSE,预期误差等要素。带有出图效果示例图。(Draw a scatterplot, which displays RMSE and expected error line and so on)
有向图邻接表的建立,深度广度搜索及拓扑排序
- 拓扑排序 对一个有向无环图(Directed Acyclic Graph简称DAG)G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任意一对顶点u和v,若边(u,v)∈E(G),则u在线性序列中出现在v之前。通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序(Topological sort A topological sort for a Directed
图论
- 图论问题 图的建立 图由顶点的集合和顶点间关系的集合组成。 图有无向图和有向图之分。 图的边上加上权值后为带权图。 度是与顶点相连的边的数目,有向图分入度和出度。 连通图指图中任意两个顶点都是连通的。6无向图和有向图(The problem of graph theory)
MATLAB画路径图测试数据
- 给定地点的位置以及各个地点之间的连接关系,根据关系画出路线图(Supposing the location and the relation of each point is certain, we can draw the route map of it.)
天线波束方向图
- 考虑一长度为D,宽度为L的理想均匀面阵天线,并用Matlab画出其二维波束方向图。(Consider an ideal uniform planar array antenna with length D and width L, and draw its two-dimensional beam pattern with MATLAB.)