联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 汇编语言(12) 
按平台查找All Others(12) 

[汇编语言] assem

使用汇编语言实现汉诺塔实验,输入1到99的整数开始实验,如果输入0则退出程序。程序会打印每次盘子移动的具体信息,包括第几个盘子从哪个地方移动到哪个地方,最后会显示总共移动的次数。
HANOR experiments using assembly language, integer input 1-99 start of the experiment, if you enter 0 to exit the program. The program will print the details of each plate movement, including the first of several plates which move place to place to which, the number of total mobile last displayed. (2015-11-07, Others, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1446858453526773.html

[汇编语言] 3

用轻松汇编调试汇编语言例子(求双字DX:AX中的1的个数)
Easy assembly with debugging assembly language example (find double word DX: AX in the number of 1) (2011-01-08, Others, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1406420.html

[汇编语言] danpianji

源代码和仿真图: 模数转换 数模转换 流水灯 数字钟 双机通讯 学号显示 占空比为20 的脉冲波
ADC DAC Light water Digital Clock Two-machine communication Student ID Display 20 duty cycle pulse (2010-12-28, Others, 96KB, 下载9次)

http://www.pudn.com/Download/item/id/1396093.html

[汇编语言] Two-machineCommunication

实现的是双机通信,采用汇编语言实现,属于课程设计的一个内容
Two-machine communication (2010-04-10, Others, 225KB, 下载5次)

http://www.pudn.com/Download/item/id/1120196.html

[汇编语言] jiekou

控制四相步进电机按双八拍的运行方式运行。按下开关SW1时启动步进电机,按ESC键停止工作。采用循环查表法,用软件来实现脉冲循环分配器的功能对步进电机绕组轮流加电。 要求对题目进行功能分析(四项功能:快速顺时针旋转,慢速顺时针旋转,快速逆时针旋转和慢速逆时针旋转),进行步进电机远程控制系统硬件电路设计,画出电路原理图、元器件布线图、实验电路图;绘制程序流程图,进行步进电机控制程序设计(采用8086汇编语言);系统调试、运行,提交一个满足上述要求的步进电机控制系统设计
Four phase stepper motor controlled by two-run shot eight manner. Press the start switch SW1 when the stepping motor, according to ESC key to stop working. Adopt the cycle look-up table method, using software to achieve the function of pulse cycles distributor winding rotation of the stepper motor power. Requested topic Function Analysis (four functions: rapid clockwise rotation, clockwise slow, fast and slow anti-clockwise rotating counterclockwise rotation), for remote control of stepper motor system hardware circuit design, draw the circuit schematic diagram , components wiring diagram, the experimental circuit diagram flow chart drawing program for stepper motor control program design (using 8086 assembly language) system debugging, running, submit a request to meet the above-mentioned stepping motor control system design (2009-03-05, Others, 42KB, 下载73次)

http://www.pudn.com/Download/item/id/661602.html

[汇编语言] hanio_tower

汇编语言实现的层数任意可调的汉诺塔演示程序
Assembly language to achieve arbitrary adjustable-rise Tower of Hanoi demo program (2008-10-13, Others, 3KB, 下载6次)

http://www.pudn.com/Download/item/id/559960.html

[汇编语言] jinshangzi

是金桑子的平衡功放,很详细的电路图
Is part of the balance Kuwako amplifier, it is a detailed circuit diagram (2008-08-25, Others, 185KB, 下载47次)

http://www.pudn.com/Download/item/id/534728.html

[汇编语言] clock

本电子钟采用PIC16C55单片机控制,适于温室的定时恒温或自来水的定时定压控制等。PIC16C55单片机工作电压为2.5~6.25V,功耗低、驱动能力强。本电子钟可以控制一路负载在24小时内的3次开/关;一个双限触发的定时输出口,既可接传统的功率保持型继电器,也可接脉冲继电器。本机用四位LED数码管扫描式显示,还有消隐(省电)工作方式,使用起来非常灵活、方便。
The electronic bell used PIC16C55 Singlechip control, suitable for greenhouse thermostat timing timing or water pressure control. PIC16C55 Singlechip operating voltage for the 2.5 ~ 6.25V, low power consumption, driver ability. The electronic bell all the way to control the load within 24 hours of 3 times on/off a double threshold timing trigger output can then maintain the traditional power-type relays, impulse relays can also be received. The machine scans the four LED digital tube display, as well as blanking (power) work, to use a very flexible and convenient. (2008-07-16, Others, 117KB, 下载8次)

http://www.pudn.com/Download/item/id/511852.html

[汇编语言] FIR4

*用循环缓冲区和双操作数寻址方法实现FIR滤波器 *N=80,y(n)=h0*x(n)+h1*x(n-1)+...+h78*x(n-78)+h79*x(n-79) *先用matlab,选择80点汉明窗设计一个截止频率为0.2pi的低通滤波器 (2008-06-09, Others, 1KB, 下载11次)

http://www.pudn.com/Download/item/id/485753.html

[汇编语言] FIR3

用线性缓冲区和带移位双操作数寻址方法实现FIR滤波器 * *N=5,y(n)=h0*x(n)+h1*x(n-1)+h2*x(n-2)+h3*x(n-3)+h4*x(n-4)*
Linear buffer and with double-shift operand addressing methods realize FIR filter** N = 5, y (n) = h0* x (n)+ H1* x (n-1)+ H2* x (n-2)+ h3* x (n-3)+ h4* x (n-4)* (2008-06-09, Others, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/485752.html

[汇编语言] tongxunbaogao

用汇编语言做的8250串口双机通信! 通信工程微机原理的课程设计报告~
Assembly language to do with 8250 dual serial communication! Principles of Communication Engineering Computer curriculum design report ~ (2008-01-03, Others, 53KB, 下载89次)

http://www.pudn.com/Download/item/id/387260.html
总计:12