Book picks similar to
Roaming in Wireless Networks by Shahid Siddiqui
telecommunication<br/>s
engineering
main
technology
Antenna Theory: Analysis and Design
Constantine A. Balanis - 2005
In response, Constantine Balanis has updated his classic text, Antenna Theory, offering the most recent look at all the necessary topics. New material includes smart antennas and fractal antennas, along with the latest applications in wireless communications. Multimedia material on an accompanying CD presents PowerPoint viewgraphs of lecture notes, interactive review questions, Java animations and applets, and MATLAB features. Like the previous editions, Antenna Theory, Third Edition meets the needs of electrical engineering and physics students at the senior undergraduate and beginning graduate levels, and those of practicing engineers as well. It is a benchmark text for mastering the latest theory in the subject, and for better understanding the technological applications. An Instructor's Manual presenting detailed solutions to all the problems in the book is available from the Wiley editorial department.
Elements of Electromagnetics
Matthew N.O. Sadiku - 1993
The book also provides a balanced presentation of time-varying and static fields, preparingstudents for employment in today's industrial and manufacturing sectors. Streamlined to facilitate student understanding, this edition features worked examples in every chapter that explain how to use the theory presented in the text to solve different kinds of problems. Numerical methods, including MATLAB and vector analysis, are also included to help students analyzesituations that they are likely to encounter in industry practice. Elements of Electromagnetics, Fifth Edition, is designed for introductory undergraduate courses in electromagnetics.
The Little Book on CoffeeScript
Alex MacCaw - 2012
Through example code, this guide demonstrates how CoffeeScript abstracts JavaScript, providing syntactical sugar and preventing many common errors. You’ll learn CoffeeScript’s syntax and idioms step by step, from basic variables and functions to complex comprehensions and classes.Written by Alex MacCaw, author of JavaScript Web Applications (O’Reilly), with contributions from CoffeeScript creator Jeremy Ashkenas, this book quickly teaches you best practices for using this language—not just on the client side, but for server-side applications as well. It’s time to take a ride with the little language that could.Discover how CoffeeScript’s syntax differs from JavaScriptLearn about features such as array comprehensions, destructuring assignments, and classesExplore CoffeeScript idioms and compare them to their JavaScript counterpartsCompile CoffeeScript files in static sites with the Cake build systemUse CommonJS modules to structure and deploy CoffeeScript client-side applicationsExamine JavaScript’s bad parts—including features CoffeeScript was able to fix
Voices from the Moon: Apollo Astronauts Describe Their Lunar Experiences
Andrew Chaikin - 2009
Now, using never-before-published quotes taken from his in-depth interviews with twenty-three of the twenty-four Apollo lunar astronauts, Chaikin and his collaborator, Victoria Kohl, have created an extraordinary account of the lunar missions. In Voices from the Moon the astronauts vividly recount their experiences in intimate detail; their distinct personalities and remarkably varied perspectives emerge from their candid and deeply personal reflections. Carefully assembled into a narrative that reflects the entire arc of the lunar journey, Voices from the Moon captures the magnificence of the Apollo program like no other book. Paired with their own words are 160 images taken from NASA's new high-resolution scans of the photos the astronauts took during the missions. Many of the photos, which are reproduced with stunning and unprecedented detail, have rarely-if ever-been seen by the general public. Voices from the Moon is an utterly unique chronicle of these defining moments in human history.
Field and Wave Electromagnetics
David K. Cheng - 1982
These include applications drawn from important new areas of technology such as optical fibers, radome design, satellite communication, and microstrip lines. There is also added coverage of several new topics, including Hall effect, radar equation and scattering cross section, transients in transmission lines, waveguides and circular cavity resonators, wave propagation in the ionosphere, and helical antennas. New exercises, new problems, and many worked-out examples make this complex material more accessible to students.
Lippincott Q&A Review for NCLEX-RN
Diane M. Billings - 2010
The questions are of the highest quality--application level and higher. This book contains all of the latest alternate format questions and is the only book updated to the latest NCLEX test plan. Study strategies are included with an emphasis on helping at-risk students. In addition, there is a CD-ROM containing questions that allow students to practice test-taking skills in both a study and review mode, as well as student and instructor resources on the Point. There is the option to package this title with Lippincott's NCLEX-RN 10,000 Powered by PrepU, a powerful adaptive learning system geared to help students prepare for the NCLEX. These 2 products together offer students the perfect practice for the NCLEX-RN exam.
React: Up and Running
Stoyan Stefanov - 2015
With "React: Up and Running" you'll learn how to get off the ground with React, with no prior knowledge.This book teaches you how to build components, the building blocks of your apps, as well as how to organize the components into large-scale apps. In addition, you ll learn about unit testing and optimizing performance, while focusing on the application s data (and letting the UI take care of itself)."
Wiring Simplified
H.P. Richter - 1978
Homeowners learn how to understand codes and safety, select and connect wires, ground for safety, and install service equipment. Detailed drawings illustrate how to wire electrical devices, such as receptacles and different types of switches, with a focus on ensuring safe installations. Also discussed are special wiring projects such as modernizing old wiring and working with power-limited wiring.
They All Laughed...: From Light Bulbs to Lasers: The Fascinating Stories Behind the Great Inventions
Ira Flatow - 1992
An enlightening and fun look at scientific discoveries and the often wacky and accidental ways in which they have led to some of the most important inventions--by award-winning journalist Ira Flatow.
Aircraft Structures for Engineering Students
T.H.G. Megson - 1989
It covers all fundamental subjects, including elasticity, structural analysis, airworthiness and aeroelasticity. Now in its fourth edition, the author has revised and updated the text throughout and added new case study and worked example material to make the text even more accessible.The leading Aircraft Structures text, covering a complete course from basic structural mechanics to finite element analysisEnhanced pedagogy with additional case studies, worked examples and home work exercises
Lucene in Action
Erik Hatcher - 2004
It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results.Lucene powers search in surprising placesWhat's Inside- How to integrate Lucene into your applications- Ready-to-use framework for rich document handling- Case studies including Nutch, TheServerSide, jGuru, etc.- Lucene ports to Perl, Python, C#/.Net, and C++- Sorting, filtering, term vectors, multiple, and remote index searching- The new SpanQuery family, extending query parser, hit collecting- Performance testing and tuning- Lucene add-ons (hit highlighting, synonym lookup, and others)
Build Awesome Command-Line Applications in Ruby 2: Control Your Computer, Simplify Your Life
David B. Copeland - 2012
With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life. With this book, you'll learn specific ways to write command-line applications that are easy to use, deploy, and maintain, using a set of clear best practices and the Ruby programming language. This book is designed to make any programmer or system administrator more productive in their job. Now updated for Ruby 2.Writing a command-line application that's self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, because it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Plus, Ruby has the support of a rich ecosystem of open source tools and libraries.Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason why a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.With Ruby, the command line is not dead. Long live the command line.
The Life of the Automobile: The Complete History of the Motor Car
Steven Parissien - 2013
Readers learn the grand and turbulent history of the motor car, from its earliest appearance in the 1880s—as little more than a powered quadricycle—and the innovations of the early pioneer carmakers. The author examines the advances of the interwar era, the Golden Age of the 1950s, and the iconic years of the 1960s to the decades of doubt and uncertainty following the oil crisis of 1973, the global mergers of the 1990s, the bailouts of the early twenty-first century, and the emergence of the electric car.This is not just a story of horsepower and performance but a tale of extraordinary people: of intuitive carmakers such as Karl Benz, Sir Henry Royce, Giovanni Agnelli (Fiat), André Citroën, and Louis Renault; of exceptionally gifted designers such as the eccentric, Ohio-born Chris Bangle (BMW); and of visionary industrialists such as Henry Ford, Ferdinand Porsche (the Volkswagen Beetle), and Gene Bordinat (the Ford Mustang), among numerous other game changers.Above all, this comprehensive history demonstrates how the epic story of the car mirrors the history of the modern era, from the brave hopes and soaring ambitions of the early twentieth century to the cynicism and ecological concerns of a century later. Bringing to life the flamboyant entrepreneurs, shrewd businessmen, and gifted engineers that worked behind the scenes to bring us horsepower and performance, The Life of the Automobile is a globe-spanning account of the auto industry that is sure to rev the engines of entrepreneurs and gearheads alike.
The Daily You: How the New Advertising Industry Is Defining Your Identity and Your Worth
Joseph Turow - 2012
That is the scenario media guru Nicholas Negroponte predicted in the 1990s, with his hypothetical online newspaper The Daily Me—and it is one we experience now in daily ways. But, as media expert Joseph Turow shows, the customized media environment we inhabit today reflects diminished consumer power. Not only ads and discounts but even news and entertainment are being customized by newly powerful media agencies on the basis of data we don’t know they are collecting and individualized profiles we don’t know we have. Little is known about this new industry: how is this data being collected and analyzed? And how are our profiles created and used? How do you know if you have been identified as a “target” or “waste” or placed in one of the industry’s finer-grained marketing niches? Are you, for example, a Socially Liberal Organic Eater, a Diabetic Individual in the Household, or Single City Struggler? And, if so, how does that affect what you see and do online?Drawing on groundbreaking research, including interviews with industry insiders, this important book shows how advertisers have come to wield such power over individuals and media outlets—and what can be done to stop it.