1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题
上传时间: 2016-07-25
上传用户:gxrui1991
1. 下列说法正确的是 ( ) A. Java语言不区分大小写 B. Java程序以类为基本单位 C. JVM为Java虚拟机JVM的英文缩写 D. 运行Java程序需要先安装JDK 2. 下列说法中错误的是 ( ) A. Java语言是编译执行的 B. Java中使用了多进程技术 C. Java的单行注视以//开头 D. Java语言具有很高的安全性 3. 下面不属于Java语言特点的一项是( ) A. 安全性 B. 分布式 C. 移植性 D. 编译执行 4. 下列语句中,正确的项是 ( ) A . int $e,a,b=10 B. char c,d=’a’ C. float e=0.0d D. double c=0.0f
上传时间: 2017-01-04
上传用户:netwolf
AP2952,DC TO DC
上传时间: 2013-10-30
上传用户:wxnumen
In a recent discussion with a system designer, the requirementfor his power supply was to regulate 1.5Vand deliver up to 40A of current to a load that consistedof four FPGAs. This is up to 60W of power that must bedelivered in a small area with the lowest height profi lepossible to allow a steady fl ow of air for cooling. Thepower supply had to be surface mountable and operateat high enough effi ciency to minimize heat dissipation.He also demanded the simplest possible solution so histime could be dedicated to the more complex tasks. Asidefrom precise electrical performance, this solution had toremovethe heat generated during DC to DC conversionquickly so that the circuit and the ICs in the vicinity do notoverheat. Such a solution requires an innovative designto meet these criteria:
上传时间: 2013-11-24
上传用户:defghi010
A recent trend in the design of portable devices has beento use ceramic capacitors to filter DC/DC converter inputs.Ceramic capacitors are often chosen because of theirsmall size, low equivalent series resistance (ESR) and highRMS current capability. Also, recently, designers havebeen looking to ceramic capacitors due to shortages oftantalum capacitors.
上传时间: 2013-11-05
上传用户:comer1123
Manufacturers of electronic systems that require power conversion are faced with the need for higher-density dc-to-dc converters that perform more efficiently,
标签: Manufacturers electronic conversion systems
上传时间: 2015-04-17
上传用户:diets
TIMER.ASM ********* [ milindhp@tifrvax.tifr.res.in ] Set Processor configuration word as = 0000 0000 1010 b. a] -MCLR tied to VDD (internally). b] Code protection off. c] WDT disabled. d] Internal RC oscillator [4 MHZ].
标签: configuration Processor milindhp tifrvax
上传时间: 2015-05-24
上传用户:wqxstar
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
用AVR单片机设计的MP3播放器 功能: MP3 Player IDE ATA interface FAT 32 with long file name support USB interface On board power supply (input from 7v to 20v DC) Bootloader firmware upgradeable via USB port Infrared bi-directional interface Remote Control Back light graphic LCD worked with only 2x AA batteries In sleep mode sink less than 1uA (2.5mA in active mode) 5 buttons for easy navigation Long range (more than 20 feets)
标签: MP3 interface support Player
上传时间: 2016-07-02
上传用户:fandeshun
在以节能、环保和安全为中心的现代汽车中,电气设备越来越多,电气负荷越来越大,用新的42V车载电源系统取代现有的14V电源系统将是大势所趋。目前车载开关电源大都采用模拟控制方案,具有很多缺点,因此非常有必要研究数字控制方案,以便提高变换性能。鉴于此,开展了以车载数字开关电源的理论与设计为对象的研究内容: 基于L4981B的Boost DC/DC变换器的实现。在Boost DC/DC变换器理论分析的基础上,利用有源PFC电路板,基于模拟控制器L4981B制作成最大输出功率1kW的24VDC-42VDC变换器。 基于TL494的推挽DC/DC和Boost DC/DC变换器的实现。在推挽变换器理论分析的基础上,基于模拟控制器TL494进行了功率电路、控制电路和保护电路的原理图设计和PCB设计,制作成最大输出功率0.5kW、系统效率87%的24VDC-42VDC车载开关电源。利用此电路板,基于模拟控制器TL494制作成最大输出功率1kW的24VDC-42VDC变换器。 基于TMS320F2808的Boost DC/DC变换器和单相逆变器的实现。在Boost DC/DC变换器和单相逆变器相关理论分析的基础上,采用数字PI控制,基于数字控制器TMS320F2808进行了功率电路、输出电压闭环控制电路、检测电路和驱动电路的原理图设计和PCB设计以及软件设计,制作成额定输出功率0.5kW、系统效率86%的24VDC-42VDC车载数字开关电源和24VDC-97VDC-330VDC、42VDC-24VAC变换器。
上传时间: 2013-07-04
上传用户:dong