搜索:Module

找到约 687 项符合「Module」的查询结果

结果 687
按分类筛选
显示更多分类
https://www.eeworm.com/dl/835557.html 技术资料

Verilog的135个经典设计 实例

【例3.1]4位全加器module adder 4(cout,sum i na,i nb,cin);output[3:0]sum output cout;input[3:0]i na,i nb;input cin;assign(cout,suml=i na +i nb+ci n;endmodule【例3.2]4位计数器module count 4(out,reset,clk);output[3:0]out;input reset,cl k;regl 3:01 out;always ...
下载 8
·
查看 9061
https://www.eeworm.com/dl/858835.html 技术资料

微型模块电源产品

具有 60 多种选项的 μModule 电源产品是完整的电源管理解决方案,它们将 DC/DC 控制器、电感器、功率晶体管、以及补偿组件集成在一个外形与 IC 芯片相似的紧凑型封装之中。μModule 电源产品系列得到了凌力尔特严格测试及高可靠性工艺的支持,可简化了复杂电源电路的实施、验证和制造。 ...
下载 5
·
查看 9925
https://www.eeworm.com/dl/687/202421.html 其他嵌入式/单片机内容

This getting started exercise will guide you through the step-by-step process of transforming a MATL

This getting started exercise will guide you through the step-by-step process of transforming a MATLAB floating-point model into a hardware module that can be implemented in silicon (FPGA or ASIC). The design is a general purpose FIR filter taken from the AccelDSP Examples direct ...
下载 74
·
查看 1103
https://www.eeworm.com/dl/977892.html 技术资料

STM32_电子相框

基于STM32平台的数码相框程序,sd卡驱动SD_driver和FAT32文件系统FatFs - FAT file system module R0.07a工作正常。
下载 10
·
查看 9737
https://www.eeworm.com/dl/522342.html 书籍

Power+Electronic+Modules+Design+Manufacture

A power semiconductor module is basically a power circuit of different materials assembled together using hybrid technology, such as semiconduc- tor chip attachment, wire bonding, encapsulation, etc. The materials involved cover a wide range from insulators, conductors, and semic ...
下载 1
·
查看 141
https://www.eeworm.com/dl/841986.html 技术资料

基于STM32F407的openmv项目源码及库

基于STM32F407的openmv###OpenMV (Open Machine Vision Module)OpenMV is an open-source tiny machine vision module based on an STM32F4xx ARM Cortex-M4 MCU and an OV9650 sensor, it's currently capable of doing face detection at 25FPS, color tracking at 30FPS+ and has USART interfa ...
下载 5
·
查看 6344
https://www.eeworm.com/dl/894667.html 技术资料

QR二维码在公司访客门禁中的应用

随着物联网技术的不断发展,门禁系统的更新和升级已经成为一种必然趋势。针对传统的公司门禁系统存在的访客管理困难、灵活性差、安全性低等诸多问题,提出一种基于QR二维码识别的访客门禁系统的设计方案。该设计将二维码作为公司访客身份识别的载体,访客通过在摄像头下扫描访客持有的二维码即可打开对应 ...
下载 8
·
查看 5590
https://www.eeworm.com/dl/899006.html 技术资料

基于单片机的双轴太阳能跟踪系统设计

基于STC12C5A60S2单片机设计的双轴太阳能跟踪系统由传感器模块、电机驱动模块以及控制模块组成。传感器模块使用硅光电池并结合简单结构模型对太阳光光强进行采样,控制模块使用STC12C5A60S2单片机为核心对采样结果进行处理后控制直流电机以实现太阳跟踪的目的。简单实验结果显示本系统可在指定时间内通 ...
下载 4
·
查看 4263
https://www.eeworm.com/dl/831690.html 技术资料

基于单片机智能家居设计

文章提出了一种基于AT89S51单片机的智能家居系统的设计,该系统具有室内煤气以及烟雾的检测、家庭室内防盗等功能。文章详细分析了系统的总体设计,详尽分析并设计了煤气传感器模块、烟雾传感器模块、人体红外感应传感器模块、报警模块等各硬件部分,并利用PROTUES软件进行了系统仿真。仿真结果证明:系统具 ...
下载 1
·
查看 7225
https://www.eeworm.com/dl/894773.html 技术资料

基于超声技术的室内定位设计

本设计以STC89LE52AD单片机和超声换能器为核心,采用时间到达法,移动节点的超声波接收模块和射频发射模块以及固定节点的超声波发射模块和射频信号接收模块。利用三点决定一个平面原理设定三个固定超声波发射点。用射频信号的发射和接收时间作为计时点,根据固定节点超声波发射和移动节点接收到超声波之间 ...
下载 4
·
查看 1465