代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.lnp
"复件 main.obj"
TO "clock"
clock.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
clock.plg
礦ision3 Build Log
Project:
D:\陈秀凤\计时程序\clock.uv2
Project File Date: 11/25/2008
Output:
Build target 'Target 1'
compiling 复件 main.c...
linkin
clock.c
#include
#include
#define unit unsigned int
#define uchar unsigned char
/*定义字型字位口*/
#define DIGPORT XBYTE [0x8000]
#define WORDPORT XBYTE [0x4000]
/*定义P1口各管脚*/
sbit
clock.hpp
// main header file for gloabal function prototypes
// File: clock.hpp
// Created 8/2/95 by Jason Jones
#ifndef CLOCK_HPP
#define CLOCK_HPP
// Function Prototypes
void SetupClock(double);
vo
clock.cpp
// Functions for handling time keeping for Borland C++ 4.5 and greater --
// tested on v5.0
// based control programs. The timing modes are set by defines:
// #define TIMEFREE to use the
clock.c
#include
#include
#include // Contains the delay prototype
void main (void)
{
clock_t processor_time;
printf("Processor time consumed %ld\n",
cloc
clock.c
#include
#include
#include // Contains the delay prototype
void main (void)
{
clock_t processor_time;
printf("Processor time consumed %ld\n",
cloc