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