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

[汇编语言] asm3

掌握工业顺序控制程序的简单编程,中断的使用。 在工业控制中,象冲压、注塑、轻纺、制瓶等生产过程,都是一些继续生产过程,按某种顺序有规律地完成预定的动作,对这类继续生产过程的控制称为称顺序控制,例注塑机工艺过程大致按"合模→注射→延时→开模→产伸→产退"顺序动作,用单片机最易实现。
Master the simple programming of industrial sequence control program and the use of interruption. In the industrial control, the production processes such as stamping, injection molding, light spinning and bottle making are all continuous production processes, which regularly complete the predetermined actions in a certain order. The control of this kind of continuous production process is called sequence control. For example, the injection molding machine process roughly follows the sequence action of "mold closing,injection,delay, mold opening, production extension, production retreat", which is most easily realized by single chip microcomputer. (2019-12-01, DOS, 19KB, 下载1次)

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

[汇编语言] xunhuan

设有两个数组A和B,其数据均为20个。编程实现将两个数组中的数据各自按由小到大的顺序存放。之后,再将既在A数组中出现又在B数组中出现的整数按照由大到小的顺序存放于数组C中。
The known two integer the variables A and B, try to write complete the following operating procedures: (1), if two number one is odd number, it will be an odd number in A of the deposit, even in B. (2), if the two Numbers are an odd number, the number two respectively add 1, back to the original variables coexist. (3), if the two Numbers are even, the two variables unchanged. Have two arrays A and B, the data are in 20. The programming will be two an array of data in the order of their respective from storage. Later, again will appear in the array in both A and B in an array of big integer according to appear by to small order placed in an array of C. (2012-05-09, DOS, 1KB, 下载38次)

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

[汇编语言] tongxin

基于汇编语言的接口技术,实现的功能:甲、乙两台微机由符合RS—232—C标准的串口线相连。编程实现(使用C语言或汇编语言均可)甲、乙两微机的交互式串行通讯。例如:甲机向乙机发送信息,乙机收到信息后判断:若是‘0~9’,求其平方值,再送回甲机,并在甲机上显示;若收到的是字母、字符则在乙机上显示出来。或:甲、乙两微机通过串行接口的信息传输进行对话应答等
Based on assembly language interface technology, functions: A, B two computer by the line RS-232-C standard serial cable connected. Programming (using C language or assembly language can be) A, B two interactive computer serial communications. For example: A machine sends information to B, B machine determine the receipt of information: if ' 0 to 9 ' , find its square, and then back to a machine and a machine on the display if the letter is received, the character is displayed on the B machine. Or: A, B and two computer transmission of information via the serial interface of a dialogue response, etc. (2011-08-09, DOS, 249KB, 下载8次)

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

[汇编语言] masm5

1、下载个masm5.0(简单,适合初学者),里面至少应包含masm.exe和link.exe,可能还包含其他的,不过我们只需要最基本的这两个。 2、将masm5.0压缩包里的程序解压(包含masm.exe和link.exe),放到一个目录中(如D:\masm),然后就在这个目录下建立个文本文件(如XX.txt)写入个汇编程序,保存,将后缀名改为XX.asm。 3、进入命令提示行(开始--运行--输入cmd) 4、进入程序所在文件夹(用dos的cd命令),以2中的为例,键入“d:”,回车,键入“cd masm”,回车,键入“masm XX”,回车3下,键入“link XX”,再回车3下,再键入“XX”,就运行完了。
1, download a masm5.0 (simple, is suitable for beginners), including at least should contain masm. Exe and link. J, may also contain other.exe, but we only need is the most basic of these two. 2, put masm5.0 compression bag program decompression (masm exe and link containing j j exe), in a directory (such as D: \ masm) and then in this directory establish a text files (such as XX. TXT) write an assembler, save, will suffix name changed to XX. By asm. 3, enter commands the presenting bank (began to run- input CMD)-- 4, entry procedures in folders (with CD DOS command), for example, with 2 of typing "d:", enter type "CD masm", enter type "masm XX", enter 3, XX typing (2010-11-16, DOS, 524KB, 下载10次)

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

[汇编语言] shuziluyinji

数字录音机的微机实验,8086汇编语言编写 设计内容及连接电路: 1、将声传感器接J2,把代表语音的电信号送给ADC0809通道2(IN2);D/A转换器的输出端J1接喇叭。电路如下 2、编程以每秒钟5000次的速率采集IN2输入的语音数据并存入内存,共采集60000个数据(录12秒),然后再以同样的速率将数据送DAC0832使喇叭发声(放音) ……
Computer simulation, digital recorder, 8086 assembly language content and connect the circuit design: 1, the acoustic sensor then J2, to represent the voice of the electrical signals sent to ADC0809 Channel 2 (IN2) D/A converter output connected speakers J1 . Circuit as follows 2, programmed to a rate of 5,000 per second IN2 input voice data collected and stored memory, the data were collected from 60 000 (recorded in 12 seconds) and then to send the same data rate so that the speaker sound DAC0832 (up tone) ... ... (2010-06-26, DOS, 2KB, 下载25次)

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

[汇编语言] IBM-PC-programanswer

汇 编 语 言 实 验 实验一:分支程序设计 (1)试比较字数组array中的三个数,并根据比较结果在终端上显示如下信息: 如果三个数都不相等则显示0; 如果三个数有两个相等则显示1; 如果三个数都相等则显示2。 (2)试根据DL寄存器中哪一位为1(从低位到高位)把程序转移到8个不同的程序分支中去。(8个程序分支可设计成显示相应的数据) 实验二:循环程序设计 有一个首地址为array的10个字数组,用简单排序法使该数组中的数按照从小到大的次序存放。 实验三: 子程序设计 将BUF开始的10个单元中的二进制数分别转换成两位十六进制数的 ASCII码,在屏幕上显示出来。要求码型转换通过子程序HEXAC实现,在转换过程中,通过子程序DISP实现显示。 实验四:中断程序设计 编写一个中断处理程序,要求在主程序运行过程中,每隔10秒响铃一次,同时在屏幕上显示信息“The bell is ring”。
Experimental assembly language Experiment I: Program Design Branch (1) Let us compare the number of words in groups of three the number of array, and in accordance with the results of the comparison showed that in the terminal the following information: If not equal to the number three showed 0 If there are two equivalent number three showed 1 If the number of all three showed the same 2. (2) test based on a DL which register to 1 (from low to high) the processes to eight different procedures to branch. (8 program branches can be designed to show the corresponding data) Experiment II: cycle programming Address of an array of the first 10 words group, with a simple method to sort the array in accordance with the number of the order from small to large storage. Experiment III: Subroutine Design The beginning of the BUF in the 10 units were converted to binary hexadecimal number two ASCII code is displayed o (2009-07-02, DOS, 98KB, 下载15次)

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

[汇编语言] shizh

这个时钟程序是我在1993年编的一个小程序,现在贴出来给大家做参考,它执行后驻留内存,到整点时会报时,你可以用 Ctrl-Alt-U 把它从内存中下掉,可以用 Ctrl-Alt-C 变换颜色,用 Ctrl-Alt-O 把报时声音关掉(如果感到讨厌的话),在驻留内存时,用了直接改内存控制块的方法,所以用 MEM 或 MI 无法在内存中看到它,键盘控制用了直接截取 INT 9 的方法。 这个程序虽然很小,编译后才1K多一点点字节,但是麻雀虽小,五脏俱全,在这个程序中,你可以参考到以下编程方法:如何驻留内存;如何截取中断向量;如何在硬件层次上应答键盘;如何截取组合键。 要编译、连接成*.com文件
this my clock procedures in 1993 a series of small programs, is now posted out to you for reference. following the implementation of its presence memory, the whole point of the talks will be, you can use Ctrl-Alt-U from its memory under the swap. can use Ctrl-Alt-C transform color, using Ctrl-Alt-O put timekeeping voice switch off (if the annoyance), in the presence of memory, using a direct change memory control block in the way that they use MEM or MI in the memory not see it, keyboard control using a direct interception of the INT 9. This procedure Despite its small size, after compiling a little more than 1K byte, but Sparrow small, perfectly formed, in the process, you can refer to the following program : how the presence of memory; how interception interrupt vector; in response le (2006-03-19, DOS, 3KB, 下载25次)

http://www.pudn.com/Download/item/id/156332.html
总计:187