亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Just

  • RFID+Essentials

    LIKE SO MANY OTHERS , THIS BOOK WAS WRITTEN BECAUSE WE COULDN ’ T FIND ONE LIKE IT . We needed something to hand to all of those people who have come to us asking for “a good book to read on RFID.” When we looked for candidates we found some great books, but most were aimed at electrical engineers or top-level managers, with very little for those of us who are in between. This book is for developers, system and software architects, and project managers, as well as students and professionals in all of the industries impacted by Radio Frequency Identification (RFID) who want to understand how this technology works. As the title suggests, this book is about RFID in general and not Just the most recent developments; however, because so much is going on in the area of RFID for the supply chain and especially the Electronic Product Code (EPC), we have devoted consider- able space to these topics. Regardless of the type of RFID work you may be doing, we think you will find something useful here.

    標簽: Essentials RFID

    上傳時間: 2020-06-08

    上傳用戶:shancjb

  • RFID-Enabled Sensor Design and Appications

    Radio frequency identification (RFID) is gaining in popularity, especially as we find ourselves in this communications age and headed towards a ubiquitous computing world. Automatic identification systems become an important aspect not Just in today’s technology but also as part of our daily life. We need RFID in our cars, transportation systems, access points, and even simple transactions; we also acknowledge the need for RFID in our logistics systems, healthcare, and tracking and locating applications.

    標簽: RFID-Enabled Appications Design Sensor and

    上傳時間: 2020-06-08

    上傳用戶:shancjb

  • Atmospheric+Monitoring+With+Arduino

    There’s a story (it’s either an old vaudeville joke or a Zen koan) in which a fisherman asks a fish, “What’s the water like down there?” and the fish replies “What is water?” If the story is Just a joke, the point is to make us laugh; but if it’s a koan, the point is that the most obvious and ubiquitous parts of our immediate environ- ment are, paradoxically, often the easiest to overlook.

    標簽: Atmospheric Monitoring Arduino With

    上傳時間: 2020-06-09

    上傳用戶:shancjb

  • Practical Arduino Engineering

    I wrote this book so that students, hobbyists, and engineers alike can take advantage of the Arduino platform by creating several projects that will teach them about the engineering process. I also wanted to guide the reader through introductory projects so that they could get a firm grasp on the Arduino Language, and how to incorporate several pieces of hardware to make their own projects. This book offers so much information on the Arduino, not Just the basic LED projects but it offers different peripherals such as Ultrasonic sensor, the Xbox? controller, Bluetooth, and much more. This book also teaches the non-engineer to follow a process that will help them in future project (not Just Arduino projects).

    標簽: Engineering Practical Arduino

    上傳時間: 2020-06-09

    上傳用戶:shancjb

  • Pro Arduino

    Since its release, Arduino has become more than Just a development platform; it has become a culture built around the idea of open source and open hardware, and one that is reimagining computer science and education. Arduino has opened hardware development by making the starting skills easy to obtain, but retaining the complexities of real-world application. This combination makes Arduino a perfect environment for school students, seasoned developers, and designers. This is the first Arduino book to hold the title of “Pro,” and demonstrates skills and concepts that are used by developers in a more advanced setting. Going beyond projects, this book provides examples that demonstrate concepts that can be easily integrated into many different projects and provide inspiration for future ones. The focus of this book is as a transition from the intermediate to the professional.

    標簽: Arduino Pro

    上傳時間: 2020-06-09

    上傳用戶:shancjb

  • Power Electronics And Motor Drives Advances

    I am presenting this novel book on advances and trends in power electronics and motor drives to the professional community with the expectation that it will be given the same wide and enthusiastic acceptance by practicing engineers, R&D professionals, univer- sity professors, and even graduate students that my other books in this area have. Unlike the traditional books available in the area of power electronics, this book has a unique presentation format that makes it convenient for group presentations that use Microsoft’s PowerPoint software. In fact, a disk is included that has a PowerPoint file on it that is ready for presentation with the core figures. Presentations can also be organized using Just selected portions of the book

    標簽: Electronics Advances Drives Power Motor And

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • Data Science Programming All-In-One

    Data science is a term that the media has chosen to minimize, obfuscate, and sometimes misuse. It involves a lot more than Just data and the science of working with data. Today, the world uses data science in all sorts of ways that you might not know about, which is why you need  Data Science Programming All-in-One For Dummies 

    標簽: Programming All-In-One Science Data

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • Operational Ampifier Stability 運算放大器的穩定性

    Wherever possible the overall technique used for this series will be "definition by example" withgeneric formulae included for use in other applications. To make stability analysis easy we will usemore than one tool from our toolbox with data sheet information, tricks, rules-of-thumb, SPICESimulation, and real-world testing all accelerating our design of stable operational amplifier (op amp)circuits. These tools are specifically targeted at voltage feedback op amps with unity-gain bandwidths<20 MHz, although many of the techniques are applicable to any voltage feedback op amp. 20 MHz ischosen because as we increase to higher bandwidth circuits there are other major factors in closing theloop: such as parasitic capacitances on PCBs, parasitic inductances in capacitors, parasitic inductancesand capacitances in resistors, etc. Most of the rules-of-thumb and techniques were developed not Justfrom theory but from the actual building of real-world circuits with op amps <20 MHz.

    標簽: 運算放大器

    上傳時間: 2021-11-01

    上傳用戶:

  • 高清電子書-C++ Primer Plus 第6版英文版 1438頁

    高清電子書-C++ Primer Plus, 第6版英文版 1438頁Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the traditional procedural programming.The fifth edition of this book described the language as set forth in the ISO C++ standards, informally known as C++99 and C++03, or, sometimes as C++99/03. (The 2003 version was largely a technical correction to the 1999 standard and didn’t add any new features.) Since then, C++ continues to evolve.As this book is written, the international C++ Standards Committee has Just approved a new version of the standard.This standard had the informal name of C++0x while in development, and now it will be known as C++11. Most contemporary compilers support C++99/03 quite well, and most of the examples in this book comply with that standard. But many features of the new standard already have appeared in some implementations, and this edition of C++ Primer Plus explores these new features. C++ Primer Plus discusses the basic C language and presents C++ features, making this book self-contained. It presents C++ fundamentals and illustrates them with short, to-the-point programs that are easy to copy and experiment with.You learn about input/output (I/O), how to make programs perform repetitive tasks and make choices, the many ways to handle data, and how to use functions.You learn about the many features C++ has added to C, including the followi

    標簽: C++

    上傳時間: 2022-02-19

    上傳用戶:trh505

主站蜘蛛池模板: 甘孜县| 巴彦淖尔市| 江安县| 台前县| 如东县| 河东区| 苍南县| 咸丰县| 呼伦贝尔市| 介休市| 奉化市| 长岛县| 遵义县| 左云县| 诏安县| 北宁市| 梅河口市| 东光县| 永新县| 南汇区| 淳化县| 裕民县| 台州市| 云南省| 泗洪县| 博兴县| 永丰县| 邵东县| 凤凰县| 安陆市| 宁乡县| 田林县| 剑河县| 德阳市| 登封市| 齐齐哈尔市| 城步| 湘阴县| 娱乐| 上杭县| 大埔县|