This demonstration shows how a ZigBee coordinator can be set up. This demo allows the Demonstration Board (PICDEM Z or Explorer 16) to act as either a "Switching Load Controller" (e.g. a light) or a "Switching Remote Control" (e.g. a switch) as defined by the Home Controls, Lighting profile. It is designed to interact with a second Demonstration board programmed with the Demo RFD project
標(biāo)簽: This demonstration Demonstratio coordinator
上傳時(shí)間: 2014-01-18
上傳用戶:dianxin61
Swarm intelligence algorithms are based on natural behaviors. Particle swarm optimization (PSO) is a stochastic search and optimization tool. Changes in the PSO parameters, namely the inertia weight and the cognitive and social acceleration constants, affect the performance of the search process. This paper presents a novel method to dynamically change the values of these parameters during the search. Adaptive critic design (ACD) has been applied for dynamically changing the values of the PSO parameters.
標(biāo)簽: intelligence optimization algorithms behaviors
上傳時(shí)間: 2014-01-08
上傳用戶:lgnf
構(gòu)造哈夫曼樹(shù) 哈弗曼樹(shù)中沒(méi)有度為一的節(jié)點(diǎn),是標(biāo)準(zhǔn)的二叉樹(shù),所以有n個(gè)葉子結(jié)點(diǎn)時(shí),需要一個(gè)長(zhǎng)度為2n-1的一維數(shù)組存儲(chǔ)哈弗曼樹(shù)的結(jié)點(diǎn)。 (1)、n個(gè)葉子節(jié)點(diǎn)只有weight權(quán)值,處理非葉子節(jié)點(diǎn),從ht[i](ht[1]~ht[n-1])中找到ht[i].weight最小的兩個(gè)節(jié)點(diǎn)ht[s1]和ht[s2],這就是Select(int n,int &s1,int & s2,HTNode *ht)函數(shù)完成的功能。 (2)、調(diào)用select函數(shù),并將ht[s1]和ht[s2]作為ht[l]的左右子樹(shù),即ht[s1]和ht[s2]雙親節(jié)點(diǎn)為ht[l],新的根節(jié)點(diǎn)的權(quán)值為其左右子樹(shù)權(quán)值之和, ht[l].weight=ht[s1].weight+ht[s2].weight
標(biāo)簽: 樹(shù) 節(jié)點(diǎn)
上傳時(shí)間: 2016-06-13
上傳用戶:ztj182002
用AVR單片機(jī)設(shè)計(jì)的MP3播放器 功能: MP3 Player IDE ATA interface FAT 32 with long file name support USB interface On board power supply (input from 7v to 20v DC) Bootloader firmware upgradeable via USB port Infrared bi-directional interface Remote Control Back light graphic LCD worked with only 2x AA batteries In sleep mode sink less than 1uA (2.5mA in active mode) 5 buttons for easy navigation Long range (more than 20 feets)
標(biāo)簽: MP3 interface support Player
上傳時(shí)間: 2016-07-02
上傳用戶:fandeshun
This discussion will attempt to outline some truths and common misconceptions about digital audio watermarking. It will survey the intrinsic obstacles that such technology is required to overcome, shedding light on its performance criteria, compromises and limitations. While doing so, it will also survey a few common types of applications, hopefully leading to a clear understanding as to the appropriateness of such technology and its expertise within multimedia content protection.
標(biāo)簽: misconceptions discussion attempt digital
上傳時(shí)間: 2016-07-18
上傳用戶:520
學(xué)上的基本神經(jīng)元,人工的神經(jīng)網(wǎng)絡(luò)也有基本的神經(jīng)元。每個(gè)神經(jīng)元有特定數(shù)量的輸入,也會(huì)為每個(gè)神經(jīng)元設(shè)定權(quán)重(weight)。權(quán)重是對(duì)所輸入的資料的重要性的一個(gè)指標(biāo)。然后,神經(jīng)元會(huì)計(jì)算出權(quán)重合計(jì)值(net value),而權(quán)重合計(jì)值就是將所有輸入乘以它們的權(quán)重的合計(jì)。每個(gè)神經(jīng)元都有它們各自的臨界值(threshold),而當(dāng)權(quán)重合計(jì)值大于臨
標(biāo)簽:
上傳時(shí)間: 2014-06-06
上傳用戶:luke5347
實(shí)現(xiàn)將lwIP協(xié)議移植于mcu 51單片機(jī)的測(cè)試程序,lwip是light weigh tcpip 協(xié)議,用于單片機(jī)上網(wǎng)和遠(yuǎn)程控制
標(biāo)簽: lwIP mcu 51單片機(jī) 協(xié)議
上傳時(shí)間: 2014-11-23
上傳用戶:黃華強(qiáng)
LTV350QV-F09 is a TMR(Transmissive with Micro Reflective) type color active matrix TFT (Thin Film Transistor) liquid crystal display (LCD) that uses amorphous silicon TFT as a switching devices. This model is composed of a TFT-LCD module, a driver circuit and a back-light unit and a touch screen panel(TSP). The resolution of a 3.5" contains 320RGBx240 dots and can display up to 16.7M colors.
標(biāo)簽: Transmissive Reflective active matrix
上傳時(shí)間: 2013-12-11
上傳用戶:大三三
第三章 MATLAB 圖形對(duì)象 3.1 圖形對(duì)象 3.1.1 Root 對(duì)象 3.1.2 Figure 對(duì)象 3.1.3 Uicontrol 對(duì)象 3.1.4 Uimenu 對(duì)象 3.1.5 Axes 對(duì)象 3.1.6 Image 對(duì)象 3.1.7 Line 對(duì)象 3.1.8 Patch 對(duì)象 3.1.9 Rectangle 對(duì)象 3.1.10 Surface 對(duì)象 3.1.11 Light 對(duì)象 3.1.12 Text 對(duì)象
標(biāo)簽: 對(duì)象 Uicontrol MATLAB Figure
上傳時(shí)間: 2013-12-22
上傳用戶:saharawalker
編寫一個(gè)Java程序,設(shè)計(jì)一個(gè)運(yùn)輸工具類Transport,包含的成員屬性有:速度pace、載重量load;汽車類Vehicle是Transport的子類,其中包含的屬性有:車輪的個(gè)數(shù)wheels和車重weight;飛機(jī)Airplane類是Transport的子類其中包含的屬性有:機(jī)型enginertype和發(fā)動(dòng)機(jī)數(shù)量enginers。每個(gè)類都有相關(guān)所有數(shù)據(jù)的輸出方法。
上傳時(shí)間: 2016-11-16
上傳用戶:miaochun888
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1