怎么让一天有36个小时 作者:Jon Bischke 原文地址:How to Have a 36 Hour Day
上传时间: 2015-07-26
上传用户:yuanyuan123
* 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 description * 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.
标签: clock time-of-day software module
上传时间: 2013-12-07
上传用户:llandlu
Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289
标签: CONFIGURATION Introduction INSTALLATION Preparing
上传时间: 2013-12-27
上传用户:qiao8960
In just 24 lessons of one Hour or less, you will be able to build dynamic Web sites using JavaServer Pages. Using a straightforward, step-by-step approach, each lesson builds on the previous ones, enabling you to learn the essentials of JavaServer Pages 2.0 from the ground up. The book includes Apache Tomcat, Sun s reference implementation of JSP, so you can start developing applications immediately.
标签: JavaServer dynamic lessons build
上传时间: 2014-11-25
上传用户:TRIFCT
SCOND EQU 30H MINUTE EQU 31H Hour EQU 32H CLOCKM EQU 33H CLOCKH EQU 34H DISPM EQU 35H DISPH EQU 36H XSD EQU 37H
上传时间: 2016-06-01
上传用户:fnhhs
本程序为模拟可校时的时钟程序;clk--时钟信号,rst--清零信号,set_en--校时 使能信号,faster--快进信号,slower--快退信号,Hour--小时校时,min--分钟校 时,(hh,hl,ml,mh,sh,sl)--时,分,秒显示信号。 校时的时候,秒清零。
上传时间: 2013-12-06
上传用户:x4587
MSP430 Three-Phase Electronic Watt-Hour Meter Design Using MSP430
标签: Three-Phase Electronic MSP 430
上传时间: 2017-02-11
上传用户:daguda
1 Hour timer using mode 1 o timer in 89c51
上传时间: 2014-12-01
上传用户:dengzb84
Teach yourself C++ 1 Hour a day
上传时间: 2017-08-03
上传用户:徐孺
SHUZIZHONG显示电路 源程序如下: #include <reg51.h>#include <intrins.h> unsigned char data dis_digit; unsigned char code dis_code[]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};unsigned char data dis_buf[16];unsigned char data dis_index;char Hour,min,sec,wang,year,mouth,day;unsigned char sec100;
上传时间: 2013-11-24
上传用户:fdmpy