Books about Microsystems from Amazon.com



Microsystem Design
The goal of this book is to bring together into one accessible text the fundamentals of the many disciplines needed by today's engineer working in the field of microelectromechanical systems (MEMS).
The subject matter is wide-ranging: microfabrication, mechanics, heat flow, electronics, noise, and dynamics of systems, with and without feedback. Because it is very difficult to enunciate principles of `good design' in the abstract, the book is organized around a set of Case Studies that are based on real products, or, where appropriately well-documented products could not be found, on thoroughly published prototype work.
The Case Studies were selected to sample a multidimensional space: different manufacturing and fabrication methods, different device applications, and different physical effects used for transduction. The Case Study subjects are: the design and packaging of a piezoresistive pressure sensor, a capacitively-sensed accelerometer, a quartz piezoelectrically-driven and sensed rate gyroscope, two electrostatically-actuated optical projection displays, two microsystems for the amplification of DNA, and a catalytic sensor for combustible gases.
This book is used for a graduate course in `Design and Fabrication of Microelectromechanical Devices (MEMS)' at the Massachusetts Institute of Technology. It is appropriate for textbook use by senior/graduate courses in MEMS, and will be a useful reference for the active MEMS professional.
Each chapter is supplemented with homework problems and suggested related reading. In addition, the book is supported by a web site that will include additional homework exercises, suggested design problems and related teaching materials, and software used in the textbook examples and homework problems..
Price: $60.88 [Notify me when price goes down.]


Quality By Design: A Clinical Microsystems Approach
Quality by Design reflects the research and applied training conducted at Dartmouth Medical School under the leadership of Gene Nelson, Paul Batalden, and Marjorie Godfrey. The book includes the research results of high-performing clinical microsystems, illustrative case studies that highlight individual clinical programs, guiding principles that are easily applied, and tools, techniques, and methods that can be adapted by clinical practices and interdisciplinary clinical teams. The authors
  • describe how to develop microsystems that can attain peak performance through active engagement of interdisciplinary teams in learning and applying improvement science and measurement;
  • explore the essence of leadership for clinical Microsystems;
  • show what mid-level leaders can do to enable peak performance at the front lines of care;
  • outline the design and redesign of services and planning care to match patient needs with services offered;
  • examine the issue of safety;
  • describe the vital role of data in creating a rich and useful information environment;
  • provide a core curriculum that can build microsystems’ capability, provide excellent care, promote a positive work environment, and contribute to the larger organization.
.
Price: $65.58 [Notify me when price goes down.]


Just Java(TM) 2 (6th Edition) (Sun Microsystems Press)
This informative tutorial covers the fundamentals of Java programming, Java applications for LANs or the Internet, and the Abstract Windows Toolkit (AWT). The author assumes that the reader has some previous programming experience, but not necessarily in an object-oriented language. The book begins with a discussion of object-oriented programming and an overview of writing Java applications for the Web and the Internet. After covering the basics of the language, Just Java moves on to discuss arrays and dynamic data structures, exceptions and threading, the difference between applets and applications, and how to code an applet. Other topics include I/O, network and Internet programming, utilities and libraries, the AWT, and graphics. At the end of each chapter, you'll find exercises and a list of suggested reading on related subjects. The CD-ROM includes all Java source code examples from the book, Java applets, the JavaSoft Java Developer's Kit (JDK) v. 1.0.2, and Symantec Café Lite. Overall, this is a practical and enjoyable tutorial on the fundamentals of Java..
Price: $34.78 [Notify me when price goes down.]


Graphic Java 2, Volume 2, Swing (3rd Edition) (Sun Microsystems Press Java Series) (2 Book Set)
If you're developing software that will be used by a large group of people, you need to give it a good-looking front-end--in Java 2, that means you have to use Swing. An excellent resource, Graphic Java 2: Mastering the JFC, Third Edition (Volume 2: Swing) takes on the Swing components one at a time and shows you how to incorporate them into attractive, efficient programs.

In many ways, Graphic Java 2 is a cookbook. You search the table of contents or index for a reference to the kind of problem you want to solve, then examine the author's examples for the solution (or at least some clues to it). This is the book to turn to if you're wondering how to implement the JComboBox.KeySelectionManager interface (which enables users to select items in a combo box) or compare the various ways of making the JTree component into a file browser. Those are just two of hundreds of examples in David Geary's book.

While most examples don't serve any practical purpose by themselves, they do clearly illustrate how a specific aspect of Swing works. It's easy to adapt the details presented here into your own programs. Geary shows consideration for the reader by presenting all his examples as programs that can be compiled and including them on the enclosed CD-ROM. --David Wall.
Price: $28.50 [Notify me when price goes down.]



Fundamentals of Microsystems Packaging
LEARN ABOUT MICROSYSTEMS PACKAGING FROM THE GROUND UP

Written by Rao Tummala, the field’s leading author, Fundamentals of Microsystems Packaging is the only book to cover the field from wafer to systems, including every major contributing technology. This rigorous and thorough introduction to electronic packaging technologies gives you a solid grounding in microelectronics, photonics, RF, packaging design, assembly, reliability, testing, and manufacturing and its relevance to both semiconductors and systems. You’ll find:


*Full coverage of electrical, mechanical, chemical, and materials aspects of each technology
*Easy-to-read schematics and block diagrams
*Fundamental approaches to all system issues
*Examples of all common configurations and technologies—wafer level packaging, single chip, multichip, RF, opto-electronic, microvia boards, thermal and others
*Details on chip-to-board connections, sealing and encapsulation, and manufacturing processes
*Basics of electrical and reliability testing.
Price: $79.74 [Notify me when price goes down.]



Core Java 2 : Volume 1 Fundamentals
If you need to get something done in Java, Core Java 1.2, Volume 1--Fundamentals is one of the best books you can turn to for assistance It's devoid of shaky, academic examples and packed with robust demonstrations that illustrate hundreds of powerful concepts.

This book begins with an explanation of the Java programming and execution environments in general terms and then provides specific examples of how to put key parts of the core packages to work. The authors back up the many examples with sharp, fact-rich commentary on how to get things done with Java. This volume covers data structures, object orientation, events, applets, input/output, and Swing.

A quick note: though the title of this book includes the words Java 1.2, the Java examples appear to be based on a very late beta and effectively cover what's now called Java 2. JavaSoft changed the name of the software during the final stages of testing--after the authors had finished this book. --David Wall.
Price: $5.97 [Notify me when price goes down.]



Core Swing: Advanced Programming
Written as a supplement to the author's Core Java Foundation Classes, Kim Topley's Core Swing: Advanced Programming delves deeply into several important Java topics. Every experienced Java programmer will find very useful techniques for working with Swing controls and other high-level UI features.

The book zeroes in on two aspects of Swing interfaces. First, there are over 500 pages on optimizing your usage of a variety of Swing text controls. The author provides solutions to mimicking native-style operating system support for data validation, numeric input, and special processing with user input. There's also excellent coverage on the extensive support in Swing for loading and displaying HTML. Sections on extending the Swing table control will let you change how table data is displayed and edited (with coverage of custom renderers and cell editors).

In addition, this book explores features in Swing that allow you to carry out advanced user interface operations, such as drag-and-drop functionality and undo support. Throughout this text, the author uses short code excerpts that solve problems and showcase brilliant Swing implementations. By concentrating on strategies and solutions, and not just the Swing APIs, the author shows you not only how to solve particular problems but also the underlying Swing design philosophy, so you can take this library even further in your own programs.

If anything, this text proves once and for all that Swing is ready to take on native operating systems like Windows with its support for advanced user features. This book delivers some really valuable and impossible-to-find information for any experienced Java programmer who needs to do more with Swing. --Richard Dragan

Topics covered: Extending Swing text controls, text wrapping and scrolling, manipulating text documents, input validation, text attributes, highlighters and carets, custom views, Swing HTML support classes, viewing HTML, editor kits, cascading style sheets and Swing, bi-directional text for international applications, advanced table features in Swing, custom table renderers, table editing and cell editors, drag-and-drop support in Swing, drag sources and drop targets, using tree controls for file information, undo support in Swing..
Price: $17.52 [Notify me when price goes down.]



<< meri lennart



All trademarks are the property of their respective owners.
Copyright 1996-2007 CHHS, your place for CHHS, Plano, Texas, 10220