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

[汇编语言] 定时器

定时器:作用一:计数概念的引入 作用二:定时 作用三:溢出 单片机提供内部定时和外部计数的功能,功能差不多都是定时和计数达到终点时,产生中断,而CPU则暂时放下目前所执行的程序区处理中断。 定时器:主要用于产生固定时间(比较精确),也可以作为UART等外设的频率发生器。
Timer: function one: the introduction of the concept of counting function two: timing function three: overflow MCU provides the function of internal timing and external counting. The function is almost all when the timing and counting reach the end point, it will produce interruption, while CPU temporarily puts down the program area currently executed to handle the interruption. Timer: it is mainly used to generate fixed time (relatively accurate), and can also be used as a frequency generator of UART and other peripheral devices. (2019-12-23, Others, 18KB, 下载1次)

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

[汇编语言] 简单计算器的实现

利用汇编编写8086的程序实现简易计算器的仿真功能
Compiled using assembly 8086 program to achieve the simple calculator simulation function (2017-08-15, Others, 134KB, 下载24次)

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

[汇编语言] 利用定时器和蜂鸣器唱歌

利用89c52的定时器控制蜂鸣器来编成一首歌曲
Use 89C52 timer to control buzzer (2017-07-14, WINDOWS, 10KB, 下载1次)

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

[汇编语言] Macromedia-Dreamweaver-V8.0

四位计数器四位计数器四位计数器四位计数器四位计数器四位计数器四位计数器
it is a counter (2012-05-16, Asm, 61533KB, 下载4次)

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

[汇编语言] dianziyindiaofashengqi

这次实验是电子音调发生器,首先我们要了解发声的原理,节拍和频率的关系。所有音乐都是由各个不同频率的音阶和其延续时间的长短来实现的。不同的音乐是由不同的音阶按某种排列播放一定的时间而形成的。将各音阶和其延续时间分别存放在数据段中,然后根据不同的按键选择不同的音阶和时间表,在用计数器产生该音阶频率,然后通过蜂鸣器发音。
This experiment is the electronic tone generator, we need to understand the principle, rhythm and frequency of sound. All the music by various frequency scales and the length of duration. The music is arranged to play a certain amount of time formed by the different scales according to some. Scale and its duration were stored in the data segment, and then depending on the button to select a different scale and timetable of the scale frequency counter, and then through the buzzer pronunciation. (2012-03-31, Asm, 13KB, 下载3次)

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

[汇编语言] MSP430

简介 MSP430 的内核CPU 结构是按照精简指令集和高透明指令的宗旨来设计的使用的指令有硬件执行的 内核指令和基于现有硬件结构的高效率的仿真指令仿真指令使用内核指令及芯片额外配置的常数发生器 CG1 CG2 MSP430 指令的寻址方式包括立即寻址索引寻址符号寻址和绝对寻址这四种方式均可用于源操 作数而索引符号和绝对寻址方式只可用于目的操作数源操作数的指令集需占用代码存储器中的1~3 个字
430 assembly instruction (Chinese) (2010-12-24, Windows_Unix, 393KB, 下载22次)

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

[汇编语言] divideerror!

编写0号中断的处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回到DOS,吴泽乐
Write 0# interrupt handler, making the division overflow occurs, in the middle of the screen displays the string " divide error!" , And then return to DOS, Le WU Ze (2010-06-04, Asm, 2KB, 下载7次)

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

[汇编语言] EM78447SBprogram

太阳能热水器控制器程序,包括显示、温度及水位测量
Solar water heater control procedures, including display, temperature and water level measurement (2010-02-20, Asm, 56KB, 下载89次)

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

[汇编语言] MasmSetup

汇编编译器
Compilation of the compiler (2009-12-24, Asm, 8191KB, 下载5次)

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

[汇编语言] pwm10

產生三角波來比較pwn輸入訊號,以此產生pwm之波形始需要的硬體設備驅動
Triangular wave generated to compare the input signal pwn as the pwm waveforms generated only need the hardware device driver (2009-07-30, VHDL, 1KB, 下载1次)

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

[汇编语言] si4133

采用集成化(包括VCO PLL LPF)的锁相环进行点频信号发生的的源代码
The use of integrated (including VCO PLL LPF) for the phase-locked loop frequency signal occurred at the source code (2009-06-30, Asm, 1KB, 下载186次)

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

[汇编语言] jishuqi

在用VHDL语言描述一个计数器时,如果使用了程序包ieee.std_logic_unsigned,则在描述计数器时就可以使用其中的函数“+”(递增计数)和“-”(递减计数)。假定设计对象是增1计数器并且计数器被说明为向量,则当所有位均为‘1’时,计数器的下一状态将自动变成‘0’。举例来说,假定计数器的值到达“111”是将停止,则在增1之前必须测试计数器的值。 如果计数器被说明为整数类型,则必须有上限值测试。否则,在计数顺值等于7,并且要执行增1操作时,模拟器将指出此时有错误发生
VHDL language used to describe a counter, if used the package ieee.std_logic_unsigned, counters in the description of which can be used when the function "+" (count increments) and "-" (decrease count). By the assumption that the design is a counter and that counter was for the vector, then when all the spaces are' 1 ' , the counter will automatically become the next state' 0' . For example, assume that the value of counter to " 111" is to stop, then prior to the test by a counter value. If the counter has been that an integer type, there must be limits on testing. Otherwise, the count value of 7-shun, and to be implemented by 1 operation, at this time simulator will be pointed out that an error occurred (2009-05-31, VHDL, 29KB, 下载1次)

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

[汇编语言] WbSelectTools

五笔字型查询器五笔字型查询器五笔字型查询器五笔字型查询器五笔字型查询器五笔字型查询器五笔字型查询器五笔字型查询器五笔字型查询器
WbselectTools (2009-04-30, Visual C++, 43KB, 下载28次)

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

[汇编语言] 1234

多功能数字钟,、在quartus 2环境中编译通过; 4、仿真通过并得到正确的波形; 5、给出相应的设计报告
Multifunction digital clock, in the quartus 2 compiler environment through 4, simulation through and get the correct waveform 5, gives the design report (2008-12-25, VHDL, 1160KB, 下载59次)

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

[汇编语言] compelete

三层电梯 十分有用哦 无须改正,只要输入,通过防真就能得到答案.
Elevator very useful three-oh there is no need to correct, as long as the input, through the anti-real will be able to get an answer. (2008-10-29, VHDL, 5KB, 下载100次)

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

[汇编语言] 200842414591391810

计算器,频率计,液晶计算器等一些程序,希望大家参考 (2008-05-04, Asm, 166KB, 下载11次)

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

[汇编语言] BinaryOperationXlabl

二进制计算器,位运算,计算器--用户界面设计,汇编语言学习工具
binary calculator, bit, calculator-- user interface design, assembly language learning tool (2005-09-22, Visual C++, 31KB, 下载395次)

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

[汇编语言] 200hz频率产生

此程序完成功200HZ的固定频率,稳定性很高,波形失真度小,如果要想产生固定频率,这个程序是最好的选择!
success of this procedure 200Hz End of fixed-frequency, high stability, waveform distortion small, if they have a fixed-frequency, the procedure is the best choice! (2005-08-13, Asm, 1KB, 下载7次)

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

[汇编语言] 三角波

这个程序我花了好久才写出来的,非常的好,它可以产生很高性能的三角波,一般程序不易产生如此好的波形.
this process I have spent a long time before the writing, very good, and it can produce a very high-performance triangular wave, the general procedures have not been so good waveform. (2005-08-13, Asm, 1KB, 下载77次)

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

[汇编语言] 汇编计算器

一个用汇编语言编写的计算器程序
an assembler language calculator program (2004-10-27, WINDOWS, 1KB, 下载297次)

http://www.pudn.com/Download/item/id/1098840248837919.html
总计:2573