搜索结果

找到约 115 项符合 GRAPH 的查询结果

其他 In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights o

In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen as the shortest path. Given this metric, you have find out ...
https://www.eeworm.com/dl/534/425106.html
下载: 121
查看: 1061

Java编程 Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the gr

Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the graph which data structure is vector Construct methods: * public GeneralGraph(): contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirecte ...
https://www.eeworm.com/dl/633/441581.html
下载: 119
查看: 1038

DSP编程 This program illustrates the effect of alising of frequency leading to signal distortion,the outpu

This program illustrates the effect of alising of frequency leading to signal distortion,the output graph illustrates frequency respose due to alliasing,easy for students learning DSP
https://www.eeworm.com/dl/516/446751.html
下载: 114
查看: 1052

matlab例程 Program to plot x(t) =1/2+∑_(n=1)^∞&#9618 (sinc&#8289 〖n/2〗 〖 cos 〗&#8289 〖2πnt/4〗 ) Include n-

Program to plot x(t) =1/2+∑_(n=1)^∞&#9618 (sinc&#8289 〖n/2〗 〖 cos 〗&#8289 〖2πnt/4〗 ) Include n-value (Number of Terms) in graph on plot. Show 2 graphs, original and simulated together.
https://www.eeworm.com/dl/665/464497.html
下载: 49
查看: 1146

通讯编程文档 Because WDM networks are circuit switched loss networks blocking may occur because of lack of resour

Because WDM networks are circuit switched loss networks blocking may occur because of lack of resources. Also in circuit switched networks many paths use the same links. This toolbox answers the question how different paths with different loads influence on each other and what is the blocking on eac ...
https://www.eeworm.com/dl/646/470696.html
下载: 142
查看: 1094

其他 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Grap

此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueu ...
https://www.eeworm.com/dl/534/475169.html
下载: 39
查看: 1042

数据结构 13、堆 MinHeap.h test.cpp 14、哈夫曼树 BinTreeNode.h BinaryTree.h MinHeap.h Huffman.h Test.

13、堆 MinHeap.h test.cpp 14、哈夫曼树 BinTreeNode.h BinaryTree.h MinHeap.h Huffman.h Test.cpp 15、树 164 QueueNode.h LinkQueue.h TreeNode.h Tree.h 170 test.cpp 16、B+树 BTreeNode.h BTree.h 192 test.cpp 17、图 217 MinHeap.h Edge.h 222 Vertex.h Graph.h 224 test.cpp 18、排序 Data.h ...
https://www.eeworm.com/dl/654/477927.html
下载: 164
查看: 1059

数据结构 The task in this assignment is to implement an airline routing system. Your system should be able t

The task in this assignment is to implement an airline routing system. Your system should be able to read in a ight network as a graph from a le, where airports are represented as vertices and ights between airports are represented as edges, take as input two airports and calculate the shortest ro ...
https://www.eeworm.com/dl/654/487198.html
下载: 183
查看: 1049

J2ME Description Scientific calculator. Allows to perform caclulation with high precicion and implemen

Description Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable ...
https://www.eeworm.com/dl/660/488721.html
下载: 106
查看: 1076

数据结构 在图形中若于个边(edge)上加上一些值

在图形中若于个边(edge)上加上一些值,此数值称为比重( weight ) 。而此图形称为比重图形(Weight Graph ) ,若weight是成本( cost )或距离( distance ) ,则称此图形为网路( Network )。根据Spanning Tree的定义,知一个图形可有许多不同spanning tree ,在network中找出一个具有最小成本( Cost )的Spanning tree ,则此Spa ...
https://www.eeworm.com/dl/654/493542.html
下载: 85
查看: 1085