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