亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Light-Weight

  • This demonstration shows how a ZigBee coordinator can be set up. This demo allows the Demonstratio

    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

    標簽: This demonstration Demonstratio coordinator

    上傳時間: 2014-01-18

    上傳用戶:dianxin61

  • Swarm intelligence algorithms are based on natural behaviors. Particle swarm optimization (PSO) is

    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.

    標簽: intelligence optimization algorithms behaviors

    上傳時間: 2014-01-08

    上傳用戶:lgnf

  • 構造哈夫曼樹 哈弗曼樹中沒有度為一的節點

    構造哈夫曼樹 哈弗曼樹中沒有度為一的節點,是標準的二叉樹,所以有n個葉子結點時,需要一個長度為2n-1的一維數組存儲哈弗曼樹的結點。 (1)、n個葉子節點只有weight權值,處理非葉子節點,從ht[i](ht[1]~ht[n-1])中找到ht[i].weight最小的兩個節點ht[s1]和ht[s2],這就是Select(int n,int &s1,int & s2,HTNode *ht)函數完成的功能。 (2)、調用select函數,并將ht[s1]和ht[s2]作為ht[l]的左右子樹,即ht[s1]和ht[s2]雙親節點為ht[l],新的根節點的權值為其左右子樹權值之和, ht[l].weight=ht[s1].weight+ht[s2].weight

    標簽: 節點

    上傳時間: 2016-06-13

    上傳用戶:ztj182002

  • 用AVR單片機設計的MP3播放器 功能: MP3 Player IDE ATA interface FAT 32 with long file name support USB

    用AVR單片機設計的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)

    標簽: MP3 interface support Player

    上傳時間: 2016-07-02

    上傳用戶:fandeshun

  • This discussion will attempt to outline some truths and common misconceptions about digital audio wa

    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.

    標簽: misconceptions discussion attempt digital

    上傳時間: 2016-07-18

    上傳用戶:520

  • 學上的基本神經元

    學上的基本神經元,人工的神經網絡也有基本的神經元。每個神經元有特定數量的輸入,也會為每個神經元設定權重(weight)。權重是對所輸入的資料的重要性的一個指標。然后,神經元會計算出權重合計值(net value),而權重合計值就是將所有輸入乘以它們的權重的合計。每個神經元都有它們各自的臨界值(threshold),而當權重合計值大于臨

    標簽:

    上傳時間: 2014-06-06

    上傳用戶:luke5347

  • 實現將lwIP協議移植于mcu 51單片機的測試程序

    實現將lwIP協議移植于mcu 51單片機的測試程序,lwip是light weigh tcpip 協議,用于單片機上網和遠程控制

    標簽: lwIP mcu 51單片機 協議

    上傳時間: 2014-11-23

    上傳用戶:黃華強

  • LTV350QV-F09 is a TMR(Transmissive with Micro Reflective) type color active matrix TFT (Thin Film T

    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.

    標簽: Transmissive Reflective active matrix

    上傳時間: 2013-12-11

    上傳用戶:大三三

  • 第三章 MATLAB 圖形對象 3.1 圖形對象 3.1.1 Root 對象 3.1.2 Figure 對象 3.1.3 Uicontrol 對象 3.1.4 Uimenu 對象

    第三章 MATLAB 圖形對象 3.1 圖形對象 3.1.1 Root 對象 3.1.2 Figure 對象 3.1.3 Uicontrol 對象 3.1.4 Uimenu 對象 3.1.5 Axes 對象 3.1.6 Image 對象 3.1.7 Line 對象 3.1.8 Patch 對象 3.1.9 Rectangle 對象 3.1.10 Surface 對象 3.1.11 Light 對象 3.1.12 Text 對象

    標簽: 對象 Uicontrol MATLAB Figure

    上傳時間: 2013-12-22

    上傳用戶:saharawalker

  • 編寫一個Java程序

    編寫一個Java程序,設計一個運輸工具類Transport,包含的成員屬性有:速度pace、載重量load;汽車類Vehicle是Transport的子類,其中包含的屬性有:車輪的個數wheels和車重weight;飛機Airplane類是Transport的子類其中包含的屬性有:機型enginertype和發動機數量enginers。每個類都有相關所有數據的輸出方法。

    標簽: Java 編寫 程序

    上傳時間: 2016-11-16

    上傳用戶:miaochun888

主站蜘蛛池模板: 拜城县| 随州市| 迭部县| 呼伦贝尔市| 图片| 乳山市| 安康市| 桦南县| 蒙城县| 旺苍县| 宁乡县| 南平市| 海晏县| 卓资县| 海伦市| 江山市| 营口市| 城口县| 芷江| 双鸭山市| 定陶县| 长垣县| 宁陵县| 合山市| 灌云县| 茌平县| 会泽县| 承德市| 库伦旗| 和林格尔县| 龙井市| 乌兰县| 临海市| 吴桥县| 准格尔旗| 龙山县| 武川县| 广宁县| 兴业县| 仁布县| 永登县|