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

[汇编语言] 十进制计算器

使用汇编语言编制的十进制计算器,可以实现十进制加减乘除。
The decimal calculator compiled in assembly language can realize decimal addition, subtraction, multiplication and division. (2019-06-26, Asm, 1KB, 下载0次)

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

[汇编语言] lpp1

实现简易计算器功能,输入C清除,实现加减乘除各种功能。
Simple calculator function, input C clearance, add, subtract, multiply and divide all kinds of functions. (2019-01-02, Asm, 1KB, 下载1次)

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

[汇编语言] led-light

点亮小灯的各种方式,有定时器计数器。有模拟交通灯程序,
Light a small light in various ways, there is the timer counter. A simulation program traffic lights (2011-06-30, Asm, 211KB, 下载1次)

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

[汇编语言] H9

本实验利用8253做定时器,用定时器输出的脉冲控制8259产生中断 在8259中断处理程序中,对时、分、秒进行计数,在等待中断的循 环中用LED显示时间。 8253用定时器/计数器1,8253片选接CS4,地址为0C000H。8253时钟 源CLK1接分频电路的F/64输出。分频器的Fin接4MHz时钟。8253的 GATE1接VCC。 8259中断INT0接8253的OUT1,片选接CS5,地址为0D000H。
useing 8255 and 8253 to produce a interupt to count the numeber of the interupt (2011-06-17, Asm, 2KB, 下载3次)

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

[汇编语言] Decode_infrared_Keys

遥控器读码程序.asm Reading program the remote control. Asm
Reading program the remote control. Asm 遥控器读码程序.asm (2011-03-30, Asm, 2KB, 下载7次)

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

[汇编语言] 1

可编程定时器/计数器(8253):1、 将计数器0设置为方式0,计数器初值为N(N≤0FH),用手动逐个输入单脉冲,编程使计数值在屏幕上显示,并同时用逻辑笔观察OUT0电平变化(当输入N+1个脉冲后OUT0变高电平)。 2、将计数器0、计数器1分别设置为方式3,计数初值设为1000,用逻辑笔观察OUT1输出电平的变化(频率1HZ)。
Programmable timer/counter (8253): 1, counter 0 is set to mode 0, the counter initial value N (N ≤ 0FH), individually manually enter the single pulse, the programming that counts on the screen, and also with OUT0 logical document level change observed (N+1 pulses when the input variable after the OUT0 high). 2, the counter 0, counter 1 is set to mode 3, respectively, counting the initial value is set to 1000, with the logic T OUT1 observed changes in output level (frequency 1HZ). (2011-03-16, Asm, 1KB, 下载5次)

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

[汇编语言] ER

课程设计简易文本编辑器
Curriculum design simple text editor (2010-12-18, Asm, 3KB, 下载1次)

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

[汇编语言] huibian

计时器,在输入一个时间后开始计时,利用中断进行计时,汇编语言
Timer, a time after the input time using the interrupt time, assembly language (2010-06-09, Asm, 2KB, 下载10次)

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

[汇编语言] EmmExamples

emm模拟器的示例程序
emm Emulator Examples (2010-06-03, Asm, 75KB, 下载6次)

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

[汇编语言] 51buzzersing

基于51单片机,用汇编语言写的控制蜂鸣器发出生日快乐歌
Based on 51 microcontroller, assembly language to write the control buzzer sounded happy birthday song (2010-01-31, Asm, 1KB, 下载7次)

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

[汇编语言] DPS5402

基于DPS5402的自适应滤波器的设计,ti公司生产的5402芯片。FIR滤波器,lms算法实现自适应滤波
ti chips produced by 5402.FIR filter,lms adaptive filter algorithm (2010-01-15, Asm, 4KB, 下载15次)

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

[汇编语言] yongzhewan

电子火灾报警控制器(1)用数码管(或LCD)实时显示烟雾浓度、系统工作状态等信息; (2)用电位器模拟感烟传感器,浓度为0~100 时输出0~5V; (3)可通过键盘进行烟雾浓度报警值设置和人工现场处理; (4)当烟雾浓度高于设定值时,发出火灾报警:蜂鸣器鸣响、报警灯闪烁; (5)火灾报警10s后不解除,则控制启动灭火器(继电器闭合)。
when the fire is on,it can hold the information in the fire (2009-07-13, Asm, 2KB, 下载71次)

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

[汇编语言] WL032_jsj

ME300B单片机开发系统演示红外遥控式简单计算器演示程序
ME300B single-chip infrared remote control as demonstrated by the development of a simple calculator-style demo (2009-07-10, Asm, 30KB, 下载3次)

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

[汇编语言] 8tongd

8路遥控控制板,可以控制家里面的电器,用8键遥控器发射,4路接收模块接收,汇编编写的51程序,附电路图和PCB。
8-way remote control panel, you can control home electrical appliances, using 8 button remote control firing, 4-channel receiver module for receiving, compilation of the preparation of the 51 procedures, with circuit diagram and PCB. (2008-11-23, Asm, 41KB, 下载20次)

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

[汇编语言] IrCode

AT89C2051程序,红外遥控器中将东芝编码转换成NEC编码
AT89C2051 procedures, infrared remote control will be converted into NEC Toshiba coding coding (2008-11-03, Asm, 2KB, 下载20次)

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

[汇编语言] program

LED显示定义 定义164数据位 显示千位寄存器 发码次数寄存器
Definition LED display shows the definition of 164-bit data register 1000 the number of fat Code Register (2008-10-22, Asm, 1KB, 下载80次)

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

[汇编语言] adc8bit

这是利用AT89C2051中的比较器和软件实现的8位AD转换器。
This is the use of comparator AT89C2051 and software to achieve the 8 AD converters. (2008-07-15, Asm, 1KB, 下载6次)

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

[汇编语言] xuexi

单键遥控码学习控制器,用汇编写成,可以学习不同红外遥控器不同键的码值,用AT89C52MCU
One-button remote control code learning controller, using the compilation of languages, can learn the different button infrared remote control codes of different value, use AT89C52MCU (2008-07-14, Asm, 3KB, 下载33次)

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

[汇编语言] DZ

震荡仪,用于色谱仪的脱气,使变压器油中油气分离。
Concussion instrument for chromatograph degassing, so that the separation of oil and gas in transformer oil. (2008-07-08, Asm, 18KB, 下载9次)

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

[汇编语言] 电动自行车的驱动部分程序.zip

电动自行车控制器的单片机控制驱动部分汇编语言程序,这是我第一次上传
electric bicycle controller SCM control drive some assembly language, this is the first time I upload (2006-02-16, Asm, 6KB, 下载85次)

http://www.pudn.com/Download/item/id/145904.html
总计:870