Please unzip the file and make the file under linux with version 2.6 or above. The function is just like the utility traceroute in linux or tracert in windows.
上傳時間: 2014-01-13
上傳用戶:h886166
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar -xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets.
標簽: Rauch-Tung-Striebel algorithm smoother which
上傳時間: 2016-04-15
上傳用戶:zhenyushaw
第一章:Internetworking 第二章:Internet Protocols 第三章:IP Subnetting and Variable Length Subnet Masks(VLSM) 第四章:Introduction to the Cisco IOS 第五章:IP路由 第六章:Enhanced IGRP(EIGRP) and Open Shortest Path First(OSPF) 第七章:Layer 2 Switching 第八章:Virtual LANs(VLANs) 第九章:Managing a Cisco Interwork 第十章:Managing Traffic with Access Lists 第十一章:Wide Area Networking Protocols
標簽: Internetworking Subnetting Protocols Internet
上傳時間: 2014-01-05
上傳用戶:qiao8960
Integration的EZMac Lite,對于開發IA4420/4421很有用! Fixed packet length protocol MAC layer for simplifying EZRadio designs.
標簽: Integration EZMac Lite
上傳時間: 2014-01-27
上傳用戶:曹云鵬
Integration的EZMac Plus,對于開發IA4420/4421很有用! Variable packet length protocol with packet forwarding capability MAC layer for simplifying EZRadio designs
標簽: Integration EZMac Plus
上傳時間: 2016-05-12
上傳用戶:alan-ee
STL的測試代碼,包括對algorithm,memory,utility等函數庫的用例測試。涉及了這些庫的每一個程序。
上傳時間: 2014-01-12
上傳用戶:yangbo69
The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used together with the STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorithms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to get rid of any speed sensor thanks to the sensorless algorithm for rotor position reconstruction.
標簽: free-of-charge compatible KickStart modules
上傳時間: 2014-01-09
上傳用戶:498732662
This transport driver for BlueDrekar middleware is a reference implementation of the Bluetooth Host Controller Interface (HCI) UART transport layer. The source code is compiled and run in linux enviroment.
標簽: implementation BlueDrekar middleware Bluetooth
上傳時間: 2016-06-13
上傳用戶:www240697738
This a generic PCI express device driver that enable user to access the device without caring much of the PCI express protocol in user mode. An utility program was built to help user in developing the application based on the given skeleton.
標簽: device generic express without
上傳時間: 2013-12-22
上傳用戶:invtnewer
C++STL STL(Standard Template Library,標準模板庫)是惠普實驗室開發的一系列軟件的統稱。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普實驗室工作時所開發出來的。現在雖說它主要出現在C++中,但在被引入C++之前該技術就已經存在了很長的一段時間。 STL的代碼從廣義上講分為三類:algorithm(算法)、container(容器)和iterator(迭代器),幾乎所有的代碼都采用了模板類和模版函數的方式,這相比于傳統的由函數和類組成的庫來說提供了更好的代碼重用機會。在C++標準中,STL被組織為下面的13個頭文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下筆者就簡單介紹一下STL各個部分的主要特點。
標簽: STL Standard Template Library
上傳時間: 2016-06-20
上傳用戶:cylnpy