Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in V, find the shortest path from s to every other vertex
資源簡介:Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in V, find the shortest path from s to every other vertex
上傳時間: 2014-01-10
上傳用戶:xuan‘nian
資源簡介:A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client symbian at mobile system.
上傳時間: 2015-12-13
上傳用戶:ve3344
資源簡介:There is a DES crypto programm. Only for lab. To make some mesurements. And some Heming scheme s in a EWB (Electronic work Bench)
上傳時間: 2017-08-08
上傳用戶:13188549192
資源簡介:ITU-T G.723.1 Speech Coder: Matlab implementation This package implements the speech coder and decoder. Full documentation is in the PDF file included with the package. The test folder has test programs for the coder and decoder (for W...
上傳時間: 2013-12-05
上傳用戶:qq521
資源簡介:Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negati...
上傳時間: 2017-04-08
上傳用戶:邶刖
資源簡介:圖的遍歷:圖是由頂點集合(vertex)及頂點間的關系集合組成的一種數據結構:Graph=( V, E ).使用拓撲排序的算法.
上傳時間: 2015-03-26
上傳用戶:wangdean1101
資源簡介:DAGON Approach Object of this exercise: Given a subject graph and a set of pattern graph in canonical representation (2-input NAND and INV), implement the second step of DAGON approach. (Both the subject graph and the pattern graphs are...
上傳時間: 2014-01-19
上傳用戶:stampede
資源簡介:給定一個帶權有向圖 G=(V,E) ,其中每條邊的權是一個非負實數。 另外,還給定 V 中的一個項點,稱為源。 現在我們要計算從源到所有其他各項點的最短路徑長度。 這里的長度是指路上各邊權之和。 這個問題通常稱為單源最短路徑問題。
上傳時間: 2014-08-29
上傳用戶:dreamboy36
資源簡介:圖論算法及其MATLAB 程序代碼求賦權圖G = ( V , E , F ) 中任意兩點間
上傳時間: 2013-12-11
上傳用戶:ommshaggar
資源簡介:用匯編語言來使鍵盤成為一個演奏音樂的電子琴。高音依次1,2,3,4,5,6,7 。中音依次為q,w,e,r,t,y,u 。低音依次為a,s,d,f,g,h,j
上傳時間: 2013-12-17
上傳用戶:wangdean1101
資源簡介:單源最短路徑問題:給定帶權有向圖G=(V,E)。給定V中的一個頂點v,稱為源。要計算從源到所有其它各頂點的最短路徑長度。
上傳時間: 2014-12-02
上傳用戶:kbnswdifs
資源簡介:電子琴 高音依次為1,2,3,4,5,6,7 中音依次為q,w,e,r,t,y,u 低音依次為a,s,d,f,g,h,j
上傳時間: 2017-01-14
上傳用戶:fnhhs
資源簡介:c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a prog...
上傳時間: 2013-12-18
上傳用戶:jkhjkh1982
資源簡介:Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undirected graph, which is indicated at the time of reading the input (0 for directed graph and 1 for undirected graphs). The input is given as an...
上傳時間: 2013-12-23
上傳用戶:cursor
資源簡介:賦權有向圖中心問題 問題描述: 設G=(V,E)是一個賦權有向圖,v是G的一個頂點, v的偏心距定義為: Max {w∈ V,從w到v的最短路徑長度} G中偏心距最小的頂點稱為G的中心。試利用Floyd 算法設計一個求賦權有向圖中心的算法。
上傳時間: 2017-08-17
上傳用戶:klin3139
資源簡介:Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the...
上傳時間: 2013-12-26
上傳用戶:com1com2
資源簡介:上下文無關文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一組有限的產生式規則集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素稱為非終結符,T的元素稱為終結符,S是一個特殊的非終結符,稱為文法開...
上傳時間: 2013-12-10
上傳用戶:gaojiao1999
資源簡介:Make a graph from database record and either send it to a printer directly selecting many print options or copy it in any file on disc. This project also gives you print preview option for A4 size paper and you can set your graph anywhe...
上傳時間: 2016-02-06
上傳用戶:s363994250
資源簡介:This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
上傳時間: 2015-04-12
上傳用戶:klin3139
資源簡介:A wrapper class that implements the TableModel interface, given both TreeTableModel and a JTree.
上傳時間: 2013-12-23
上傳用戶:Miyuki
資源簡介:This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
上傳時間: 2015-06-03
上傳用戶:2467478207
資源簡介:VB code for plot a graph
上傳時間: 2014-01-06
上傳用戶:hakim
資源簡介:Reducer: Given a dataset and a file containing a reduct, this program outputs a new dataset containing only the attributes appearing in the reduct file.
上傳時間: 2014-01-25
上傳用戶:牛津鞋
資源簡介:Find a classification error for a given decision surface D and a given set of patterns and targets
上傳時間: 2013-12-18
上傳用戶:xinzhch
資源簡介:Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first...
上傳時間: 2014-01-01
上傳用戶:lhc9102
資源簡介: 以 AT89S52為核心 ,通過 A/D、D/A轉換和 V/ I轉換及獨特的算法實現高精度的電流控制 ,電流輸出范圍為 20~ 2000mA的數控直流電流源。該電流源具有電流可預置 , lmA步進 ,同時顯示給定值和實測值等功能。
上傳時間: 2015-10-14
上傳用戶:wangzhen1990
資源簡介:/* This a simple genetic algorithm implementation where the */ /* evaluation function takes positive values only and the */ /* fitness of an individual is the same as the value of the */ /* objective function
上傳時間: 2016-01-18
上傳用戶:wkchong
資源簡介:The download includes the kernel source code, and a demo application for EVERY RTOS port. See http://www.freertos.org/a00017.html for full details of the directory structure and information on locating the files you require. The easie...
上傳時間: 2016-08-24
上傳用戶:zhyiroy
資源簡介:IEEE802.11 a/b/g 客戶端應用程序源代碼
上傳時間: 2016-10-27
上傳用戶:skfreeman
資源簡介:This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
上傳時間: 2016-11-24
上傳用戶:kelimu