搜索资源列表
jishuqi
- 在用VHDL语言描述一个计数器时,如果使用了程序包ieee.std_logic_unsigned,则在描述计数器时就可以使用其中的函数“+”(递增计数)和“-”(递减计数)。假定设计对象是增1计数器并且计数器被说明为向量,则当所有位均为‘1’时,计数器的下一状态将自动变成‘0’。举例来说,假定计数器的值到达“111”是将停止,则在增1之前必须测试计数器的值。 如果计数器被说明为整数类型,则必须有上限值测试。否则,在计数顺值等于7,并且要执行增1操作时,模拟器将指出此时有错误发生 -VHD
leapyear
- 事先自己输入年份,可以用来判断输入年份是否为闰年-Their input prior years, can be used to determine whether or not the importation of the year as a leap year
Interrupt_Programming
- 在键盘上练习打字并统计时间的实用程序。当一个句子输入完后(回车键作为结束符),屏幕上以min:sec:msec的格式显示键入字符的时间。在每次打字之前,屏幕上先显示出一个例句,然后用户按照例句,将句中字符通过键盘输入。这个过程可反复进行,当键入一个功能键时,退出打字计时程序。-Keyboard typing practice in and time utility statistics. When a sentence after importation (Enter as at the end
assembly-language
- 详细介绍了汇编语言的各种知识,包含了预备知识、CPU资源和存储器、操作数的寻址方式、标识符和表达式、微机CPU的指令系统、程序的基本结构、输入输出和中断、宏、应用程序设计、数值运算协处理器、汇编语言和C语言。-Details of the assembly language of knowledge, including the prior knowledge, CPU resources and memory operand addressing modes, identifiers and
motor-rotation
- 将步进电机的时序使用DB伪指令事先存放表格中,使用MOVC查表指令,将电机时序逐个从表格中取出,赋给P2口。-The timing of the stepping motor using DB directive prior to storage in the table, the MOVC look-up table instruction, motor timing individually removed from the table assigned to P2 port.