虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

an-introduction-to-rfid-technolog

  • Transmission+Systems+Design+Handbooks

    Public telephone operators and new independent wireless operators through- out the world are deploying wireless access in an effort to drastically reduce delivery costs in the most expensive part of the network?the local loop. Available radio technology enables both existing and new entrants to access subscribers in a rapid manner and deliver their basic telephony products and broadband-enhanced services.

    标签: Transmission Handbooks Systems Design

    上传时间: 2020-06-01

    上传用户:shancjb

  • Ultra Wideband Signals and Systems 1st

    In this book we focus on the basic signal processing that underlies current and future ultra wideband systems. By looking at signal processing in this way we hope this text will be useful even as UWB applications mature and change or regulations regarding ultra wideband systems are modified. The current UWB field is extremely dynamic, with new techniques and ideas being presented at every communications and signal-processing conference. The basic signal-processing techniques presented in this text though will not change for some time to come. Thus, we have taken a somewhat theoretical approach, which we believe is longer lasting and more useful to the reader in the long term than an up-to-the-minute summary that is out of date as soon as it is published.

    标签: Wideband Signals Systems Ultra 1st

    上传时间: 2020-06-01

    上传用户:shancjb

  • Basic+ESD+and+IO+Design

    This effort started as an answer to the numerous questions the authors have repeatedly had to answer about electrostatic discharge (ESD) protection and input/output (1/0) designs. In the past no comprehensive book existed suffi- ciently covering these areas, and these topics were rarely taught in engineering schools. Thus first-time I/O and ESD protection designers have had consider- able trouble getting started. This book is in part an answer to such needs.

    标签: Design Basic ESD and IO

    上传时间: 2020-06-05

    上传用户:shancjb

  • Deploying+Raspberry+Pi+in+the+Classroom

    The Raspberry Pi has become a computing phenomenon. This single-board miniature computer, first released in February 2012 by the Raspberry Pi Foundation, has grown into a series of nearly a dozen models that have sold a total of more than 10 million units in five years. Inexpensive to buy and to run, Raspberry Pi computers are great for enthusiasts, good for games, and fun for children. Raspberry Pi computers are also terrific in the classroom, enabling you to put on each desk an easily-manageable computer on which students can do everything from learning Internet use and essential office software skills, through grasping programming basics in an easy-to-learn format, to performing full-on programming in Python, Java, C, and other languages. Better yet, you can install all the software needed for those activities automatically alongside the operating system.

    标签: Deploying Classroom Raspberry the Pi in

    上传时间: 2020-06-06

    上传用户:shancjb

  • A_Software-Defined_GPS_and_Galileo_Receiver

    Software-defined radios (SDRs) have been around for more than a decade. The first complete Global Positioning System (GPS) implementation was described by Dennis Akos in 1997. Since then several research groups have presented their contributions. We therefore find it timely to publish an up-to-date text on the sub- ject and at the same time include Galileo, the forthcoming European satellite- based navigation system. Both GPS and Galileo belong to the category of Global Navigation Satellite Systems (GNSS).

    标签: A_Software-Defined_GPS_and_Galile o_Receiver

    上传时间: 2020-06-09

    上传用户:shancjb

  • Introduction to the Mathematical Theory

    Mathematics isplayinganevermoreimportantroleinthephysicalandbiological sciences,provokinga blurringof boundariesbetweenscientific disciplinesand a resurgenceof interestinthemodemas well as theclassicaltechniquesof applied mathematics. Thisrenewalofinterest,bothinresearchandteaching,hasledtothe establishment of theseries: Texts in AppliedMathematics (TAM). Thedevelopmentofnewcoursesisanaturalconsequenceofahighleve

    标签: Introduction Mathematical Theory the to

    上传时间: 2020-06-10

    上传用户:shancjb

  • Deep_Learning_for_Computer_Architects

    This book is intended to be a general introduction to neural networks for those with a computer architecture, circuits, or systems background. In the introduction (Chapter 1), we define key vo- cabulary, recap the history and evolution of the techniques, and for make the case for additional hardware support in the field.

    标签: Deep_Learning_for_Computer_Archit ects

    上传时间: 2020-06-10

    上传用户:shancjb

  • Foundations+of+Machine+Learning+2nd

    This book is a general introduction to machine learning that can serve as a reference book for researchers and a textbook for students. It covers fundamental modern topics in machine learning while providing the theoretical basis and conceptual tools needed for the discussion and justification of algorithms. It also describes several key aspects of the application of these algorithms.

    标签: Foundations Learning Machine 2nd of

    上传时间: 2020-06-10

    上传用户:shancjb

  • 《Python深度学习》2018中文版+源代码

    这是我在做大学教授期间推荐给我学生的一本书,非常好,适合入门学习。《python深度学习》由Keras之父、现任Google人工智能研究员的弗朗索瓦•肖莱(François Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,包括计算机视觉、自然语言处理、产生式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。作者在github公布了代码,代码几乎囊括了本书所有知识点。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。但是有一个小小的遗憾:代码的解释和注释是全英文的,即使英文水平较好的朋友看起来也很吃力。本人认为,这本书和代码是初学者入门深度学习及Keras最好的工具。作者在github公布了代码,本人参照书本,对全部代码做了中文解释和注释,并下载了代码所需要的一些数据集(尤其是“猫狗大战”数据集),并对其中一些图像进行了本地化,代码全部测试通过。(请按照文件顺序运行,代码前后有部分关联)。以下代码包含了全书约80%左右的知识点,代码目录:2.1: A first look at a neural network( 初识神经网络)3.5: Classifying movie reviews(电影评论分类:二分类问题)3.6: Classifying newswires(新闻分类:多分类问题 )3.7: Predicting house prices(预测房价:回归问题)4.4: Underfitting and overfitting( 过拟合与欠拟合)5.1: Introduction to convnets(卷积神经网络简介)5.2: Using convnets with small datasets(在小型数据集上从头开始训练一个卷积网络)5.3: Using a pre-trained convnet(使用预训练的卷积神经网络)5.4: Visualizing what convnets learn(卷积神经网络的可视化)

    标签: python 深度学习

    上传时间: 2022-01-30

    上传用户:

  • 密码学 Cryptography: An Introduction (3rd Edition)

    导师发给我的。网安专业可读,与加密相关

    标签: 密码学

    上传时间: 2022-06-04

    上传用户:xsr1983