登录
首页 » Project Design » 高速电路越来越普及,EMC和EMI的问题也受到重视.

高速电路越来越普及,EMC和EMI的问题也受到重视.

于 2022-01-31 发布 文件大小:555.17 kB
0 127
下载积分: 2 下载次数: 1

代码说明:

高速电路越来越普及,EMC和EMI的问题也受到重视.-High-speed circuits is becoming increasingly popular, EMC and EMI problems be taken seriously.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1. Completed/min/sec display and correctly followed by counting, using six digit...
    1. 完成时/分/秒的依次显示并正确计数,利用六位数码管显示; 2. 时/分/秒各段个位满10正确进位,秒/分能做到满60向前进位,有系统时间清零功能; 3. 定时器:实现整点报时,通过扬声器发出高低报时声音; 4. 时间设置,也就是手动调时功能:当认为时钟不准确时,可以分别对分/时钟进行调整; 5. 闹钟:实现分/时闹钟设置,在时钟到达设定时间时通过扬声器响铃。有静音模式。 -1. Completed/min/sec display and correctly followed by counting, using six digital tube display 2. When/min/sec in the paragraphs of the correct 10-bit binary full, s/sub can do to advance the age of 60-bit, systematic function of the time cleared 3. timers: realize the whole point of time, by the time the level of sound from loudspeakers 4. time settings, which is manually adjusted when the function: When the clock does not consider accurate, they can respectively sub/clock adjustments 5. alarm clock: the realization of sub-/ when the alarm clock settings, settings in the clock arrival time ringing through the loudspeakers. There are silent mode.
    2023-02-10 00:20:03下载
    积分:1
  • 数字预失真在通信领域内IP核的开发文档,包括数学表达式及硬件框图...
    数字预失真在通信领域内IP核的开发文档,包括数学表达式及硬件框图-Digital Predistortion in the field of IP communications in the development of nuclear documents, including mathematical expression and hardware block diagram
    2023-03-02 10:45:03下载
    积分:1
  • 提出了一个基于嵌入式Linux系统的智能电话信息终端,将计算功能和电话功能有机地结合起来。通过在S3C2410嵌入式开发板上移植ARM Linux嵌入式系统,并...
    提出了一个基于嵌入式Linux系统的智能电话信息终端,将计算功能和电话功能有机地结合起来。通过在S3C2410嵌入式开发板上移植ARM Linux嵌入式系统,并配置各种驱动程序,构造图形用户界面,同时利用开源项目来开发各种应用程序,因此该终端不但能提供基本的个人信息管理和电话呼叫管理等功能,还能实现浏览器、电子邮件和MSN Messenger等网络功能,从而使电话机成为一个方便实用、功能强大的智能信息终端。-Proposed a system based on embedded Linux smart phone information terminals, the calculation function and telephone function combine. Through the embedded development board S3C2410 transplant ARM Linux embedded system, and configure a variety of drivers, graphical user interface structure, while the use of open source projects to develop various applications, so the terminal will not only provide basic personal information management and telephone call management features, but also realize the browser, e-mail and MSN Messenger and other network functions, so that phone into a convenient and practical, powerful, smart information terminals.
    2022-10-21 07:30:03下载
    积分:1
  • 在空调系统风扇的控制中,介绍一种高效率低损耗的开关磁阻电机控制方法,...
    在空调系统风扇的控制中,介绍一种高效率低损耗的开关磁阻电机控制方法,-In the air-conditioning system fan control, presents a low-loss high-efficiency switched reluctance motor control method,
    2022-05-21 08:44:49下载
    积分:1
  • 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包...
    1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指在Pascal语言中具有特定的含义。标准Pascal语言中的保留字一共有35个,Turbo Pascal语言一共有51个。下面是Pascal语言的保留字:AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,FILE,FOR,FUNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL -err
    2023-01-01 10:20:04下载
    积分:1
  • 软件名称:   MiniSniffer网络抓包工具 V1.0 软件功能:   一个小巧的网络抓包工具(嗅探器),绿色软件...
    软件名称:   MiniSniffer网络抓包工具 V1.0 软件功能:   一个小巧的网络抓包工具(嗅探器),绿色软件-software title : MiniSniffer-capturing Packet Network Tools V1.0 software functions : a compact network-capturing Packet tools (sniffer), green software
    2023-04-18 14:20:03下载
    积分:1
  • 详细介绍ARMLINUX交叉编译环境怎样用,以及过程
    详细介绍ARMLINUX交叉编译环境怎样用,以及过程-ARMLINUX details how to use cross-compiler environment, as well as the process of
    2022-02-13 21:59:03下载
    积分:1
  • 1、 对一个等边三角形,每条边按照Koch曲线的方式进行迭代,产生的分形图称为Koch雪花。编制程序绘制出它的图形,并计算Koch雪花的面积,以及它的分形维数。...
    1、 对一个等边三角形,每条边按照Koch曲线的方式进行迭代,产生的分形图称为Koch雪花。编制程序绘制出它的图形,并计算Koch雪花的面积,以及它的分形维数。 2、 自己构造生成元(要有创意),按照图形迭代的方式产生分形图,用计算机编制程序绘制出它的图形,并计算其分形维数。主要用MATLAB编程 -1, for an equilateral triangle, each side in accordance with Koch curve iterative manner, the resulting figure is called Koch snowflake fractal. Programmed to map out its graphics, and calculate the area of Koch snowflake, and its fractal dimension. 2, construct their own generators (the need for creativity), according to the way graphics iterative produce fractal images, using a computer programmed to map out its graphics, and calculate its fractal dimension.using MATLAB
    2022-07-28 03:46:11下载
    积分:1
  • 100M Fiber Transceiver detailed design program, which used the IP113 chips, can...
    100M光纤收发器的详细设计方案,该方案使用了IP113芯片,能实现100M速率的光纤信号到RJ45电信号的转换,该方案已经实现并通过了严格的测试-100M Fiber Transceiver detailed design program, which used the IP113 chips, can achieve speeds of 100M optical signal to electrical signal conversion RJ45, the program has been achieved through a rigorous testing
    2022-03-12 02:22:33下载
    积分:1
  • 太原理工大学硕 士 学 位 论 文 摘 要 随着Internet/Intranet 建设的飞速发展,Web 服务作为当 前Internet 上最热门的一种服务,...
    太原理工大学硕 士 学 位 论 文 摘 要 随着Internet/Intranet 建设的飞速发展,Web 服务作为当 前Internet 上最热门的一种服务,得到了广泛的应用。Web 技术 发展到今天,人们已经可以把数据库技术引入到Web 系统中。将 Web 与数据库结合起来,不仅把Web 与数据库的所有优点集中在 一起,而且充分利用了大量已有的数据库信息资源,可以使用户 在Web 浏览器上方便地检索和浏览数据库的内容,Web 数据库技 术为传统的信息系统应用模式转轨到新的应用模式提供了具体 解决方案,也为解决信息孤岛问题提供了思路。-Taiyuan University of Technology with a master"s degree thesis Abstract Internet/Intranet construction of the rapid development of Web services as the current most popular on the Internet as a service, a wide range of applications. Web technology into today, people can turn the technology into the database to the Web system. Web and Database will combine not only the Web and database together all the advantages, but also made full use of the existing large database of information resources, allowing customers to the Web browser to facilitate the retrieval and browsing the contents of the database, Web database technology to the traditional information system applications model transition to the new model of applica
    2022-07-14 12:21:54下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载