文件名称:time-of-day
- 所属分类:
- 其它资源
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 5.38kb
- 下载次数:
- 0次
- 提 供 者:
- Qu ch******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
* This a software code module for a time-of-day clock object.
* The clock may be fixed 12-hour, fixed 24-hour, or dynamically
* configurable between these two types. Clock data can be accessed
* as a binary number representing the number of minutes since midnight
* or a BCD number formatted according to the time-of-day descr iption
* in the TIME module 0404x. The functions work with time-of-day values
* which conform to normally accepted clock values of 1:00 to
* 12:59 BCD / 0 to 719 binary for a 12-hour clock or clock values
* 00:00 to 23:59 BCD / 0 to 1439 binary for a 24-hour clock. On power-up
* the clock is 12:00 BCD / 0 binary for a 12-hour or dynamically
* configurable clock, or 00:00 BCD / 0 binary for a 24-hour clock.
-* This code is a software module for a time-o f-day clock object. * The clock may be fixed 12-h our, fixed 24-hour, or * dynamically configurable between these tw o types. Clock data can be accessed as a binary * n umber representing the number of minutes since * midnight or a BCD number formatted according t o the time-of-day in the descr iption * TIME modu le 0404x. The functions work with time-of-day v alues * which conform to normally accepted cloc k values of * 1:00 to 12 : 59 BCD / binary 0 to 719 for a 12-hour clock or cloc k values * 00:00 to 23 : 59 BCD / binary 0 to 1,439 for a 24-hour clock. On po wer - up * the clock is 12 : 00 BCD / binary 0 for a 12-hour or co dynamically * nfigurable clock, or 00 : 00 BCD / binary 0 for a 24-hour clock.
* The clock may be fixed 12-hour, fixed 24-hour, or dynamically
* configurable between these two types. Clock data can be accessed
* as a binary number representing the number of minutes since midnight
* or a BCD number formatted according to the time-of-day descr iption
* in the TIME module 0404x. The functions work with time-of-day values
* which conform to normally accepted clock values of 1:00 to
* 12:59 BCD / 0 to 719 binary for a 12-hour clock or clock values
* 00:00 to 23:59 BCD / 0 to 1439 binary for a 24-hour clock. On power-up
* the clock is 12:00 BCD / 0 binary for a 12-hour or dynamically
* configurable clock, or 00:00 BCD / 0 binary for a 24-hour clock.
-* This code is a software module for a time-o f-day clock object. * The clock may be fixed 12-h our, fixed 24-hour, or * dynamically configurable between these tw o types. Clock data can be accessed as a binary * n umber representing the number of minutes since * midnight or a BCD number formatted according t o the time-of-day in the descr iption * TIME modu le 0404x. The functions work with time-of-day v alues * which conform to normally accepted cloc k values of * 1:00 to 12 : 59 BCD / binary 0 to 719 for a 12-hour clock or cloc k values * 00:00 to 23 : 59 BCD / binary 0 to 1,439 for a 24-hour clock. On po wer - up * the clock is 12 : 00 BCD / binary 0 for a 12-hour or co dynamically * nfigurable clock, or 00 : 00 BCD / binary 0 for a 24-hour clock.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 109201251time-of-day.rar 列表 clock.h dac.h clock.c