搜索资源列表
汇编编写报时小闹钟
- 本程序是一个用汇编编的精致的图形时钟,运行时双击clock图标即可, 钟表显示的时间为本机系统的时间。 按b键可扩大画面 ;按s键可缩小画面;按c键可改变颜色;按e键可听音乐; 按q键退出本程序.-this program is compiled using a series of intricate graphics clock, double-click the clock running icon, the clocks show the time-based syste
汇编七段数码管显示系统时间
- 双击启动程序。以暗色背景,白色前景的七段数码管显示当前系统时间。 按键。改变七段数码管的前景颜色。 按ESC。退出程序。 -double-click to launch the program. A dark background, the prospect of a white in paragraph 107 of the current digital control system show time. Keys. Changes in paragraph 107 of the
shijianujk
- 一个显示系统时间的程序,用汇编做的,很简单!-a time display system procedures, with a compilation of, a very simple!
homework3
- 用masm编的显示时间和设置系统时间的汇编源代码,通过提示可以进行相应的功能-masm addendum to the use of time - and time to set up the system source code compilation, can be suggested by the corresponding function
huibian5
- 这是一个关于系统时间的汇编代码,仅供大家参考。
1
- 汇编显示当前系统时间,在屏幕的右上角显示当前的系统时间,背景背景颜色是绿色的
shijian.
- 显示系统时间,汇编!-display system, a compilation!
Assembly
- 汇编课的作业,右上角显示系统时间,倒计时。若倒计时结束发声并显示提示信息。 使用说明:cmd中运行,按S键倒计时开始,按P倒计时暂停。 主要技术:设置新的中断向量(1CH,9H),中断驻留,发声,显示系统时间
汇编实现交通灯控制系统.doc
- 交通灯的设计。运用汇编编写程序使 6 个灯按交通变化规律亮、灭或闪烁,且将时间显示在数码管上。十 字路*通灯变化规律要求: (1)、南北路口的绿灯、东西路口的红灯同时亮 30 秒。 (2)、南北路口的黄灯闪烁 3 次,同时东西路口的红灯继续亮。 (3)、南北路口的红灯、东西路口的绿灯同时亮 30 秒。 (4)、南北路口的红灯继续亮,同时东西路口的黄灯闪烁 3 次。 (5)、转 1 重复。 设计提示: (1)、通过对 8254 选择合适的信号源及计数初值,使计数器每隔 1S 产生一个脉冲。 (2)
time
- 汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, display system time. First of all, o
boxAtime
- 显示系统时间的同时可以画多种颜色的矩形 汇编语言课程设计可用-Display system time while painting a variety of colors can be rectangular assembly language curriculum design available
SystemTime
- 用汇编显示系统当前时间,显示时、分、秒.-Display system used to compile the current time, show the hours, minutes and seconds.
clock
- 一个简单的显示/修改系统时间的汇编程序。 极度适合初学者学习!-A simple show/modify the system time of the compilation process. Extremely suitable for beginners to learn!
2008128102918452
- 用汇编语言显示系统时间 课程设计报告,里面有源程序 以及较为详细的注释-Using assembly language display system time curriculum design report, there are source code, as well as more detailed notes
dos
- 简单的汇编源程序,应用实例,系统时间与图形变换-A simple compilation of source code, application examples, the system time and graphics transform
AAAA
- 电子时钟的设计 用汇编语言实现一个显示系统时间和日期的程序,运行时,在屏幕的中央弹出一个界面显示当前操作,将以“时:分:秒”和“年:月:日”和的形式显示本机系统的时间日期: 输入D时在界面方框中显示本机系统的当前日期. 输入T时在界面方框中显示本机系统的当前时间.. 3.输入Q时退出.-Electronic clock assembly language designed to achieve a display system time and date of the progra
clockProgram
- 这是一个汇编程序,是个简单的闹钟程序,可以获取系统时间、可以校时!-This is an assembler, is a simple alarm clock program, you can get the system time, to school, when!
huibian
- 汇编课程设计源代码,常用汇编小程序,俄罗斯方块,图形变换,系统时间显示-Compilation of curriculum design, source code, commonly used compilation of small programs, the Russian box, graphics conversion, the system time display
display system time
- 汇编语言课程设计,课程题目:显示系统时间。该程序实现的功能有:动态时间显示 闹铃 设置音乐铃声 字体背景颜色的变换-Assembly language curriculum design, course title: Display system time. Implementation of the program features are: dynamic time display Music alarm to set the background color of the font cha
6502写的多线程系统
- //优点:时间查询式转换任务,每个任务运行一次交出使用权,延时一定的clock(其间让别的任务运行),,当几个任务都在等拿使用权时,最高优先级的任务得到优先运行权 //(没有延时clock只能使用最低优先级(且只能有一个没有延时任务),这样,这个任务可以不停的环型运行。(除非有高优先级任务打断一下)) //缺点:如任务不交出使用权,别的任务没法运行。如某一个任务运行时间超过clock,将影响短时间休息的任务的时间精度(不影响整体时间)。 //突发事件。(可使用中断使任务wakeup) /