代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/412162/2175919
fmt clock_a.fmt
[struct types]
Count=_ 0
[watch formats]
Count=_ 0
www.eeworm.com/read/412162/2175920
dni clock.dni
[State Storage]
Reaction Register=0
Control Register=0
[Sequencer]
Control Register=0
NextState0=0
NextState1=0
[Action Register]
Break=0
State Storage=0
[DisAssemblyWindow]
NumStates=_ 1
www.eeworm.com/read/412162/2175925
c clock.c
/******************************************************************
* 文件名称:
* clock.c
* 文件说明:
* 通过实验,熟悉如何设置系统主时钟(MCLK)、辅助时钟(ACLK)、
* 子系统时钟(SMCLK)
* 程序运行后可以得到ACLK=32768、MCLK
www.eeworm.com/read/410869/2200632
java clock.java
package manpowersystem;
import java.util.*;
import java.awt.*;
import javax.swing.*;
public class Clock extends JPanel implements Runnable {
boolean keepRunning = true;
int lastxs =
www.eeworm.com/read/409921/2219272
c clock.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/msvcrt/time/clock.c
* PURPOSE: Get elapsed time
* PROGRAMER: Ariadne
www.eeworm.com/read/409921/2228157
c clock.c
/*
* PROJECT: ReactOS Timedate Control Panel
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/timedate/clock.c
* PURPOSE: Draws the analog clock
* C
www.eeworm.com/read/409122/2239692
cpp clock.cpp
#include
#include
#include
#include
#include
#include
#define PI 3.14159
int main(void)
{
int X=300,Y=250,R=100,RR=130;
int X
www.eeworm.com/read/408007/2255618
java clock.java
/**
* Copyright 2003 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and
* redistribution of this file, and for a DISCLAIMER OF ALL
* WARRANTIES.
*/
import java.