代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.v
module clock(clk,clk_1k,mode,change,turn,alert,hour,min,sec,
LD_alert,LD_hour,LD_min);
input clk,clk_1k,mode,change,turn;
output alert,LD_alert,LD_hour,LD_min;
output[7:0] hour,min,sec;
reg[7:0]
clock.h
#include
#include
#include
#include /* for errno, EPERM, EINVAL, ENOENT */
#include
struct clock_ops {
char *interface_name;
int (*get_per
clock.java
import java.util.Calendar;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
public class Clock extends JPanel implements ActionListener
{
int hh,mm,ss
clock.rc
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
//
clock.h
// clock.h : main header file for the CLOCK application
//
#if !defined(AFX_CLOCK_H__3D726D29_4132_4582_BA7D_DF8A75CB0DA7__INCLUDED_)
#define AFX_CLOCK_H__3D726D29_4132_4582_BA7D_DF8A75CB0DA7__IN
clock.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CClockView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "clock.h