Protothreads are extremely lightweight stackless threads designed for severely memory constrained systems such as small embedded systems or sensor network nodes.
標(biāo)簽: Protothreads constrained lightweight extremely
上傳時(shí)間: 2014-01-13
上傳用戶:weixiao99
An AHB system is made of masters slaves and interconnections. A general approach to include all possible "muxed" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a master, every destination node is a slave and every internal node is an arbiter there must be one and only one arc exiting a master and one or more entering a slave (single slave verus multi-slave or arbitrated slave) an arbiter can have as many input and output connections as needed. A bridge is a special node that collapses one or more slave nodes and a master node in a new "complex" node.
標(biāo)簽: interconnections approach general include
上傳時(shí)間: 2015-12-12
上傳用戶:lyy1234
RAR Registration and Support sites ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~ The latest version of RAR and support conferences are available at the sites and BBS s listed below. Most of them are FIDONET-nodes, so you can request the latest version of RAR, via file request, using the magic name of RAR . NOTE: This list is distributed with the current version of RAR and may not be up-to-date. For the latest RAR_SITE list please visit our website at http://www.rarlab.com There you will also find the latest versions of RAR for all platforms as well as FAR, the greatest file manager in the world. North American Continent: USA
標(biāo)簽: Registration and Support
上傳時(shí)間: 2016-02-14
上傳用戶:cooran
ML DOM (文檔對(duì)象模型)對(duì)象提供了一個(gè)標(biāo)準(zhǔn)的方法來(lái)操作存儲(chǔ)在XML文檔中的信息,這就是DOM應(yīng)用編程接口(API)函數(shù)。它是應(yīng)用程序和XML文檔之間的橋梁。DOM包含兩個(gè)關(guān)鍵的抽象概念:一個(gè)是樹(shù)狀的層次結(jié)構(gòu),另一個(gè)是用來(lái)表示文檔內(nèi)容和結(jié)構(gòu)的節(jié)點(diǎn)集合。樹(shù)狀層次包括了所有節(jié)點(diǎn),節(jié)點(diǎn)本身也可以包含其他的節(jié)點(diǎn)。這樣的好處是可以通過(guò)這個(gè)層次結(jié)構(gòu)來(lái)找到并修改某一特定節(jié)點(diǎn)的信息。 微軟的MSXML解析器讀取一個(gè)XML文檔,然后把它的內(nèi)容解析到一個(gè)抽象的信息容器中,該信息容器被稱為節(jié)點(diǎn)(nodes)。這些節(jié)點(diǎn)代表文檔的結(jié)構(gòu)和內(nèi)容,并允許應(yīng)用程序來(lái)操作文檔中的信息而不需要知道XML的語(yǔ)義。一個(gè)文檔被解析后,它的節(jié)點(diǎn)能夠在任何時(shí)候被瀏覽而不需要保持一定的順序。 對(duì)開(kāi)發(fā)人員來(lái)說(shuō),最重要的編程對(duì)象是DOMDocument。 DOMDocument對(duì)象通過(guò)暴露的屬性和方法來(lái)允許瀏覽、查詢和修改XML文檔的內(nèi)容和結(jié)構(gòu)。 本文主要介紹DOM的結(jié)構(gòu)和應(yīng)用,同時(shí)用VC編程語(yǔ)言給出了通過(guò)MSXML進(jìn)行XML解析的實(shí)例。
上傳時(shí)間: 2016-03-25
上傳用戶:R50974
Programs in the irregular grid design package described in this manual are used to carry out five main functions: verification and adjustment of coastline and bathymetric data preparation of an irregular triangular depth grid covering the domain to be modelled production of a preliminary irregular triangular model grid with nodes suitably positioned for accurate and efficient numerical modelling interactive checking and editing, including trimming and joining, of model grid display and plotting of model output.
標(biāo)簽: described irregular Programs package
上傳時(shí)間: 2016-04-09
上傳用戶:fnhhs
北京大學(xué)ACM比賽題目 Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the maximum number by going down the right node. Now you are given some queries as "What are the minimum and maximum numbers in the subtree whose root node is X?" Please try to find answers for there queries.
標(biāo)簽: the Consider infinite numbers
上傳時(shí)間: 2013-12-16
上傳用戶:日光微瀾
SimpliciTI™ -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low duty cycle and have a limited number of nodes talking directly to each other or through an access point or range extenders. Access point and range extenders are not required but provide extra functionality such as store and forward messages. With SimpliciTI the MCU resource requirements are minimal which results in the low system cost.
標(biāo)簽: SimpliciTI low-power network simple
上傳時(shí)間: 2014-11-05
上傳用戶:rishian
SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low duty cycle and have a limited number of nodes talking directly to each other or through an access point or range extenders. Access point and range extenders are not required but provide extra functionality such as store and forward messages. With SimpliciTI the MCU resource requirements are minimal which results in the low system cost.
標(biāo)簽: SimpliciTI low-power protocol network
上傳時(shí)間: 2016-05-21
上傳用戶:R50974
看n2實(shí)例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
標(biāo)簽: simulator Simulator different Create
上傳時(shí)間: 2016-07-02
上傳用戶:wfl_yy
* acousticfeatures.m: Matlab script to generate training and testing files from event timeseries. * afm_mlpatterngen.m: Matlab script to extract feature information from acoustic event timeseries. * extractevents.m: Matlab script to extract event timeseries using the complete run timeseries and the ground truth/label information. * extractfeatures.m: Matlab script to extract feature information from all acoustic and seismic event timeseries for a given run and set of nodes. * sfm_mlpatterngen.m: Matlab script to extract feature information from esmic event timeseries. * ml_train1.m: Matlab script implementation of the Maximum Likelihood Training Module. ?ml_test1.m: Matlab script implementation of the Maximum Likelihood Testing Module. ?knn.m: Matlab script implementation of the k-Nearest Neighbor Classifier Module.
標(biāo)簽: acousticfeatures timeseries generate training
上傳時(shí)間: 2013-12-26
上傳用戶:牛布牛
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1