代码搜索结果
找到约 43,238 项符合
Clock 的代码
clock.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Form=Clock.frm
Startup="frmClock"
HelpFile=""
Command32=""
Name="Clock"
HelpConte
clock.lst
C51 COMPILER V7.50 CLOCK 01/16/2009 20:31:52 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE CLOCK
OBJECT MODULE PLACED IN c
clock.lnp
"main.obj",
"8279setting.obj",
"clock.obj",
"memerycheck.obj"
TO "clock"
RAMSIZE(256)
CODE( 0X0000-0X1FFF )
clock.plg
礦ision2 Build Log
Project:
D:\my_program\51工程\my clock\clock.uv2
Project File Date: 12/02/2008
Output:
clock.h
// This is the game clock. It increments once for every
// move, the increment being accomplished in the method
// named inc_and_print_time.
#ifndef CLOCK_H
#def
clock.cpp
#include
#include "clock.h"
clock::clock(void)
{
hour = 8;
minute = 51;
}
void clock::inc_and_print_time(void)
{
minute++; // Add one minute to
clock.h
// This is the game clock. It increments once for every
// move, the increment being accomplished in the method
// named inc_and_print_time.
#ifndef CLOCK_H
#def
clock.cpp
#include
#include "clock.h"
clock::clock(void)
{
hour = 8;
minute = 51;
}
void clock::inc_and_print_time(void)
{
minute++; // Add one minute to