设计一台微机控制的数控直流电压源,为电子设备供电。 在设计过程中,选择1~2个单元电路使用仿真软件(例如Multisim2001等)进行仿真调试。 用计算机绘制所有的电路图和印刷电路图 1.1.2设计要求 输出电压范围0-30v,步进值为0.1V 电压调整率Sv<0.05%V; 电流调整率Si<0.03%A; 纹波电压〈峰峰值<=5mA; 具有过流保护和短路保护功能;用数字显示输出电压
上传时间: 2016-06-12
上传用户:xc216
-- DESCRIPTION : Shift register -- Type : univ -- Width : 4 -- Shift direction: right/left (right active high) -- -- CLK active : high -- CLR active : high -- CLR type : synchronous -- SET active : high -- SET type : synchronous -- LOAD active : high -- CE active : high -- SERIAL input : SI
标签: Shift right DESCRIPTION direction
上传时间: 2013-12-02
上传用户:gxrui1991
通用数据传送指令. MOV 传送字或字节. MOVSX 先符号扩展,再传送. MOVZX 先零扩展,再传送. PUSH 把字压入堆栈. POP 把字弹出堆栈. PUSHA 把AX,CX,DX,BX,SP,BP,SI,DI依次压入堆栈. POPA 把DI,SI,BP,SP,BX,DX,CX,AX依次弹出堆栈. PUSHAD 把EAX,ECX,EDX,EBX,ESP,EBP,ESI,EDI依次压入堆栈. POPAD 把EDI,ESI,EBP,ESP,EBX,EDX,ECX,EAX依次弹出堆栈. BSWAP 交换32位寄存器里字节的顺序 XCHG 交换字或字节.( 至少有一个操作数为寄存器,段寄存器不可作为操作数) CMPXCHG 比较并交换操作数.( 第二个操作数必须为累加器AL/AX/EAX ) XADD 先交换再累加.( 结果在第一个操作数里 ) XLAT 字节查表转换. ── BX 指向一张 256 字节的表的起点, AL 为表的索引值 (0-255,即 0-FFH) 返回 AL 为查表结果. ( [BX+AL]->AL )
上传时间: 2016-08-17
上传用户:13681659100
常用串行EEPROM的编程应用,SPI总线(Serial Peripheral Interface串行外围设备接口总线)是三线式的串行总线,是由摩托罗拉公司所研发,使用三线进行数据传输,分别是SCK时钟引脚,SI数据输入引脚和SO数据输出引脚。
上传时间: 2013-12-21
上传用户:894898248
Isisns is an extension of Network Simulator (ns) for the IS-IS routing protocol. It is focused on simulation of network dynamics and convergence.
标签: Simulator extension protocol Network
上传时间: 2016-11-06
上传用户:thesk123
Many problems in statistical pattern recognition begin with the preprocessing of multidimensional signals, such as images of faces or spectrograms of speech.
标签: multidimensional preprocessing statistical recognition
上传时间: 2016-12-01
上传用户:515414293
Acesta a fost un proiect de semestru pentru facultate. Tema este gestiunea unei biblioteci. Poate fi util pentru incepatorii in VFP. Contine interfata grafica, iar in arhiva proiectului se gaseste si diagrama ER a bazei de date.
标签: biblioteci facultate gestiunea semestru
上传时间: 2013-12-21
上传用户:1079836864
依次输入单个字符到该数组中,直到输入回车完成该字符数组的输入。反向输出该数组中的字符串内容。 // 输入:This is Test! 输出结果为:!tseT si sihT // 并利用sizeof运算符,求出数组占用的内存字节数
上传时间: 2016-12-30
上传用户:lijianyu172
This set of files show some of the principles of Monte Carlo simulations, applied in the financila industry. this si the content of the web seminar called "Simulations de Monte Carlo en MATLAB".
标签: simulations principles financila the
上传时间: 2013-12-18
上传用户:xiaoyunyun
This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student learns how to design the logic of programs and then implement those programs using Python. This book is ideal for an introductory programming course or a programming logic and design course using Python as the language. As with all the boolts in the Starting Out With series, the hallmark of this text is its clear, friendly, and easy -to-understand writing. In addition, it is rich in example programs that are concise and practical. The programs in this book include short examples that highlight specific programming topics, as well as more involved examples that focus on problem solving. Each chapter provides one or more case studies that provide step -by-step analysis of a specific problem and shows the student how to solve it.
标签: language gramming concepts problem
上传时间: 2014-01-12
上传用户:独孤求源