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

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

one-step

  • orumThemes.com - Breezet vBulletin Theme www.forumthemes.com ForumThemes.com would like to thank y

    orumThemes.com - Breezet vBulletin Theme www.forumthemes.com ForumThemes.com would like to thank you for purchasing one of our themes. If at anytime you have any problems with installation please visit our forums at www.forumthemes.com/forums. Included - Fluid XML files - Custom Java Script for drop downs (clientscript) (All it does is remove the little white arrows in the drop downs)

    標簽: com ForumThemes forumthemes orumThemes

    上傳時間: 2017-04-06

    上傳用戶:q123321

  • Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microco

    Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microcontroller used is P89V51RD2. There are 2 programs included. One program will accept string via UART and accept key via a 4x4 keypad and display decrypted text on 16x2 LCD. The other program will accept plaintext from UART and show encrypted text on 16x2 LCD after receiving key from 4x4 membrane keypad. Schematics and screenshots are included.

    標簽: microcontrollers implementing compiler Program

    上傳時間: 2017-04-07

    上傳用戶:wanghui2438

  • Designing Embedded Hardware Ebook By John Catsoulis If you want to build your own embedded system

    Designing Embedded Hardware Ebook By John Catsoulis If you want to build your own embedded system, or tweak an existing one, this invaluable book gives you the understanding and practical skills you need.

    標簽: Designing Catsoulis Embedded Hardware

    上傳時間: 2014-01-18

    上傳用戶:cazjing

  • 單總線多點測溫系統

    單總線多點測溫系統,單總線它采用單根信號線既傳輸時鐘又傳輸數據,而且數據傳輸是雙向的它具有節省I/O 口線資源結構簡單成本低廉便于總線擴展和 維護等諸多優點。本系統中所有的DS18B20都接在單片機的P1.1口上。用一個液晶屏顯示,從單片機P3口接上8個開關,與右邊的DS18B20 編號對應。當沒有開關按下時屏幕顯示"which NO you want press which key",要想看那一點處的溫度就按下幾號鍵(點擊key右邊的小紅 點,按一下彈下,再按一下彈起)。只能有一個按鍵按下,當有多個按鍵下時,屏幕上顯示“please press one key only !".

    標簽: 單總線 多點測溫

    上傳時間: 2017-04-07

    上傳用戶:小碼農lz

  • Here are the functions for Hamming code 7.4 and Extended Hamming code 8.4 encoding and decoding. F

    Here are the functions for Hamming code 7.4 and Extended Hamming code 8.4 encoding and decoding. For 7.4 code, one error per 7-bit codeword can be corrected. For 8.4 code, one error per 8-bit codeword can be corrected and not less than 2 errors can be detected.

    標簽: Hamming code and functions

    上傳時間: 2014-01-05

    上傳用戶:Amygdala

  • This book brings together indispensable knowledge for building efficient, high-value, Linux-based em

    This book brings together indispensable knowledge for building efficient, high-value, Linux-based embedded products: information that has never been assembled in one place before. Drawing on years of experience as an embedded Linux consultant and field application engineer, Christopher Hallinan offers solutions for the specific technical issues you re most likely to face, demonstrates how to build an effective embedded Linux environment, and shows how to use it as productively as possible.

    標簽: indispensable Linux-based high-value efficient

    上傳時間: 2014-01-24

    上傳用戶:ANRAN

  • The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:  access to caches and da

    The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:  access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s  examining the processor state whatever the execution mode (monice)  connecting to monice using mdi-server and using a gdb client on the processor to step and break accurately whatever the execution mode  running semi-hosted applications  fl ash write tool  memory testing (MT command)  real-time traces: has not been built in CPU (Config3_TL=0) and only supported by MajicPLUS probes (maybe built into emulator?)

    標簽: interface processor allowing access

    上傳時間: 2013-12-19

    上傳用戶:youke111

  • SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY comm

    SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY command (Table 144) provides a means for the Initiator to request information regarding the capacity of the Logical Unit. This command shall not report the correct capacity of the recorded data for CD-R, CD-RW and DVD-R/-RW media that does not have a Lead-out in the last Session or last Border-out. For CD-ROM, the returned logical block address is modified to allow returning a possibly inexact value (but one with a known error bound) based on the Table of Contents data

    標簽: CAPACITY READ Multimedia Commands

    上傳時間: 2017-04-17

    上傳用戶:liuchee

  • pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerpr

    pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic hash functions that rely on the avalanche effect of small changes in input leading to drastic changes in the output, perceptual hashes are "close" to one another if the inputs are visually or auditorily similar. As a result, perceptual hashes must also be robust enough to take into account transformations that could have been performed on the input.

    標簽: perceptual implementation algorithms fingerpr

    上傳時間: 2013-12-08

    上傳用戶:星仔

  • A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is

    A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull is to put a "rubber band" around all the points, and let it wrap as tight as it can. The resultant polygon is a convex hull.

    標簽: polygon S. the contains

    上傳時間: 2013-12-23

    上傳用戶:it男一枚

主站蜘蛛池模板: 景宁| 武穴市| 大兴区| 行唐县| 镇康县| 子长县| 长白| 固阳县| 阜阳市| 涿州市| 东源县| 泸西县| 平山县| 四川省| 竹山县| 金湖县| 屏边| 葵青区| 长汀县| 苗栗市| 城口县| 余干县| 周口市| 上思县| 光泽县| 裕民县| 启东市| 安岳县| 常山县| 祁东县| 布拖县| 黑水县| 宣武区| 于田县| 南安市| 阿巴嘎旗| 龙南县| 丽江市| 富锦市| 庆安县| 景德镇市|