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

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

small

  • SimpliciTI™ -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network proto

    SimpliciTI™ -1.0.3.exe for CC11xx and CC25xx 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 network simple

    上傳時間: 2014-11-05

    上傳用戶:rishian

  • 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

  • The goal of our final project was to design an efficient elevator simulator that can accept input fr

    The goal of our final project was to design an efficient elevator simulator that can accept input from a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pulleys and stepper motors. Users enter input using physical pushbuttons or the computer. This input is then processed by the MCU and orders are given to the elevators. We attempted to devise an algorithm that can optimally handle any number of floors. This project seemed like a fun challenge and something that had practical applications. Both of us have been frustrated at times by the inefficiency of some of the elevators here at Cornell, and we wanted to see if we could do a better job.

    標簽: efficient simulator elevator project

    上傳時間: 2013-11-25

    上傳用戶:cjf0304

  • Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramaticall

    Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramatically improved conditional assembly output in Intel-HEX or OMF-51 format 37 new MCU files documentation in both ASCII and HTML format numberless small extensions and improvements bug fixes For details see the ASEM-51 Release Notes.

    標簽: dramaticall processing platforms compiler

    上傳時間: 2013-12-20

    上傳用戶:chongcongying

  • Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatica

    Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatically improved conditional assembly output in Intel-HEX or OMF-51 format 37 new MCU files documentation in both ASCII and HTML format numberless small extensions and improvements bug fixes For details see the ASEM-51 Release Notes.

    標簽: processing dramatica platforms compiler

    上傳時間: 2014-10-28

    上傳用戶:wxhwjf

  • qc—ldpc編碼的matlab源碼

    qc—ldpc編碼的matlab源碼,分為好幾個版本,small文件夾里的支持小的稀疏矩陣,large文件夾里的支持較大的稀疏矩陣。test文件為頂層

    標簽: matlab ldpc 編碼 源碼

    上傳時間: 2016-07-24

    上傳用戶:jeffery

  • 6個簡單程序java制作的計算器小程序

    6個簡單程序java制作的計算器小程序,模擬windows下的計算器原形,并含有實驗報告等。-produced by the small calculator procedures under simulated windows prototype of the calculator, and contains experimental report

    標簽: java 程序 計算器

    上傳時間: 2016-08-13

    上傳用戶:youke111

  • The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP

    The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in different ways. It extends the existing address detection on IPv6 initscript setup or make life easier in adding reverse IPv6 zones to DNSor using in DNS queries like nslookup -q=ANY ipv6calc -r 3ffe:400:100:f101::1/48`

    標簽: ping networking The contains

    上傳時間: 2014-08-25

    上傳用戶:zhichenglu

  • LCD Driver datasheet The SPF54126A, a 262144-color System-on-Chip (SoC) driver LSI designed for sma

    LCD Driver datasheet The SPF54126A, a 262144-color System-on-Chip (SoC) driver LSI designed for small and medium sizes of TFT LCD display, is capable of supporting up to 176xRGBx220 in resolution which can be achieved by the designated RAM for graphic data. The 528-channel source driver has true 6-bit resolution, which generates 64 Gamma-corrected values by an internal D/A converter. The source driver of SPFD54126A adopts OP-AMP structure to enhance display quality and it cooperates with advanced circuitry techniques to reduce power consumption.

    標簽: System-on-Chip datasheet designed Driver

    上傳時間: 2016-09-22

    上傳用戶:xauthu

  • 就像在嵌入系統中使用C語言替代匯編一樣,在嵌入系統中使用RTOS是大勢所趨。原因主要是現在在大多數情況下編程效率比執行效率重要(單片機便宜嘛)。但縱觀51的RTOS

    就像在嵌入系統中使用C語言替代匯編一樣,在嵌入系統中使用RTOS是大勢所趨。原因主要是現在在大多數情況下編程效率比執行效率重要(單片機便宜嘛)。但縱觀51的RTOS,keil c51 所帶的RTX Full 太大(6k多),且需要外部ram,又無源代碼,很多時候不實用。RTX Tiny雖然小(900多字節),但是任務沒有優先級和中斷管理,也無源代碼,也不太實用。而ucosII雖有源代碼,但是它太大,又需要外部ram,所有函數又必須是重入函數,用在51這類小片內RAM的單片機上有點勉強。于是,我借鑒ucosII和RTX Tiny編寫了Small RTOS 51,雖然它為51系列編寫,但是它還是比較容易移植到其它CPU上。

    標簽: RTOS 嵌入系統 效率 C語言

    上傳時間: 2014-01-17

    上傳用戶:變形金剛

主站蜘蛛池模板: 安国市| 宁国市| 德兴市| 绥芬河市| 虞城县| 神农架林区| 杨浦区| 桓仁| 黔西| 娱乐| 东山县| 安西县| 浮梁县| 望奎县| 宁都县| 广南县| 杂多县| 平凉市| 苍溪县| 德格县| 紫阳县| 雷波县| 隆德县| 沙坪坝区| 页游| 遵义县| 平塘县| 牡丹江市| 孟村| 彭州市| 都江堰市| 马边| 分宜县| 蒙山县| 长垣县| 金坛市| 德保县| 冷水江市| 江孜县| 会同县| 巴中市|