Loading...
Done
Posted By : misirac | Date : 19 Sep 2007 18:51:00 | Comments : 2
Fundamentals of Embedded Software: Where C and Assembly Meet

by Daniel W.Lewis"Fundamentals of Embedded Software: Where C and Assembly Meet"
Prentice Hall | ISBN: 0130615897 | 2001. | 280 p. | RARed PDF 71.1MB

Fundamentals of Embedded Software: Where C and Assembly Meet is a refreshing alternative to the traditional sophomore text on computer organization and assembly language programming. The text approaches assembly the way it is commonly used in practice¿to implement small, fast, or special-purpose routines called from a main program written in a high-level language such as C. By using an embedded software context, the text introduces multi-threaded programming, preemptive and non-preemptive systems, shared resources, and scheduling, thus providing a solid foundation for subsequent courses on operating systems, real-time systems, networking, and microprocessor-based design...
Posted By : misirac | Date : 31 Aug 2007 13:33:00 | Comments : 3
Real-Time Systems Development

by Rob Williams"Real-Time Systems Development"
Butterworth-Heinemann | ISBN: 0750664711 | 2005. | 468 p. | RARed PDF 1.97MB

Real-time Systems Development is a text for computing students who want to understand more about the development of software for real-time applications, involving concurrent programming, multi-tasking, data i/o and embedded processors. The book has been written to cover single semester final year undergraduate options or MSc modules in the area of real-time systems design and implementation. Assuming a certain level of general systems design and programming experience, this text will extend students knowledge and skills into an area of computing which has increasing relevance in a modern world of telecommunications and intelligent equipment using embedded microcontrollers...
Posted By : Alexpal | Date : 08 Aug 2007 21:51:00 | Comments : 1

GPU Gems: Programming Techniques, Tips, and Tricks for Real-Time Graphics by Randima Fernando
Publisher: Addison-Wesley Professional; (March 22, 2004) | ISBN-10: 0321228324 | DjVu | 14 Mb | 816 pages

GPU Gems 2: Programming Techniques for High-Performance Graphics and General-Purpose Computation (Gpu Gems) by Matt Pharr, Randima Fernando
Publisher: Addison-Wesley Professional; (March 3, 2005) | ISBN-10: 0321335597 | DjVu | 14,3 Mb | 880 pages
Posted By : misirac | Date : 06 Aug 2007 20:24:00 | Comments : 1
Application-Specific Integrated Circuits

Michael John & Sebastian SmithApplication-Specific Integrated Circuits (The VLSI Systems Series)

Addison-Wesley | ISBN: 0201500221 | 1997 | 1179 p | RARed | PDF | 3.53MB[/center]
This comprehensive book on application-specific integrated circuits (ASICs) describes the latest methods in VLSI-systems design. ASIC design, using commercial tools and pre-designed cell libraries, is the fastest, most cost-effective, and least error-prone method of IC design. As a consequence, ASICs and ASIC-design methods have become increasingly popular in industry for a wide range of applications...
Posted By : maxand | Date : 09 Jul 2007 04:00:00 | Comments : 1
wgc1

Randall Hyde, Write Great Code, Volume 1: Understanding the Machine
ISBN-10 1593270038 | 2004 | CHM | 8.4 Mb uncompressed

Volume I teaches important concepts of machine organization in a language-independent fashion. Volume II teaches ways to write high-level language code to help the compiler produce high-quality machine code. By Randall Hyde, author of "The Art Of Assembly Language".

wgc2

Randall Hyde, Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level
ISBN-10 1593270658 | 2006 | PDF | 4.4 Mb uncompressed

It's a critical lesson that today's computer science students aren't always being taught: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level shows software engineers what too many college and university courses don't - how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, they will make informed choices concerning the use of those high-level structures and help the compiler produce far better machine code - all without having to give up the productivity and portability benefits of using a high-level language.
Posted By : misirac | Date : 15 Jun 2007 18:28:00 | Comments : 1
Designer's Guide to the Cypress PSoC

Designer's Guide to the Cypress PSoC
Newnes | ISBN: 0750677805 | 2005. | 273 p. | RARed PDF 3.01MB

This it the first technical reference book available on the PSoC, and it offers the most comprehensive combination of technical data, example code, and descriptive prose youll find anywhere.
Embedded design expert Robert Ashby will guide you through the entire PSoC world, providing thorough coverage of device feature, design, programming and development of the software-reconfigurable PSoC. He shares his best tips, tricks, and techniques that will help you to utilize the flexible and inexpensive PSoC to its greatest potential, with a minimum of heartaches and late nights...
Posted By : outcaast | Date : 29 May 2007 01:29:00 | Comments : 11

O G Popa, «Learn Hardware Firmware and Software Design»
O G Popa | ISBN: 0973567872 | 2005-05 | 368 pages | PDF + SOURCE CODE | 9.5 Mb

This book is a Practical Design Project and it contains 3 Parts: 1.Hardware Design guides the reader towards building the LHFSD PCB with a Microchip dsPIC30F4011 microcontroller running at 80MHz. Various hardware modules are built, one at a time, and they are thoroughly explained. 2.Firmware design uses the Microchip C30 compiler. 10 Projects are built, entirely in C, and they test all hardware modules designed in Part 1. 3.Software Design is developed using Microsoft Visual Basic 6. The 7 software Applications developed take control over firmware, and the implement additional, increased functionality.
Posted By : outcaast | Date : 21 May 2007 21:24:00 | Comments : 2

J. van Leeuwen, «Handbook of Theoretical Computer Science : Algorithms and Complexity»
Elsevier Science | ISBN 0444880712 | September 1, 1990 | 1004 pages| djvu | 12 Mb

This first part presents chapters on models of computation, complexity theory, data structures, and efficient computation in many recognized sub-disciplines of Theoretical Computer Science.... The volumes are an intellectual feast and a delight to read. They are excellently edited and beautifully produced. No serious researcher or self-respecting library can afford to do without them.
Posted By : Hrast | Date : 20 May 2007 22:19:00 | Comments : 6

8051 Microcontrollers: An Applications Based Introduction

0750657596 | Newnes | 2003 | 9 MB | RS | FF
Posted By : munna | Date : 04 May 2007 12:02:00 | Comments : 3

Professional Assembly Language
Richard Blum | Wrox | Pages: 576 | 2005-02-11 | ISBN / ASIN: 0764579010 | PDF | 1.8 Mb

Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering. Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance. Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging
Best Internet Links
Posted by :: Alex | Date :: Aug 20, 2008 19:05:00 | [ 34 comments ]


Posted By : engahmad | Date : 16 Mar 2007 03:43:00 | Comments : 1

John Morton - AVR: An Introductory Course
Newnes (September 2002) | English | Paperback: 240 pages
ISBN-10: 0750656352 | * ISBN-13: 978-0750656351 | PDF | 15 MB

* The hands-on way of learning to use the Atmel AVR microcontroller
* Project work designed to put the AVR through its paces
* The only book designed to get you up-and-running with the AVR from square one

A hands-on guide to getting up and running with the Atmel AVR Microcontroller. This guide will give you a kick-start in using and understanding this popular device. Softcover.
Subcategories