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 negative edges. Given such a graph as input, you are to output the shortest path between any two given vertices. Input is the adjacency matrix and the two vertices. You must output the path.
资源简介: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
上传用户:邶刖
资源简介:This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run. it run the encoder and add white noise in the c...
上传时间: 2015-08-06
上传用户:
资源简介:This resource is designed as a text for educational programs in advanced programming and as a reference for professionals implementing Web- and Internet-based applications.
上传时间: 2014-01-13
上传用户:181992417
资源简介:As the source code name, this code is writing in Verilog and also inside the folder there is a c code to see the simulation results from verilog.
上传时间: 2013-12-27
上传用户:wangdean1101
资源简介:this code is such as a test code of interfacing microcontroller with MMC card
上传时间: 2013-12-16
上传用户:xlcky
资源简介:项目描述: Fluid is a server daemon for streaming media. The latest release is built as an API for building any kind of media streamer. Following with the server is a plugin for streaming MP3 files, even those with variable bitrate. Multic...
上传时间: 2015-04-17
上传用户:onewq
资源简介:This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the nu...
上传时间: 2013-12-23
上传用户:liansi
资源简介:This book is intended as a thorough introduction to both PCI and PCI-X. Is as a “companion” to the specifications. If you’re designing boards or systems using offthe-shelf PCI interface silicon, this book together with the silicon vendor...
上传时间: 2014-08-18
上传用户:hoperingcong
资源简介:A model of the local file system, implemented as a concrete subclass of AbstractTreeTableModel. This class implements the TreeTableModel interface.
上传时间: 2015-05-04
上传用户:彭玖华
资源简介:Using the ADSP-BF561 Blackfin Processor as a TFT-LCD Controller
上传时间: 2013-11-29
上传用户:奇奇奔奔
资源简介:This program displays all SMBIOS/DMI information within the BIOS. The information is organized as a series of Structures each of which is a certain Type. For more details, see a copy of the SMBIOS specification "System Management BIOS Re...
上传时间: 2014-08-11
上传用户:wweqas
资源简介:The equation is written as a system of two first order ODEs. These are evaluated for different values of the parameter Mu. For faster integration, we choose an appropriate solver based on the value of the parameter Mu.
上传时间: 2013-12-25
上传用户:qazxsw
资源简介:Low Level Measurements is intended as a practical guide to making precision measurements of low level DC signals. Keithley公司出的低电压测量手册。
上传时间: 2014-11-08
上传用户:hfmm633
资源简介:Program that implements echo watermarking. The basic idea is to embed a watermark by adding an echo to the original sample.
上传时间: 2017-07-16
上传用户:cc1015285075
资源简介:Bistatic radar is defined as a radar that uses antennas at different locations for transmission and reception
上传时间: 2014-01-27
上传用户:wyc199288
资源简介:GPS Track connects to a GPS and records the path that you travel. Tracks can be uploaded to a web site, sent by email, transferred via Bluetooth, or written to a flash memory card.
上传时间: 2017-09-11
上传用户:banyou
资源简介:FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is written to a new file along with the decryption stub and key. When the output file is executed it decrypts and execu...
上传时间: 2013-12-08
上传用户:爺的气质
资源简介:The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin a...
上传时间: 2013-11-27
上传用户:Late_Li
资源简介:This project shows the basics of how to connect to and communicate with a USB device from User Space. It is written as a standard Unix tool.
上传时间: 2013-12-18
上传用户:star_in_rain
资源简介:This a large book, and your class will probably cover only a portion of its material. We have tried, however, to make this a book that will be useful to you now as a course textbook and also later in your career as a mathematical desk ref...
上传时间: 2016-01-14
上传用户:wendy15
资源简介:The Fuzzy Clustering and Data Analysis Toolbox is a collection of Matlab functions. Its propose is to divide a given data set into subsets (called clusters), hard and fuzzy partitioning mean, that these transitions between the subsets ar...
上传时间: 2016-03-19
上传用户:1427796291
资源简介:if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post will work, it is known as a set or sette...
上传时间: 2013-12-22
上传用户:xaijhqx
资源简介:对于传统的跑步机无法联机组网,保存历史数据,实时调试等问题,介绍了一个由多台跑步机通过RS-232串行总线与上位机相连组成的跑步机联网系统。系统采用W77E58作为下位机核心控制器件,它具有双串行通讯端口,其中一个串口用于与变频器通讯,另一个串口则与上...
上传时间: 2014-12-27
上传用户:哇哇哇哇哇
资源简介:Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The me...
上传时间: 2015-06-23
上传用户:372825274
资源简介:The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) There are a few modifications and addition...
上传时间: 2013-12-20
上传用户:yan2267246
资源简介:RFID is an area of automatic identifi cation that is gaining momentum and is considered by some to emerge as one of the most pervasive computing technologies in history. In its simplest form, RFID is a similar concept to bar coding....
上传时间: 2017-03-19
上传用户:woshini123456
资源简介:TPMath is a library of scientific programs written in Pascal. Available in several versions according to the compiler, it is proposed as an alternative to the famous Numerical Recipes, for which the Pascal version is no longer developed, or...
上传时间: 2015-03-06
上传用户:y_flin
资源简介:Visual tracking is one of the key components for robots to accomplish a given task in a dynamic environment, especially when independently moving objects are included. This paper proposes an extension of Adaptive Visual Servoing (hereaf...
上传时间: 2013-12-11
上传用户:lizhen9880
资源简介:Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be...
上传时间: 2017-07-30
上传用户:小宝爱考拉
资源简介:An automata implemented in C++ for searching a string of "abab" in a given string.
上传时间: 2013-12-26
上传用户:小儒尼尼奥