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

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

MODULE

MODULE,n.[計]模塊;組件;模數。[網絡]模塊;模;模組。[專業]模塊[計算機科學技術];模塊[電子、通信與自動控制技術];構件[農業科學]。
  • 基于STM32單片機控制的智能水杯設計

    本設計介紹了一種基于STM32單片機控制的智能水杯,可利用插口式電源或無線充電底座為加熱器提供能量,并在達到某種飲品所需溫度時進行保溫。水杯內置充電電池,可選用USB接口或無線充電。在水杯內部設置無線模塊,用戶利用手機App與水杯進行匹配進行加熱操作,加熱完后水杯會通過手機App和液晶顯示屏實時反饋液體溫度,通過指示燈顯示電量情況等,給用戶進行提醒。該智能水杯設計創新,實用價值較高。This paper introduces an intelligent water cup based by STM32 microcontroller,it can provide energy for the heater by socket type power supply or wireless charging base,and hold temperature needed for some kind of drink.Builtedin rechargeable battery,water cup can use USB or wireless charging.The wireless MODULE is set up inside it,and customers can use mobile App to match and heat.After heating,water cup feeds back liquid temperature through the mobile App,and then displays on LCD,reminds users through the indicator light.The intelligent water cup is designed innovatively and has high practical value.

    標簽: stm32 單片機

    上傳時間: 2022-03-28

    上傳用戶:

  • 基于單片機智能家居設計

    文章提出了一種基于AT89S51單片機的智能家居系統的設計,該系統具有室內煤氣以及煙霧的檢測、家庭室內防盜等功能。文章詳細分析了系統的總體設計,詳盡分析并設計了煤氣傳感器模塊、煙霧傳感器模塊、人體紅外感應傳感器模塊、報警模塊等各硬件部分,并利用PROTUES軟件進行了系統仿真。仿真結果證明:系統具有成本低、效率高、操作方便等優點,達到了預期設計的效果。This paper presents the design of an intelligent home system based on AT89S51 microcontroller.The system has the functions of detecting indoor gas and smoke,guarding against theft in the home,and so on.The overall design of the system is analyzed in detail.The gas sensor MODULE,smoke sensor MODULE,human infrared sensor MODULE,alarm MODULE and other hardware parts are analyzed and designed in detail,and the system simulation is carried out using PROTUES software.The simulation results show that the system has the advantages of low cost,high efficiency,convenient operation and so on,and achieves the expected design effect.

    標簽: 單片機 智能家居

    上傳時間: 2022-03-28

    上傳用戶:

  • Linux內核裁剪與編譯

    學習本章要達到的目標:口1.理解 Linux內核編譯選項的含義口2.學會根據不同的硬件配置裁減定制內核;口3.理解內核編譯過程中每一步的功能,并編譯 Linux2.630內核。需要去重新編譯 Linux內核口增加操作系統對新的硬件設備的支持口增加內核新的功能口對內核代碼或內核配置進行優化時Prompt for development and/or incomplete code/drivers口顯示處于開發調試中或尚未完善的代碼或驅口選中:如果是測試人員或者開發者;口不選:其他情況Local version append to kerne release口追加本地版本號口使用命令“uname-a”進行查看。POSIX Message Queues口 POSIX消息隊列的支持,這是 POSIX進程間通信的一部分BSD Process Accounting口將進程的統計信息寫入文件口信息通常包括建立時間、所有者、命令名稱、內存使用、控制終端等,這個選項一般是選擇的。Enable loadable MODULE support口使能可加載模塊支持口如果使能此選項則可以通過"makeMODULEs_insta"把內核模塊安裝在/lib/MODULEs/中Kernel support for ELF binaries口內核對ELF文件格式的支持口ELF是開放平臺下最常用的二進制文件格式支持動態連接,支持不同的硬件平臺Kernel support for a out and ECOFF binaries口早期UNIX系統的可執行文件格式,目前已經被ELF格式取代Unix domain sockets口本機高效率的 Socket口僅能運行在本機上的高效率的 Socket,簡稱 Unix socket。口很多進程使用為這種機制在操作系統內部進行進程間通信,例如 X Window和 syslog等TCP/IP networking口TcP/IP網絡協議的支持

    標簽: linux

    上傳時間: 2022-03-29

    上傳用戶:kingwide

  • linux內核編程指南

    因此,您想編寫一個內核模塊。您知道C,您已經編寫了一些可以作為進程運行的常規程序,現在您想知道真正的動作在哪里,一個通配指針可以擦掉文件系統,核心轉儲意味著重新啟動。內核模塊到底是什么?模塊是可以根據需要加載和卸載的代碼段。它們擴展了內核的功能,而無需重新引導系統。例如。模塊驅動程序的一種類型是設備驅動程序,它允許內核訪問沒有模塊的系統硬件,我們將不得不構建單片內核并將新功能直接添加到內核映像中,除了具有更大的內核之外,這還具有缺點每次我們想要新功能時都要求我們重建并重新啟動內核的過程So, you want to write a kernel MODULE. You know C, you, ve written a few normal programs to run as processes, and now you want to get to where the real action is, to where a single wild pointer can wipe out your file system and a core dump means a reboot.What exactly is a kernel MODULE? MODULEs are pieces of code that can be loaded and unloaded into th upon demand. They extend the functionality of the kernel without the need to reboot the system. For example.one type of MODULE is the device driver, which allows the kernel to access hardware connected to the syste without MODULEs, we would have to build monolithic kernels and add new functionality directly into the em ernel image, Besides having larger kernels

    標簽: linux

    上傳時間: 2022-03-30

    上傳用戶:

  • 電流檢測電路中運算放大器與ADC的設計

    電學中的測量技術涉及范圍非常廣,電流測量在電學計量中占有非常重要的位置。如何精確地進行電流測量是精密測量的一大難題。傳統的電流檢測電路多采用運算放大芯片與片外電流檢測電路相結合的方式,電路集成度很低,需要較多的接口和資源才能完成對電路的檢測。本文把所有電路部分都集成在一塊芯片上,包括檢測電阻,運算放大器電路及模擬轉數字轉換電路,從而在電路內部可以進行電流檢測,使電路更好的集成化。前置電路使用二級共源共柵結構的運算放大器,減小溝道長度調制效應造成的電流誤差。10位SAR ADC中采用電容驅動能力強的傳輸門保證了模數轉化器的有效精度。比較器模塊采用再生鎖存器與遲滯比較器作為基礎單元組合解決精密測量的問題。本設計可以作為嵌入芯片內的一小部分而檢測芯片中的微小電流1mA~100mA,工作電壓在1.8v左右,電流檢測精度預期達到10uA的需求。The measurement technology in electricity involves a wide range,and current measurement plays a very important position in electrical measurement.How to accurately measure current is a big problem in precision measurement. The traditional current detecting circuit adopts the combination of the operational amplifier chip and theoff-chip current detecting circuit, The circuit integration is very low, and more interfaces and resources are needed tocomplete the circuit detection.This topic integrates all the circuit parts into one chip, including detection resistance, operational amplifier circuit andanalog to digital conversion circuit. Highly integrated circuit makes the external resources on the chip more intensive,so that current detection can be carried out inside the circuit, so that the circuit can be better integrated. Thefront-end circuit of this project uses two-stage cascade operational amplifier and cascade tube to reduce the currenterror caused by channel length modulation effect. In 10-bit SAR ADC, the transmission gate with strong capacitivedriving ability ensures the effective accuracy of the analog-to-digital converter. Comparator MODULE uses regenerativelatch and hysteresis comparator as basic unit to solve the difficult problem of precision measurement. This topic can beused as a small part of the embedded chip to detect the micro-current in the chip 1 mA~100 mA, the working voltageis about 1.8v, and the current detection accuracy is expected to reach the requirement of 10 uA.

    標簽: 電流檢測 電路 運算放大器 adc

    上傳時間: 2022-04-03

    上傳用戶:

  • 一種低成本高可靠的SFP+光收發模塊電路研究與實現

    本文首次設計并驗證了基于macom三合一芯片設計的光模塊電路,該電路旨在提供一種滿足SFF-8472中規定的數字診斷功能的低成本SFP+模塊。電路采用激光器驅動、限幅放大器、控制器以及時鐘恢復單元集成的單芯片,在保證高精度數字診斷功能基礎上,實現了低成本高可靠的特點。該電路在光接收接口組件與激光器驅動和限幅放大器單元的限幅放大器部分之間接入濾波器來提高模塊的靈敏度及信號質量。在控制器單元的數字電位器的引腳上采用外加電阻的方式避免出現上電不發光的故障問題。該研究結果為下一代SFP-DD光模塊設計與開發工作,奠定了一定的理論與實踐基礎。This paper designs and validates the optical MODULE circuit based on the MACOM Trinity chip for the first time.This circuit aims to provide a low-cost SFP MODULE which meets the digital diagnosis function specified in SFF-8472.The circuit uses a single chip integrated with laser driver,limiting amplifier,controller and clock recovery unit.On the basis of ensuring high precision digital diagnosis function,it achieves the characteristics of low cost and high reliability.The circuit connects a filter between the optical receiving interface MODULE and the limiting amplifier part of the laser driver and limiting amplifier unit to improve the sensitivity and signal quality of the MODULE.The pin of the digital potentiometer in the controller unit is equipped with an external resistance to avoid the problem of power failure.The research results lay a theoretical and practical foundation for optical MODULE design in high-speed data center.

    標簽: sfp 光收發模塊

    上傳時間: 2022-04-03

    上傳用戶:

  • 基于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

    上傳用戶:

  • HC-SR501 人體紅外感應原理圖

    HC-SR501 High Sensitivity Human Infrared Sensor MODULE Pyroelectric PCB.doc人體紅外感應原理圖

    標簽: 紅外感應

    上傳時間: 2022-04-18

    上傳用戶:

  • 基于TMS320F28335的超聲波流量計硬件原理圖+軟件源碼

    基于TMS320F28335的超聲波流量計硬件原理圖+軟件源碼本文以TMS320F28335 處理器為核心,設計一種用于管道流量測量的超聲波流量計。系統硬件由核心板,超聲波發射和接收電路,切換電路,超聲換能器,基于ADS805 的高速信號采集電路,人機交互以及電源等模塊構成。采用時差法進行管道流量測量,時差測量采用SCOT 加權的廣義互相關時延估計算法。本論文設計的超聲波流量計具有測量速度快、準確性好、成本低等優點。關鍵字:C2000,超聲波,流量,廣義互相關算法AbstractA kind of ultrasonic flowmeter using for the pipe flow measurement is designed based onTMS320F28335 in this paper. The system hardware consists of the following parts: the core board,ultrasonic signal transmitter and receiver circuits, switch circuit, ultrasonic transducer, signalacquisition circuit based on ADS805, human-computer interaction MODULE and power supplyMODULE, etc. The system use the method of time difference for pipeline flow measurement and thetime difference is calculated by the time-delay algorithm of SCOT weighted generalizedcross-correlation. The ultrasonic flowmeter has the features of high testing speed, high precisionand low cost, etc.Keywords: C2000,Ultrasonic, Flow, Generalized Cross-Correlation Algorithm

    標簽: tms320f28335 超聲波流量計

    上傳時間: 2022-05-06

    上傳用戶:

  • 基于TMS320F28035芯片為控制核心的空間矢量異步電機變頻器

    基于TMS320F28035芯片為控制核心的空間矢量異步電機變頻器  我們設計的異步電機變頻調速器以TMS320F28035芯片為控制核心,通過輸出三相PWM波控制智能功率模塊IPM驅動三相異步電機。我們使用空間矢量SVPWM算法,并對其進行了優化。采用檢測反電勢的方法省去了昂貴的光電編碼器,大大節省了成本。同時開創性的研發了自動根據運行環境調節的自適應變頻算法,使我們的變頻調速器可以在電網條件惡劣的鄉村山區工作,由此該變頻器已被一家民用水泵生產企業預訂。關鍵字 變頻器 TMS320f28035 IPM SVPWM In our design, the asynchronous machine inverter based on the chip of TMS320F28035 drives the three-Phase asynchronous machine by sending three-phase PWM waves to the IPM, which is short for the Intelligent-Power-MODULE. The SVPWM (space vector pulse width modulation) strategy is applied to our control algorithm and we optimize it mainly in two aspects. Firstly the inverter detects the speed by measuring the Back EMF instead of installing an expensive photoelectric encoder for costs reduction. 

    標簽: tms320f28035 芯片

    上傳時間: 2022-05-08

    上傳用戶:zhanglei193

主站蜘蛛池模板: 清涧县| 丰台区| 将乐县| 贵南县| 龙门县| 南雄市| 民勤县| 张家界市| 正阳县| 秭归县| 辽宁省| 新和县| 漳平市| 寿光市| 龙南县| 和林格尔县| 东城区| 奉贤区| 临夏市| 富川| 长汀县| 岐山县| 梅河口市| 石阡县| 措美县| 永昌县| 巴里| 澳门| 江油市| 明星| 普格县| 香港| 平遥县| 疏附县| 二连浩特市| 清镇市| 介休市| 大田县| 沂源县| 吴旗县| 汕头市|