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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

無(wú)線發(fā)射<b>芯片</b>

  • zigbee技術(shù)中協(xié)調(diào)器應(yīng)用協(xié)議

    zigbee技術(shù)中協(xié)調(diào)器應(yīng)用協(xié)議,適用于射頻芯片2420為節(jié)點(diǎn)的情況

    標(biāo)簽: zigbee 協(xié)調(diào)器 協(xié)議

    上傳時(shí)間: 2015-11-26

    上傳用戶:lepoke

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標(biāo)簽: represented integers group items

    上傳時(shí)間: 2016-01-17

    上傳用戶:jeffery

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標(biāo)簽: converts Toolbox complex logical

    上傳時(shí)間: 2016-02-12

    上傳用戶:a673761058

  • MF RC500的一個(gè)設(shè)計(jì)的源代碼

    MF RC500的一個(gè)設(shè)計(jì)的源代碼,對(duì)射頻芯片的控制。

    標(biāo)簽: 500 MF RC 源代碼

    上傳時(shí)間: 2016-05-04

    上傳用戶:playboys0

  • 本文描述了一種無(wú)線傳感器網(wǎng)絡(luò)節(jié)點(diǎn)的硬件平臺(tái)組成

    本文描述了一種無(wú)線傳感器網(wǎng)絡(luò)節(jié)點(diǎn)的硬件平臺(tái)組成,分別對(duì)負(fù)責(zé)無(wú)線收發(fā)功能實(shí)現(xiàn)的射頻芯片、負(fù)責(zé)數(shù)據(jù)采集的傳感器模塊、負(fù)責(zé)整體上工作的微處理器進(jìn)行了描述,對(duì)和CC2420與EM78815微處理器的硬件接口進(jìn)行了設(shè)計(jì);然后介紹了本無(wú)線傳感器網(wǎng)絡(luò)系統(tǒng)整體軟件體系結(jié)構(gòu)與設(shè)計(jì),主要包括軟件總體架構(gòu)、硬件驅(qū)動(dòng)層設(shè)計(jì)和操作系統(tǒng)層設(shè)計(jì)。

    標(biāo)簽: 無(wú)線傳感器 網(wǎng)絡(luò)節(jié)點(diǎn) 硬件平臺(tái)

    上傳時(shí)間: 2016-07-11

    上傳用戶:qq1604324866

  • 臺(tái)灣地區(qū)民眾使用網(wǎng)路之情形

    臺(tái)灣地區(qū)民眾使用網(wǎng)路之情形,與使用寬頻上網(wǎng) 、無(wú)線上網(wǎng) 、行動(dòng)上網(wǎng) 之使用狀況與行為、臺(tái)灣地區(qū)偏遠(yuǎn)及非偏遠(yuǎn)地區(qū)其網(wǎng)路使用行為之差異;另外,也針對(duì)臺(tái)灣地區(qū)家庭,了解其使用網(wǎng)路與寬頻之狀況與行為

    標(biāo)簽:

    上傳時(shí)間: 2016-08-17

    上傳用戶:songnanhua

  • 介紹了ARC4加密算法。以單片機(jī)為主控器

    介紹了ARC4加密算法。以單片機(jī)為主控器,控制NRF24L01射頻芯片,對(duì)加密數(shù)據(jù)進(jìn)行無(wú)線收發(fā)。maintutorial4remote.c用于實(shí)現(xiàn)具體功能。同樣提供了收、發(fā)的HEX文件以供實(shí)驗(yàn)。

    標(biāo)簽: ARC4 加密算法 主控 單片機(jī)

    上傳時(shí)間: 2013-12-26

    上傳用戶:zycidjl

  • 漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    標(biāo)簽: the animation Simulate movement

    上傳時(shí)間: 2017-02-11

    上傳用戶:waizhang

  • 將魔王的語(yǔ)言抽象為人類的語(yǔ)言:魔王語(yǔ)言由以下兩種規(guī)則由人的語(yǔ)言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 設(shè)大寫字母表示魔王的語(yǔ)言

    將魔王的語(yǔ)言抽象為人類的語(yǔ)言:魔王語(yǔ)言由以下兩種規(guī)則由人的語(yǔ)言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 設(shè)大寫字母表示魔王的語(yǔ)言,小寫字母表示人的語(yǔ)言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解釋為tsaedsaeezegexenehetsaedsae對(duì)應(yīng)的話是:“天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一只鵝地上一只鵝”。(t-天d-地s-上a-一只e-鵝z-追g-趕x-下n-蛋h-恨)

    標(biāo)簽: 語(yǔ)言 抽象 字母

    上傳時(shí)間: 2013-12-19

    上傳用戶:aix008

  • 本代碼為編碼開(kāi)關(guān)代碼

    本代碼為編碼開(kāi)關(guān)代碼,編碼開(kāi)關(guān)也就是數(shù)字音響中的 360度旋轉(zhuǎn)的數(shù)字音量以及顯示器上用的(單鍵飛梭開(kāi) 關(guān))等類似鼠標(biāo)滾輪的手動(dòng)計(jì)數(shù)輸入設(shè)備。 我使用的編碼開(kāi)關(guān)為5個(gè)引腳的,其中2個(gè)引腳為按下 轉(zhuǎn)輪開(kāi)關(guān)(也就相當(dāng)于鼠標(biāo)中鍵)。另外3個(gè)引腳用來(lái) 檢測(cè)旋轉(zhuǎn)方向以及旋轉(zhuǎn)步數(shù)的檢測(cè)端。引腳分別為a,b,c b接地a,c分別接到P2.0和P2.1口并分別接兩個(gè)10K上拉 電阻,并且a,c需要分別對(duì)地接一個(gè)104的電容,否則 因?yàn)榫幋a開(kāi)關(guān)的觸點(diǎn)抖動(dòng)會(huì)引起輕微誤動(dòng)作。本程序不 使用定時(shí)器,不占用中斷,不使用延時(shí)代碼,并對(duì)每個(gè) 細(xì)分步數(shù)進(jìn)行判斷,避免一切誤動(dòng)作,性能超級(jí)穩(wěn)定。 我使用的編碼器是APLS的EC11B可以參照附件的時(shí)序圖 編碼器控制流水燈最能說(shuō)明問(wèn)題,下面是以一段流水 燈來(lái)演示。

    標(biāo)簽: 代碼 編碼開(kāi)關(guān)

    上傳時(shí)間: 2017-07-03

    上傳用戶:gaojiao1999

主站蜘蛛池模板: 祁门县| 福州市| 青浦区| 陇南市| 依安县| 梅州市| 怀安县| 兴安盟| 上犹县| 庆阳市| 思南县| 犍为县| 古丈县| 英吉沙县| 洛浦县| 鸡东县| 高唐县| 东乌| 乐清市| 沂源县| 腾冲县| 漳平市| 济阳县| 韶山市| 云南省| 个旧市| 乐至县| 台南县| 谢通门县| 凤山市| 遂宁市| 寿光市| 临猗县| 平远县| 嘉义市| 永春县| 阳西县| 山东| 仙游县| 台山市| 交城县|