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

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

Limited-memory

  • SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed

    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.

    標簽: SimpliciTI low-power protocol network

    上傳時間: 2016-05-21

    上傳用戶:R50974

  • This application creates an USB Mass Storage drive on a host computer. The drive is created from the

    This application creates an USB Mass Storage drive on a host computer. The drive is created from the internal Flash or external SDRAM memory of the evaluation kit.

    標簽: drive application computer Storage

    上傳時間: 2014-01-18

    上傳用戶:xymbian

  • // This Communications Component is implemented using separate Read and Write // threads. Messages

    // This Communications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the Comm control which is // an invisible window. To handle data from the comm port, simply // attach a handler to OnReceiveData . There is no need to free the memory // buffer passed to this handler. If TAPI is used to open the comm port, some // changes to this component are needed ( StartComm currently opens the comm // port). The OnRequestHangup event is included to assist this. // // David Wann // Stamina Software // 28/02/96 // davidwann@hunterlink.net.au

    標簽: Communications implemented Component Messages

    上傳時間: 2016-05-30

    上傳用戶:zhangyigenius

  • WINDOWS調試工具很強大

    WINDOWS調試工具很強大,但是學習使用它們并不容易。特別對于驅動開發者使用的WinDbg和KD這兩個內核調試器(CDB和NTSD是用戶態調試器)。本教程的目標是給予一個已經有其他調試工具使用經驗的開發者足夠信息,使其能通過參考WINDOWS調試工具的幫助文件進行內核調試。本文將假定開發者熟悉一般WINDOWS操作系統和進程的建立過程。 本文的重點是集成內核模式和用戶態模式的圖形化調試器WinDbg。KD在腳本和自動化調試中更有用,并且在資深程序員中擁有一定地位,但是本教程將集中討論WinDbg,只會偶爾提到KD。 本文討論的是Windows NT 4.0,Windows 2000或以后的版本,而且目標電腦的處理器基于X86架構。對于64位平臺,將不會特別提及。 總之,本教程由簡單介紹調試器的安裝開始,大體分成2部分,基礎知識和選擇技術?;A知識包括基本調試命令和常用調試命令。選擇技術是其他命令和在很多情況下都有用的調查方法。后者并不是調查象deadlocks, memory corruption或者resource leaks的唯一方法。第一次閱讀本教程,你可能會跳過選擇技術。你可以停止閱讀本教程而轉向微軟調試器討論組,也可以通過調試器的反饋e-mai解決更多的問題。

    標簽: WINDOWS 調試工具

    上傳時間: 2016-06-05

    上傳用戶:1159797854

  • This file contains a selection of VHDL source files which serve to illustrate the diversity and powe

    This file contains a selection of VHDL source files which serve to illustrate the diversity and power of the language when used to describe various types of hardware. The examp terms of basic logic gates, to more complex systems, such as a behavioural model of a microprocessor and associated memory. All of the examples can be simulated using any synthesised using current synthesis tools.

    標簽: illustrate diversity selection contains

    上傳時間: 2016-06-06

    上傳用戶:yimoney

  • This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was rea

    This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was realized in a 0.5 µ m CMOS process and it shows a power advantage of a factor 4 compared to a recent synchronous implementation in the same technology. The chip is fully bit compatible with the synchronous implementation, and timing compatible for external memory access. The circuit is a compiled VLSI-program, using Tangram as VLSI-programming language and the Tangram tool set to compile the design automatically to a standard-cell netlist. This design approach proves to be powerful enough to describe the microcontroller and derive an efficient implementation. Further, it offers the designer the possibility to explore various alternatives in the design space.

    標簽: microcontroller implementation asynchronous low-power

    上傳時間: 2016-06-07

    上傳用戶:冇尾飛鉈

  • This program is used to measure the temperature sensor on an F330 device. It uses 1-point calibrati

    This program is used to measure the temperature sensor on an F330 device. It uses 1-point calibration and stores the offset value in FLASH memory. The program outputs temperature values in 100ths of a degree Celsius with UART.

    標簽: temperature calibrati program measure

    上傳時間: 2014-01-19

    上傳用戶:啊颯颯大師的

  • Precision Analog-to-Digital Converter (ADC) and Digital-to-Analog Converters (DACs) with 8051 Micr

    Precision Analog-to-Digital Converter (ADC) and Digital-to-Analog Converters (DACs) with 8051 Microcontroller and Flash Memory

    標簽: Analog-to-Digital Digital-to-Analog Converters Precision

    上傳時間: 2016-06-15

    上傳用戶:asasasas

  • C++STL STL(Standard Template Library

    C++STL STL(Standard Template Library,標準模板庫)是惠普實驗室開發的一系列軟件的統稱。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普實驗室工作時所開發出來的?,F在雖說它主要出現在C++中,但在被引入C++之前該技術就已經存在了很長的一段時間。 STL的代碼從廣義上講分為三類:algorithm(算法)、container(容器)和iterator(迭代器),幾乎所有的代碼都采用了模板類和模版函數的方式,這相比于傳統的由函數和類組成的庫來說提供了更好的代碼重用機會。在C++標準中,STL被組織為下面的13個頭文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下筆者就簡單介紹一下STL各個部分的主要特點。

    標簽: STL Standard Template Library

    上傳時間: 2016-06-20

    上傳用戶:cylnpy

  • 很好的一本工具書

    很好的一本工具書,提供了C/C++函數查詢,分為以下幾個方面闡述,預處理命令、關鍵字、標準C的I/O,String,Charactor,Math,Time,Data,Memory,以及C++的I/O,String,及標準模版類。推薦。

    標簽:

    上傳時間: 2013-12-04

    上傳用戶:huql11633

主站蜘蛛池模板: 增城市| 手机| 三门峡市| 汉阴县| 余庆县| 新沂市| 平度市| 准格尔旗| 汉沽区| 濉溪县| 华容县| 彭水| 南岸区| 明星| 云南省| 蚌埠市| 通辽市| 高要市| 庄河市| 张家界市| 乌拉特中旗| 五峰| 广宁县| 郸城县| 陇西县| 山阳县| 资源县| 西昌市| 原平市| 固安县| 五原县| 化州市| 平顶山市| 方山县| 兰州市| 宁蒗| 乌什县| 太和县| 莒南县| 岫岩| 手游|