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

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

senior-level

  • Embeddings in Natural Language Processing

    Artificial Intelligence (AI) has undoubtedly been one of the most important buz- zwords over the past years. The goal in AI is to design algorithms that transform com- puters into “intelligent” agents. By intelligence here we do not necessarily mean an extraordinary level of smartness shown by superhuman; it rather often involves very basic problems that humans solve very frequently in their day-to-day life. This can be as simple as recognizing faces in an image, driving a car, playing a board game, or reading (and understanding) an article in a newspaper. The intelligent behaviour ex- hibited by humans when “reading” is one of the main goals for a subfield of AI called Natural Language Processing (NLP). Natural language 1 is one of the most complex tools used by humans for a wide range of reasons, for instance to communicate with others, to express thoughts, feelings and ideas, to ask questions, or to give instruc- tions. Therefore, it is crucial for computers to possess the ability to use the same tool in order to effectively interact with humans.

    標簽: Embeddings Processing Language Natural in

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • Digital.Image.Processing.

    This edition of Digital Image Processing is a major revision of the book. As in the 1977 and 1987 editions by Gonzalez and Wintz, and the 1992, 2002, and 2008 editions by Gonzalez and Woods, this sixth-generation edition was prepared with students and instructors in mind. The principal objectives of the book continue to be to provide an introduction to basic concepts and methodologies applicable to digital image processing, and to develop a foundation that can be used as the basis for further study and research in this field. To achieve these objectives, we focused again on material that we believe is fundamental and whose scope of application is not limited to the solution of specialized problems. The mathematical complexity of the book remains at a level well within the grasp of college seniors and first-year graduate students who have introductory preparation in mathematical analysis, vectors, matrices, probability, statistics, linear systems, and computer programming. The book website provides tutorials to support readers needing a review of this background material

    標簽: Processing Digital Image

    上傳時間: 2021-02-20

    上傳用戶:

  • STM32F7數據手冊.pdf

    This programming manual provides information for application and system-level softwaredevelopers. It gives a full description of the STM32F3 and STM32F4 Series Cortex?-M4processor programming model, instruction set and core peripherals.

    標簽: stm32f7

    上傳時間: 2021-12-02

    上傳用戶:

  • 代碼大全Steve McConnell著 919頁高清文字版

    軟件開發人員必備工具書,,目錄如下Welcome to Software Construction [1]1.1 What Is Software Construction?1.2 Why Is Software Construction Important?1.3 How to Read This Book......7.1 Valid Reasons to Create a Routine7.2 Design at the Routine Level7.3 Good Routine Names7.4 How Long Can a Routine Be?7.5 How to Use Routine Parameters7.6 Special Considerations in the Use of Functions7.7 Macro Routines and Inline RoutinesDefensive Programming [5.6 + new material]8.1 Protecting Your Program From Invalid Inputs8.2 Assertions8.3 Error Handling Techniques8.4 Exceptions8.5 Barricade Your Program to Contain the Damage Caused by Errors8.6 Debugging Aids8.7 Determining How Much Defensive Programming to Leave in Production Code8.8 Being Defensive About Defensive ProgrammingThe Pseudocode Programming Process [4+new material]9.1 Summary of Steps in Building Classes and Routines9.2 Pseudocode for Pros9.3 Constructing Routines Using the PPP9.4 Alternatives to the PPP......

    標簽: 代碼大全 軟件開發

    上傳時間: 2021-12-08

    上傳用戶:20125101110

  • Agilent 34401A Service Guide.pdf

    Agilent 34401A Service Guide.pdfIEC Measurement Category II includes electrical devices connected to mains at an outlet on a branch circuit. Such devices include most small appliances, test equipment, and other devices that plug into a branch outlet or socket. The 34401A may be used to make measurements with the HI and LO inputs connected to mains in such devices, or to the branch outlet itself (up to 300 VAC). However, the 34401A may not be used with its HI and LO inputs connected to mains in permanently installed electrical devices such as the main circuit-breaker panel, sub-panel disconnect boxes, or permanently wired motors. Such devices and circuits are subject to overvoltages that may exceed the protection limits of the 34401A. Note: Voltages above 300 VAC may be measured only in circuits that are isolated from mains. However, transient overvoltages are also present on circuits that are isolated from mains. The Agilent 34401A are designed to safely withstand occasional transient overvoltages up to 2500 Vpk. Do not use this equipment to measure circuits where transient overvoltages could exceed this level. Additional Notices Waste Electrical and Electronic Equipment (WEEE) Directive 2002/96/EC This product complies with the WEEE Directive (2002/96/EC) marking requirement. The affixed product label (see below) indicates that you must not discard this electrical/electronic product in domestic household waste. Product Category: With reference to the equipment types in the WEEE directive Annex 1, this product is classified as a "Monitoring and Control instrumentation" product. Do not dispose in domestic household waste. To return unwanted products, contact your local Agilent office, or see www.agilent.com/environment/product for more information. Agilent 34138A Test Lead Set The Agilent 34401A is compatible with the Agilent 34138A Test Lead Set described below. Test Lead Ratings Test Leads - 1000V, 15A Fine Tip Probe Attachments - 300V, 3A Mini Grabber Attachment - 300V, 3A SMT Grabber Attachments - 300V, 3A Operation The Fine Tip, Mini Grabber, and SMT Grabber attachments plug onto the probe end of the Test Leads. Maintenance If any portion of the Test Lead Set is worn or damaged, do not use. Replace with a new Agilent 3413

    標簽: agilent

    上傳時間: 2022-02-20

    上傳用戶:

  • 電子書-RTL Design Style Guide for Verilog HDL540頁

    電子書-RTL Design Style Guide for Verilog HDL540頁A FF having a fixed input value is generated from the description in the upper portion of Example 2-21. In this case, ’0’ is output when the reset signal is asynchronously input, and ’1’ is output when the START signal rises. Therefore, the FF data input is fixed at the power supply, since the typical value ’1’ is output following the rise of the START signal. When FF input values are fixed, the fixed inputs become untestable and the fault detection rate drops. When implementing a scan design and converting to a scan FF, the scan may not be executed properl not be executed properly, so such descriptions , so such descriptions are not are not recommended. recommended.[1] As in the lower part of Example 2-21, be sure to construct a synchronous type of circuit and ensure that the clock signal is input to the clock pin of the FF. Other than the sample shown in Example 2-21, there are situations where for certain control signals, those that had been switched due to the conditions of an external input will no longer need to be switched, leaving only a FF. If logic exists in a lower level and a fixed value is input from an upper level, the input value of the FF may also end up being fixed as the result of optimization with logic synthesis tools. In a situation like this, while perhaps difficult to completely eliminate, the problem should be avoided as much as possible.

    標簽: RTL verilog hdl

    上傳時間: 2022-03-21

    上傳用戶:canderile

  • 基于stm32f103c8t6單片機的主從式桌面機械臂的設計

    隨著科技發展及工業4.0 進程推進,機械臂應用范圍越來越廣,并演化出各種各樣的機械臂,如碼垛機械臂、焊接機械臂、裝配機械臂以及手術機械臂等。現利用solidworks 進行三維建模,設計制作一款基于stm32f103c8t6 單片機的主從式桌面級機械臂,該機械臂包括一個主動機械臂和一個從動機械臂,采用藍牙傳輸信號方式進行同步運動,并且詳細介紹了該機械臂材料選擇、結構設計、工作原理、組成部分和設計特點。With the development of science and technology and the advancement of Industry 4.0, the application range of the mechanical arm has become wider and wider, and various types of mechanical arms, such as palletizing robot arms, welding robot arms, assembly robot arms, and surgical robot arms, have been developed. Now using solidworks for 3D modeling, design and manufacture a master-slave desktop-level robot arm based on stm32f103c8t6 single-chip microcomputer. The robot arm includes an active robot arm and a slave robot arm, which uses Bluetooth to transmit signals for synchronous motion. The material selection, structural design, working principle, components and design features of the manipulator are introduced.

    標簽: stm32f103c8t6 單片機

    上傳時間: 2022-03-27

    上傳用戶:

  • ESP32 DHT11 MQTT 溫濕度實例

    1. Preface2. The concept2.2. Prescience 2.3. Reading guide 2.4. Abbreviations 2.5. Version management3. Hardware3.2. ESP32 3.3.2. Hardware schema 3.3.3. DHT22 and level shifter 3.3.4. Geekcreit? ESP32 Development Board4. Software4.2. Installatie van GIT 4.3. Installatation of the ESP32 Core 4.4. Installation of the Xtensa and ESP32 Tools 4.5. Python 4.5.1. Install Python 4.5.2. Installation of pySerial and EspTool 4.6. Test the software installation5. The ESP32 IoT project 5.1.1. WiFi connection 5.1.2. Setup date and time 5.1.3. MQTT connection 5.1.4. Determining temperature and humidity 5.2. IOT_ESP32_Project source6. Test6.2. ESP32, NodeJS, MongoDB en Mosca 6.2.1. Start MongoDB 6.2.2. Start NodeJS Express serve and Mosca broker 6.2.3. Start the ESP32 6.2.4. Start an Chrome browser

    標簽: esp32 dht11 mqtt

    上傳時間: 2022-04-05

    上傳用戶:kingwide

  • 基于MSP430F5529單片機綜合實驗裝置的研制

    針對目前MSP430單片機實驗裝置較少、實驗內容少,而且無MSP430高端產品的實驗裝置,研制了基于MSP430F5529單片機的綜合實驗裝置,主要包括MSP430 Launch Pad和母板兩部分。較傳統的單片機實驗裝置增加了模擬電路的設置,設計的實驗能夠利用單片機的所有外設,可進行模塊基礎實驗和綜合實驗兩大類實驗,非常適合自動化和電氣信息類大學生學習使用。Concerning with the lack of experimental equipment and content based on MSP430,and especially,the experimental equipment of MSP430 senior products,an experimental equipment based on MSP430F5529 microcontroller is developed. It mainly consists of two parts: MSP430 Launch Pad and main board. Compared with traditional microcontroller experiment equipment,a few analog circuits were added. The experiment we set up takes advantage of all microcontroller peripherals. Students can do two kinds of experiments: module experiment and complex experiment.Therefore it fits university students in automation and electrical major very well.

    標簽: msp430f5529 單片機

    上傳時間: 2022-04-13

    上傳用戶:

  • TFT+LCD驅動芯片的研究與設計

    文章針對800×600象素的 TFT LCD,介紹了LCD顯示原理、TFT元件特性、TFT-LCD的結構及驅動原理,重點進行了 TFT-LCD周邊驅動電路設計,包括柵(行)驅動電路和源〔列)驅動電路。柵驅動芯片,內部主要包括邏輯控制電路、雙向移位寄存器、電平位移電路和4-Level輸出電路。本文設計了一種多模式工作的柵驅動電路,其中控制電路包含左右移位控制、輸入輸出控制、分段清零、工作模式選擇,且相互之間必須進行互相配合。可根據應用場合的不同,而選擇不同的工作模式。列驅動芯片,首先分析其工作原理,并對內部兩個關鍵電路進行設計:并行輸入串行輸出電路和用于實現λ校正的DA變換電路。并采用兩種方式實現了DA轉換,一種是利用高低電壓組合;另一種是采用高低位譯碼電路來實現。在此基礎上,為了能夠降低列驅動芯片的功耗,對列驅動芯片的結構進行了改進,并對改進后的緩沖電路進行了設計,采用 Hspice對芯片內部的模塊電路進行仿真,仿真結果表明,所設計的驅動芯片基本能夠滿足所需的要求,并對柵驅動電路進行版圖設計關鍵詞:TFT LCD電平位移柵驅動列驅動科學技術的發展日新月異,顯示技術也在發生一場革命,隨著顯示技術的突破及市場需求的急劇增長,使得以液晶顯示(LCD)為代表的平板顯示(FPD)技術迅速崛起。目前競爭最激烈的平板顯示器有四個品種:場致發射平板顯示器(FED)、等離子體平板顯示器(PDP)、薄膜晶體管液晶平板顯示器(TFT-ICD)和有機電致發光顯示器(OLED)。而由于 TFT-LCD在亮度、對比度、功耗、壽命、體積和重量等方面的優勢,從而得到廣泛的關注和應用

    標簽: tft lcd 驅動 芯片

    上傳時間: 2022-04-22

    上傳用戶:

主站蜘蛛池模板: 子洲县| 迭部县| 南和县| 兴安盟| 什邡市| 平邑县| 横峰县| 怀仁县| 株洲市| 武穴市| 榕江县| 衡阳县| 鹿泉市| 荔波县| 赣榆县| 北碚区| 桂平市| 邳州市| 武城县| 关岭| 北宁市| 江阴市| 林周县| 石柱| 漯河市| 政和县| 西和县| 朔州市| 开封县| 乡城县| 保山市| 阆中市| 金昌市| 西乌珠穆沁旗| 澄江县| 泰来县| 绥棱县| 天镇县| 北安市| 资源县| 金乡县|