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

Key-Value

  • RFID-WSN+Integrated+Architecture

    Radio frequency identification (RFID) and Wireless sensor networks (WSN) are the two key wireless technologies that have diversified applications in the present and the upcoming systems in this area. RFID is a wireless automated recognition technology which is primarily used to recognize objects or to follow their posi- tion without providing any sign about the physical form of the substance. On the other hand, WSN not only offers information about the state of the substance and environment but also enables multi-hop wireless communications.

    标签: Architecture Integrated RFID-WSN

    上传时间: 2020-06-08

    上传用户:shancjb

  • Auto-Machine-Learning-Methods-Systems-Challenges

    The past decade has seen an explosion of machine learning research and appli- cations; especially, deep learning methods have enabled key advances in many applicationdomains,suchas computervision,speechprocessing,andgameplaying. However, the performance of many machine learning methods is very sensitive to a plethora of design decisions, which constitutes a considerable barrier for new users. This is particularly true in the booming field of deep learning, where human engineers need to select the right neural architectures, training procedures, regularization methods, and hyperparameters of all of these components in order to make their networks do what they are supposed to do with sufficient performance. This process has to be repeated for every application. Even experts are often left with tedious episodes of trial and error until they identify a good set of choices for a particular dataset.

    标签: Auto-Machine-Learning-Methods-Sys tems-Challenges

    上传时间: 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

  • Digital and Statistical Signal Processing

    The goal of this textbook is to support the teaching of digital and statistical signal processing in higher education. Particular attention is paid to the presentation of the fun- damental theory; key topics are outlined in a comprehensible way, and all areas of the subject are discussed in a fashion that aims at simplification without sacrificing accuracy.

    标签: Statistical Processing Digital Signal and

    上传时间: 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

  • 音频放大器设计

    This design uses Common-Emitter Amplifier (Class A) with 2N3904 Bipolar Junction Transistor. Use “Voltage Divider Biasing” to reduce the effects of varying β (= ic / ib) (by holding the Base voltage constant)  Base Voltage (Vb) = Vcc * [R2 / (R1 + R2)]  Use Coupling Capacitors to separate the AC signals from the DC biasing voltage (which only pass AC signals and block any DC component).  Use Bypass Capacitor to maintain the Q-point stability.  To determine the value of each component, first set Q-point close to the center position of the load line. (RL is the resistance of the speaker.)

    标签: 音频放大器设计 电路图 英文

    上传时间: 2020-11-27

    上传用户:

  • stdafx.h

    --stdafx.h中没有函数库,只是定义了一些环境参数,使得编译出来的程序能在32位的操作系统环境下运行。 windows和mfc的include文件都非常大,即使有一个快速的处理程序,编译程序也要花费相当长的时间来完成工作。由于每个.cpp文件都包含相同的include文件,为每个.cpp文件都重复处理这些文件就显得很傻了。 为避免这种浪费,appwizard和visualc++编译程序一起进行工作,如下所示: --appwizard建立了文件stdafx.h,该文件包含了所有当前工程文件需要的mfcinclude文件。且这一文件可以随被选择的选项而变化。 --appwizard然后就建立stdafx.cpp。这个文件通常都是一样的。 --然后appwizard就建立起工程文件,这样第一个被编译的文件就是stdafx.cpp。 --当visualc++编译stdafx.cpp文件时,它将结果保存在一个名为stdafx.pch的文件里。(扩展名pch表示预编译头文件。) --当visualc++编译随后的每个.cpp文件时,它阅读并使用它刚生成的.pch文件。visualc++不再分析windowsinclude文件,除非你又编辑了stdafx.cpp或stdafx.h。 在这个过程中你必须遵守以下规则: --你编写的任何.cpp文件都必须首先包含stdafx.h。 --如果你有工程文件里的大多数.cpp文件需要.h文件,顺便将它们加在stdafx.h(后部)上,然后预编译stdafx.cpp。 --由于.pch文件具有大量的符号信息,它是你的工程文件里最大的文件。 如果你的磁盘空间有限,你就希望能将这个你从没使用过的工程文件中的.pch文件删除。执行程序时并不需要它们,且随着工程文件的重新建立,它们也自动地重新建立。

    标签: stdafx

    上传时间: 2021-05-19

    上传用户:1155

  • STM8单片机开发板资料STM8S208RB DEMO软件源码+例程讲解+开发板原理图+芯片资料:

    STM8单片机开发板资料STM8S208RB DEMO软件源码+例程讲解+开发板原理图+芯片资料:'stm8板原理图.pdf使用说明文件开发板介绍.pdf相关例程讲解相关芯片资料相关辅助软件软件源码程序AD(寄存器操作,连续转换模式)ADC_OLEDBEEP 寄存器操作BEPPCAN For STVDCLKDS18B20EXTII2C_24C02I2C_24C64IWDG独立看门狗KEYLCD1602LEDRADIOTIME1_pwmTime4_1Time4_2USART1AD应用.pdfGPIO口操作.pdfI2C应用.pdfIWDG_独立看门狗.pdfMMA7455例程简单介绍.pdfSPI.pdfTIME1-PWM应用.pdfTIME4应用.pdfUSART应用.pdf时钟.pdf蜂鸣器应用.pdf

    标签: stm8 单片机 开发板 stm8s208rb demo

    上传时间: 2021-10-25

    上传用户:qdxqdxqdxqdx

  • 低通滤波设计软件

    FilterLab是一款专业实用的低通滤波器设计软件。该软件可以为大家在设计滤波电路是带来很好的帮助,只需输入带宽或者起始的频率还有需要几阶的滤波器,既可以得到所需的电路,并且给出适合的电阻和电容值。       1、高通巴特沃斯Salen键过滤器  2、高通Chebychev Salen-Key过滤器  3、带通巴特沃斯多反馈滤波器  4、带通Chebychev多反馈滤波器  5、过滤器选择向导  6、香料清单视图  7、弧度阶段视图  8、将Spice列表复制到剪贴板  9、将电路复制到剪贴板  10、将响应图复制到剪贴板  11、将响应另存为JPEG  12、支持自定义保存/打开项目

    标签: 低通滤波

    上传时间: 2021-11-22

    上传用户:

  • PADS Power-PCB软件培训.pdf

    PowerPCB(Scurity device)–  (Parallel Port)–  License.dat ( PowerPCB v3.5Pcblic.dat)– /padspwr/security/licenses •  !"#$%&– ! "#$(Key)%& (license.dat 'pcblic.dat)– () *+,- ./01.)

    标签: pads

    上传时间: 2021-11-22

    上传用户:bluedrops