Ebook

Interfacing PIC Microcontrollers Embedded Design by Interactive Simulation

Interfacing PIC Microcontrollers
Language: English | File Size: 2.99 MB |Type: PDF
.Explore in detail microcontroller interfacing techniques using the popular PIC 16F877
.Work through step-by-step examples interactively using circuit simulation software, supplied as assembly source code
.Gain the knowledge of a wide range of peripheral devices such as keyboards, displays, sensors and drives and serial communication with other processors, memory and more
.Use interactive simulation software to design and test circuits
Interfacing PIC Microcontrollers provides a thorough introduction to interfacing techniques for students, hobbyists and engineers looking to take their knowledge of PIC application development to the next level. Each chapter ends with suggestions for further applications, based on the examples given, and numerous line drawings illustrate application of the hardware.
Step-by-step examples in assembly language are used to illustrate a comprehensive set of interfaces, and these can be run interactively on circuit simulation software, used to aid understanding without the need to build real hardware.
download

Beginning ASP.NET 4 – in C# and VB

Beginning ASP.NET 4 - in C# and VB
Beginning ASP.NET 4: in C# and VB (Wrox Programmer to Programmer)
Wrox | 2010 | 538 pages | PDF | 14 MB
This book is for anyone who wants to learn how to build rich and interactive web sites that run on the Microsoft platform. With the knowledge you gain from this book, you create a great foundation to build any type of web site, ranging from simple hobby-related web sites to sites you may be creating for commercial purposes

download

The Springer Handbook of Robotics

Springer Handbook of Robotics
Language: English | File Size: 53,2 MB |Type: PDF
Reaching for the human frontier, robotics is vigorously engaged in the growing challenges of new emerging domains. Interacting, exploring, and working with humans, the new generation of robots will increasingly touch people and their lives. The credible prospect of practical robots among humans is the result of the scientific endeavour of a half a century of robotic developments that established robotics as a modern scientific discipline. The Springer Handbook of Robotics brings a widespread
and well-structured compilation of classic and emerging application areas of robotics. From the foundations to the social and ethical implications of robotics, the handbook provides a comprehensive collection of the accomplishments in the field, and constitutes a premise of further advances towards new challenges in robotics.
This handbook, edited by two internationally renowned scientists with the support of an outstanding team of seven part editors and onehundred sixty-four authors, is an authoritative reference for robotics researchers, newcomers to the field, and scholars from related disciplines such as biomechanics, neurosciences, virtual simulation, animation, surgery, and sensor networks among others.

Key Topics
  • Robotics foundations
  • Robot structures
  • Sensing and perception
  • Manipulation and interfaces
  • Mobile and distributed robotics
  • Field and service robotics
  • Human-centered and life-like robotics
Features
  • Comprehensive coverage of research and development in robotics
  • Scientific resource for both experts and non experts in the field
  • Technical contents laid out in a tutorial setting
  • A coherent three-layer organization: robotics foundations, consolidated
    methodologies and technologies, advanced applications
  • Anchored in seven parts expanded into sixty-four chapters with interconnected
    presentation of subject matter
  • Developed in about 1650 pages with over 950 color illustrations including
    422 four-color, 80 tables and over 5500 references

download

Debugging Strategies for .NET Developers

Debugging Strategies for .NET DevelopersLanguage: English | File Size: 4,53 MB |Type: CHM (Compressed HTML)
Debugging Strategies for .NET Developers is a highly readable exploration of debugging with Microsoft .NET. While other debugging books focus on obscure techniques for advanced users, this book contains dozens of real-world examples drawn from the author’s career that convey the specific techniques as well as the basic process of debugging.
Debugging Strategies for .NET Developers, teaches developers how to think about debugging in Microsoft .NET rather than having to learn several specific debugging tools. Author Darin Dillon describes debugging concepts, such as assertions and logging, and immediately follows each discussion with an example from his experiences of when that technique was used to solve a real-world bug. The book will not only show readers the techniques, but also how to recognize when to apply those techniques.
download

Visual Basic .NET Black Book

Visual Basic .NET Black Book
Language: English | File Size: 6,93 MB |Type: CHM (Compressed HTML)
Visual Basic .NET Black Book is a comprehensive reference and problem-solving guide for Visual Basic programmers. It covers Visual Basic.NET tips, examples, and how-tos on everything from programming to managing the development of Visual Basic applications. It provides in-depth material on the new object-oriented features of Visual Basic .NET. Readers will also learn about the crucial Visual Basic tool set in detail including the best Visual Basic programming practices, from design tools to interface design. Using the popular Black Book format, this book provides in-depth analyses of VB.NET technologies and hundreds of immediate programming solutions making it an invaluable resource.
download

Django JavaScript Integration: AJAX and jQuery

Django JavaScript Integration AJAX and jQuery
Language: English | File Size: 6.8 MB |Type: PDF|Paperback: 324 pages
Description:
You want to create an AJAX application. Why would you use Django? Why would you use jQuery? Why would you use both together? Enter Django JavaScript Integration: AJAX and jQuery – your comprehensive answer to all these questions and the only extensive, practical, and hands-on guide to developing any AJAX application with Django and jQuery.

Gone are the days when you used to lament over the lack of official documentation on AJAX with Django. This book will teach you exactly why Django is called “The web framework for perfectionists with deadlines“, how jQuery – the “write less do more” JavaScript library – is practically a virtual higher-level language, and why they both deserve to be integrated with AJAX.
This hands-on-guide shows you how to put Django and jQuery together in the process of creating an AJAX application. In this book, they are brought together in a real-world scenario, with attention to usability, to build and develop an AJAX application.
The first two chapters provide a short and necessary introduction to the world of Django, jQuery, and AJAX; and the remaining chapters are based on a case study that will make you realize the immense potential and benefits of integrating Django and jQuery with your AJAX application.
By the time you are done with this book, you’ll be developing your AJAX applications with Django and jQuery in less time than you can say “integrate”.
You will cover the basics of AJAX; use jQuery, the commonest JavaScript library, on the client side, and learn form validation with an eye to usability, build things with Django on the server-side, handle login and authentication via Django-based AJAX, and then dip into the rich jQuery plugin ecosystem to build in-place editing into your pages. You will add auto-complete functionality courtesy of jQuery UI, easily build forms with Django ModelForm, and then look at a client-side search implementation that can look things up without network access after initial download. You will learn to Implement a simple, expandable undo system, and offer more full-blooded account management, tinker, fix some bugs, offer a more usable way to handle password input, add local time support for people who are not in your time zone, look at usability, and finally take a look at debugging.
After working through this book, you will have both an AJAX application and a deep understanding that you can use to customize, extend, and further develop it in your organization.
This book has been written and tested for Django v 1.2.3 and jQuery v 1.4.4.
What you will learn from this book :
  • Learn how and why, for certain kinds of web development, Django is more ‘Pythonic’ than Python
  • Understand whet the XMLHttpRequest Object is and how to implement it in various browsers
  • Embed JavaScript in Django templates
  • Learn account creation and login creation using AJAX
  • Build forms using Django models
  • Embed jQuery auto-complete plugins in your Django templates
  • Validate form input on the server side using AJAX
  • Integrate jQuery sliders into your Django template
  • Minify JavaScript files and also learn the pros and cons of doing so
Approach
This book will teach you how to enrich your AJAX applications with Django and jQuery in a practical manner with minimum fuss. It introduces AJAX basics, gets a little deeper, and then goes chapter-by-chapter through a carefully chosen case study. It demonstrates how different pieces of a Django AJAX application work in themselves and are put together and specifically leads you through building an intranet employee photo directory with social networking features.

Who this book is written for
This book is for people looking to integrate AJAX / JavaScript functionality into their web applications. It is for Django users who are looking to easily integrate AJAX features into their applications. Conversely, it will also be a priceless companion for users familiar with Django and jQuery who are and looking to integrate them in their AJAX applications. A working knowledge of Django and basic familiarity with AJAX and jQuery are assumed.


download



  • http://www.duckload.com/dl/QIqr2






  • http://www.fileserve.com/file/yhGKPYQ



  • Embedded System Design

    Embedded System DesignSize:1,47 MB|Type: PDF| Lnaguage: English
    Embedded systems can be defined as information processing systems embedded into enclosing products such as cars, telecommunication or fabrication equipment. Such systems come with a large number of common characteristics, including real-time constraints, and dependability as well as efficiency requirements. Following the success of information technology (IT) for office and workflow applications, embedded systems are considered to be the most important application area of IT during the coming years. This importance of embedded systems is so far not well reflected in many of the current curricula.
    Embedded System Design is intended as an aid for changing this situation. It provides the material for a first course on embedded systems, but can also be used by PhD students and professors. A key goal of this book is to provide an overview of embedded system design and to relate the most important topics in embedded system design to each other. It should help to motivate students as well as professors to put more emphasis on education in embedded systems.
    download

    Embedded Systems Architecture: A Comprehensive Guide for Engineers and Programmers


    Embedded Systems Architecture
    Size:6,91 MB|Type: PDF| Lnaguage: English
    A unique book that gives a detailed yet comprehensive introduction to every aspect of embedded systems, from architecture to system design and applications!
    This comprehensive textbook provides a broad and in-depth overview of embedded systems architecture for engineering students and embedded systems professionals. The book is well suited for undergraduate embedded systems courses in electronics/electrical engineering and engineering technology (EET) departments in universities and colleges, as well as for corporate training of employees.
    The book is a readable and practical guide covering embedded hardware, firmware, and applications. It clarifies all concepts with references to current embedded technology as it exists in the industry today, including many diagrams and applicable computer code. Among the topics covered in detail are:
    · hardware components, including processors, memory, buses, and I/O
    · system software, including device drivers and operating systems
    · use of assembly language and high-level languages such as C and Java
    · interfacing and networking
    . case studies of real-world embedded designs
    · applicable standards grouped by system application

    * Without a doubt the most accessible, comprehensive yet comprehensible book on embedded systems ever written!
    * Leading companies and universities have been involved in the development of the content
    * An instant classic!

    download

    Practical Java Game Programming

    Practical Java Game Programming
    Size:9,91 MB|Type: CHM| Lnaguage: English
    Java is gaining more and more acceptance in the game development community, and with good commercial-quality Java games on the market, it will become a definitive choice. Practical Java Game Programming identifies the technological path developers need to take to make this happen. It explores and illustrates cutting-edge Java game programming concepts and techniques through specific explanations from existing Java game projects, with fully executable example code. Intended for both Java programmers new to game development, and for game programmers interested in Java, the book offers usage patterns that leverage Java’s strengths and points out weaknesses to avoid. It teaches Java programmers how to deliver outstanding games and details the specific issues in Java to make game development straightforward and efficient.
    Java has always provided a powerful platform on which to develop interactive content, and with the addition of the Java Technology Group’s gaming APIs, Java becomes a third-party platform choice and delivery model for game developers. Each chapter includes working code examples that can stand alone for easy implementation into one’s own projects, or be used toward the creation of a fully functional demo game. This allows beginning programmers to follow the topics step-by-step, and more experienced programmers to use specific areas of interest. Although this book is centered on Java and the platform technologies, its message is for developers to maintain a wide view regarding new technologies, as well as to keep creative ingenuity intact while implementing games on the Java platform.
    Highlights
    • Provides a complete guide to Java game development for Java programmers new to game development
    • Focuses on Java specific topics such as performance issues and the virtual machine, garbage collection, Just-in-Time (JIT) compiler, native timers, and Java as a scripting language
    • Covers 3D game development issues including the new Java bindings for OpenGL (JOGL), using JOGL to make a 3D Render Engine, and Collision Detection and Response
    •Includes a chapter on “Local Area Networks for Java Games” by Jeff Kesselman, the Sun Game Server Architect, and “Game dbases and JDBC” by Sun Certified Java 2 Programmer, Will Bracken
    • Explains genre specific issues for sports, puzzle, racing, strategy, action/adventure, and massively multiplayer online role-playing games
    • Provides up-to-date information on J2SDK 1.5

    download

    Java for Programmers: Deitel Developer Series

    Java for Programmers
    Size:8,19 MB|Type: CHM| Lnaguage: English
    PRACTICAL, EXAMPLE-RICH COVERAGE OF:
    • Classes, Objects, Encapsulation, Inheritance, Polymorphism, Interfaces, Nested Classes
    • Integrated OOP Case Studies: Time, GradeBook, Employee
    • Industrial-Strength, 95-Page OOD/UML® 2 ATM Case Study
    • JavaServer™ Faces, Ajax-Enabled Web Applications, Web Services, Networking
    • JDBC™, SQL, Java DB, MySQL®
    • Threads and the Concurrency APIs
    • I/O, Types, Control Statements, Methods
    • Arrays, Generics, Collections
    • Exception Handling, Files
    • GUI, Graphics, GroupLayout, JDIC
    • Using the Debugger and the API Docs
    • And more…

    The practicing programmer’s DEITEL® guide to Java™ development and the Powerful Java™ Platform
    Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores the Java language and Java APIs in depth. The book presents the concepts in the context of fully tested programs, complete with syntax shading, code highlighting, line-by-line code descriptions and program outputs. The book features 220 Java applications with over 18,000 lines of proven Java code, and hundreds of tips that will help you build robust applications.
    Start with an introduction to Java using an early classes and objects approach, then rapidly move on to more advanced topics, including GUI, graphics, exception handling, generics, collections, JDBC™, web-application development with JavaServer™ Faces, web services and more. You’ll enjoy the Deitels’ classic treatment of object-oriented programming and the OOD/UML® ATM case study, including a complete Java implementation. When you’re finished, you’ll have everything you need to build object-oriented Java applications.
    The DEITEL® Developer Series is designed for practicing programmers. The series presents focused treatments of emerging technologies, including Java™, C++, .NET, web services, Internet and web development and more.
    download

    Learning Ext JS 3.2

    Learning Ext JS 3.2
    Size:6,90 MB|Type: PDF| Genre: IT Engineering| Language: English
    The book provides plenty of fun example code and screenshots to guide you through the creation of examples to assist with learning. By taking a chapter-by-chapter look at each major aspect of the Ext JS framework, the book lets you digest the available features in small, easily understandable chunks, allowing you to start using the library for your development needs immediately. This book is written for Web Application Developers who are familiar with HTML but may have little to no experience with JavaScript application development. If you are starting to build a new web application, or are re-vamping an existing web application, then this book is for you.

    EXT JS IN ACTION

    EXT-JS-in-Action
    Size:16,4 MB|Type: PDF| Genre: IT Engineering| Language: English
    This cross-browser JavaScript library provides an extensive collection of high-quality widgets, an intuitive and extensible component model, and a rich API that enterprise developers fi nd especially comfortable to use. And they have used it to build rock-solid web applications, in many very different companies including Adobe, Aetna, Amazon, Best Buy, Hallmark, Panasonic, Pixar, Siemens, Sony, and Visa.
    Ext JS in Action is a comprehensive guide to Ext JS. By following its rich examples, patterns, and best practices, you’ll achieve the kinds of results you only see in top JavaScript applications. Th is book thoroughly explores every class, component, and model, and shows you how to build rich, dynamic user interfaces and responsive applications. You will learn Ext JS inside and out— and your apps will stand out from the crowd.
    What’s Inside
    Explore the depths of Ext JS 3.0
    Create rich and dynamic UIs
    Extend the framework and write plug-ins
    Watch the author develop an Ext JS app
    This book assumes a reader with a foundation in JavaScript, but no previous exposure to Ext JS.
    download

  • http://www.fileserve.com/file/VYWmPNt



  • DWR Java AJAX Applications

    DWR Java AJAX Applications
    Size:6,23 MB|Type: PDF| Genre: IT Engineering| Language: English
    This book covers all the theoretical and practical knowledge required for working with DWR. The book is packed with code and graphics with step-by-step explanations. This book is written for competent Java developers and assumes that you are a professional rather than hobbyist. You should be familiar with the concepts of programming, Web 2.0, and AJAX.

    download

  • http://www.fileserve.com/file/KFpyqaZ



  • Robotics Modelling, Planning and Control

    Robotics Modelling, Planning and Control
    Size:7,87 MB|Type: PDF| Genre: Robotics| Language: English
    Based on the successful Modelling and Control of Robot Manipulators by Sciavicco and Siciliano (Springer, 2000), Robotics provides the basic know-how on the foundations of robotics: modelling, planning and control. It has been expanded to include coverage of mobile robots, visual control and motion planning. A variety of problems is raised throughout, and the proper tools to find engineering-oriented solutions are introduced and explained.
    The text includes coverage of fundamental topics like kinematics, and trajectory planning and related technological aspects including actuators and sensors.
    To impart practical skill, examples and case studies are carefully worked out and interwoven through the text, with frequent resort to simulation. In addition, end-of-chapter exercises are proposed.
    (more…)

    Mastering AutoCAD 2009 and AutoCAD LT 2009

    The World’s Bestselling AutoCAD Resource Fully Updated for 2009
    Mastering AutoCAD 2009 and AutoCAD LT 2009Size:26,7 MB|Type: PDF| Genre: IT engineering

    There’s a reason why Mastering AutoCAD is so popular year after year. Loaded with concise explanations, step-by-step instructions, and hands-on projects, this comprehensive reference and tutorial from award-winning author George Omura has everything you need to become an AutoCAD expert.
    If you’re new to AutoCAD, the tutorials will help you build your skills right away. If you’re an AutoCAD veteran, Omura’s in-depth explanations of the latest features, including the new Ribbon interface and new Action Recorder, will turn you into an AutoCAD pro. Whatever your experience level and however you use AutoCAD, you’ll refer to this indispensable reference again and again.
    Coverage includes:
    • Creating and developing AutoCAD drawings
    • Drawing curves and applying solid fills
    • Effectively using hatches, fields, and tables
    • Manipulating dynamic blocks and attributes
    • Linking drawings to databases and spreadsheets
    • Rendering realistic interior views with natural lighting
    • Giving a hand-drawn look to 3D views
    • Presenting 3D models with cutaway and x-ray views
    • Making spiral forms with the Helix and Sweep tools
    • Finding open drawings fast with the new Quick View Drawings tool
    • Browsing recent files and toolbar selections using the new Menu Browser
    • Converting multiple layer settings and other layer translator options
    • Explore the New Ribbon Interface
    • Automate Repetitive Tasks with the Action Recorder
    Organize Drawing Information with Layers
    • Annotate, Secure, and Authenticate Files
    • Track Your Projects with the Sheet Set Manager
    • Publish Drawings over the Internet and eTransmit Your Files