代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.lst
C51 COMPILER V8.08 CLOCK 04/11/2009 12:53:53 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE CLOCK
OBJECT MODULE PLACED IN .
clock.c
#include "Clock.h"
///////////////////////////////////////////////////////////////////////////
// Constant
///////////////////////////////////////////////////////////////////////////
//
clock.h
//****
#ifndef __CLOCK_H__
#define __CLOCK_H__
#include "AT89S51.h"
#include
#include
#include "datatype.h"
#include "DispLcd.h"
#include "InKey4x4.h"
#include "Main
clock.c
#include
#include
#include // Contains the delay prototype
void main (void)
{
clock_t processor_time;
printf("Processor time consumed %ld\n",
cloc
clock.java
/**
@version 1.00 2004-10
@author zzhuohuo
*/
import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.util.*;
import javax.swing.*;
/**
Set the shutdownt
clock.v
/*
(C) OOMusou 2008 http://oomusou.cnblogs.com
Filename : clock.v
Compiler : Quartus II 7.2 SP3 + ModelSim-Altera 6.1g
Description : Demo how to write clock counter
Release : 07/28/2