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

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

tarGET

目標板是一個術語,用來指有DSP芯片的DSP系統(tǒng)或印刷電路板,你的算法在目標板上運行,JTAG仿真器與目標板相連。
  • tarGET="_blank" href="http://www.546674.com/dl/522288.html" class="l">Ecodesign+Preparatory+Study

    Since the 1990s the EU has been pursuing climate change mitigation tarGETs. Following the international commitment to the legally binding greenhouse gas reduction under the Kyoto Protocol, the 2020 policy package consists of a set of binding legislation to ensure that the EU meets its climate and energy tarGETs for the year 2020. The package sets three key tarGETs: 20% reduction in greenhouse gas emissions (from 1990 levels), 20% of EU energy from renewables (as well as a 10% tarGET for renewable fuels) and 20% improvement in energy efficiency. The tarGETs were set by EU leaders in 2007 and enacted in legislation in 2009 3 . They are also headline tarGETs of the Europe 2020 strategy for smart, sustainable and inclusive growth.

    標簽: Preparatory Ecodesign Study

    上傳時間: 2020-06-06

    上傳用戶:shancjb

  • tarGET="_blank" href="http://www.546674.com/dl/522382.html" class="l">Digital+Signal+Processing+for+RFID

    Identification is pervasive nowadays in daily life due to many complicated activities such as bank and library card reading, asset tracking, toll collecting, restricted access to sensitive data and procedures and tarGET identification. This kind of task can be realized by passwords, bio- metric data such as fingerprints, barcode, optical character recognition, smart cards and radar. Radiofrequencyidentification(RFID)isatechniquetoidentifyobjectsbyusingradiosystems. It is a contactless, usually short distance, wireless data transmission and reception technique for identification of objects. An RFID system consists of two components: the tag (also called transponder) and the reader (also called interrogator).

    標簽: Processing Digital Signal RFID for

    上傳時間: 2020-06-08

    上傳用戶:shancjb

  • tarGET="_blank" href="http://www.546674.com/dl/522388.html" class="l">RFID AND SENSOR NETWORKS Architectures

    Radio frequency identification (RFID) technology is witnessing a recent explosion of development in both industry and academia. A number of applications include supply chain management, electronic payments, RFID passports, environmental monitoring and control, office access control, intelligent labels, tarGET detection and tracking, port management, food production control, animal identification, and so on. RFID is also an indispensable foundation to realize the pervasive computing paradigm—“Internet of things.” It is strongly believed that many more scenarios will be identified when the principles of RFID are thoroughly understood, cheap components available, and when RFID security is guaranteed.

    標簽: Architectures NETWORKS SENSOR RFID AND

    上傳時間: 2020-06-08

    上傳用戶:shancjb

  • tarGET="_blank" href="http://www.546674.com/dl/523218.html" class="l">百度網(wǎng)盤rar

    百度網(wǎng)盤RAR 網(wǎng)盤,又稱網(wǎng)絡U盤、網(wǎng)絡硬盤,是由互聯(lián)網(wǎng)公司推出的在線存儲服務。服務器機房為用戶劃分一定的磁盤空間,為用戶免費或收費提供文件的存儲、訪問、備份、共享等文件管理等功能,并且擁有高級的世界各地的容災備份。用戶可以把網(wǎng)盤看成一個放在網(wǎng)絡上的硬盤或U盤,不管你是在家中、單位或其它任何地方,只要你連接到因特網(wǎng),你就可以管理、編輯網(wǎng)盤里的文件。不需要隨身攜帶,更不怕丟失。

    標簽: rar 百度

    上傳時間: 2020-12-18

    上傳用戶:

  • tarGET="_blank" href="http://www.546674.com/dl/523268.html" class="l">芯片手冊88

    英文芯片手冊74系列 常用  各種門及邏輯芯片   標準數(shù)字電路 74 TTL 全系列數(shù)據(jù)手冊

    標簽: 芯片手冊88

    上傳時間: 2020-12-27

    上傳用戶:

  • tarGET="_blank" href="http://www.546674.com/dl/742638.html" class="l">stdafx.h

    --stdafx.h中沒有函數(shù)庫,只是定義了一些環(huán)境參數(shù),使得編譯出來的程序能在32位的操作系統(tǒng)環(huán)境下運行。 windows和mfc的include文件都非常大,即使有一個快速的處理程序,編譯程序也要花費相當長的時間來完成工作。由于每個.cpp文件都包含相同的include文件,為每個.cpp文件都重復處理這些文件就顯得很傻了。 為避免這種浪費,appwizard和visualc++編譯程序一起進行工作,如下所示: --appwizard建立了文件stdafx.h,該文件包含了所有當前工程文件需要的mfcinclude文件。且這一文件可以隨被選擇的選項而變化。 --appwizard然后就建立stdafx.cpp。這個文件通常都是一樣的。 --然后appwizard就建立起工程文件,這樣第一個被編譯的文件就是stdafx.cpp。 --當visualc++編譯stdafx.cpp文件時,它將結果保存在一個名為stdafx.pch的文件里。(擴展名pch表示預編譯頭文件。) --當visualc++編譯隨后的每個.cpp文件時,它閱讀并使用它剛生成的.pch文件。visualc++不再分析windowsinclude文件,除非你又編輯了stdafx.cpp或stdafx.h。 在這個過程中你必須遵守以下規(guī)則: --你編寫的任何.cpp文件都必須首先包含stdafx.h。 --如果你有工程文件里的大多數(shù).cpp文件需要.h文件,順便將它們加在stdafx.h(后部)上,然后預編譯stdafx.cpp。 --由于.pch文件具有大量的符號信息,它是你的工程文件里最大的文件。 如果你的磁盤空間有限,你就希望能將這個你從沒使用過的工程文件中的.pch文件刪除。執(zhí)行程序時并不需要它們,且隨著工程文件的重新建立,它們也自動地重新建立。

    標簽: stdafx

    上傳時間: 2021-05-19

    上傳用戶:1155

  • tarGET="_blank" href="http://www.546674.com/dl/742675.html" class="l">lm317

    LM317是應用最為廣泛的電源集成電路之一,它不僅具有固定式三端穩(wěn)壓電路的最簡單形式,又具備輸出電壓可調的特點。此外,還具有調壓范圍寬、穩(wěn)壓性能好、噪聲低、紋波抑制比高等優(yōu)點。lm317是可調節(jié)3端正電壓穩(wěn)壓器,在輸出電壓范圍1.2伏到37伏時能夠提供超過1.5安的電流,此穩(wěn)壓器非常易于使用。

    標簽: 317 lm

    上傳時間: 2021-06-25

    上傳用戶:xiangshuai

  • tarGET="_blank" href="http://www.546674.com/dl/742680.html" class="l">ULN2003

    ULN2003是高耐壓、大電流復合晶體管陣列,由七個硅NPN 復合晶體管組成,每一對達林頓都串聯(lián)一個2.7K 的基極電阻,在5V 的工作電壓下它能與TTL 和CMOS 電路直接相連,可以直接處理原先需要標準邏輯緩沖器來處理的數(shù)據(jù)。

    標簽: 2003 ULN

    上傳時間: 2021-06-26

    上傳用戶:xiangshuai

  • tarGET="_blank" href="http://www.546674.com/dl/742700.html" class="l">pc817

    PC817光電耦合器廣泛用在電腦終端機,可控硅系統(tǒng)設備,測量儀器,影印機,自動售票,家用電器,如風扇,加熱器等電路之間的信號傳輸,使之前端與負載完全隔離,目的在于增加安全性,減小電路干擾,簡化電路設計。

    標簽: 817 pc

    上傳時間: 2021-07-01

    上傳用戶:xiangshuai

  • tarGET="_blank" href="http://www.546674.com/dl/742776.html" class="l">PLL鎖相環(huán)

    PLL(Phase Locked Loop): 為鎖相回路或鎖相環(huán),用來統(tǒng)一整合時鐘信號,使高頻器件正常工作,如內存的存取資料等。PLL用于振蕩器中的反饋技術。 許多電子設備要正常工作,通常需要外部的輸入信號與內部的振蕩信號同步。一般的晶振由于工藝與成本原因,做不到很高的頻率,而在需要高頻應用時,由相應的器件VCO,實現(xiàn)轉成高頻,但并不穩(wěn)定,故利用鎖相環(huán)路就可以實現(xiàn)穩(wěn)定且高頻的時鐘信號。

    標簽: PLL 鎖相環(huán)

    上傳時間: 2021-07-23

    上傳用戶:紫陽帝尊

主站蜘蛛池模板: 方城县| 札达县| 修水县| 武冈市| 毕节市| 屏东县| 新晃| 左云县| 临高县| 芦山县| 大化| 城口县| 临沂市| 淄博市| 彩票| 墨脱县| 治多县| 兴仁县| 丰台区| 浑源县| 栾城县| 安图县| 滨海县| 西乌珠穆沁旗| 邢台市| 祁东县| 诸暨市| 东宁县| 昌黎县| 灌阳县| 赤水市| 额尔古纳市| 怀安县| 和田市| 涿鹿县| 密云县| 玉树县| 桓仁| 东至县| 漠河县| 兴义市|