代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/268818/4249609
v clock.v
module clock_gen (clock);
parameter Half_cycle = 50;
output clock;
reg clock;
initial
clock = 0;
always
begin
# Half_cycle clock = ~ clock;
end
endmodule
www.eeworm.com/read/268530/4251878
java clock.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/449135/1681497
c clock.c
/*C**************************************************************************
* NAME: clock.c
*----------------------------------------------------------------------------
* Copyright (c) 2
www.eeworm.com/read/449135/1681498
h clock.h
/*H**************************************************************************
* NAME: clock.h
*----------------------------------------------------------------------------
* Copyright (c) 2
www.eeworm.com/read/448443/1689652
c clock.c
/* clock.c - clock file for time.h */
/* Copyright 1992-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,05oct01,dcb Fix SPR 9814 and SPR 7736. Change document to
www.eeworm.com/read/447671/1699224
h clock.h
#if !defined(AFX_CLOCK_H__58603CB4_61C2_459B_8446_CFF59B15D5EC__INCLUDED_)
#define AFX_CLOCK_H__58603CB4_61C2_459B_8446_CFF59B15D5EC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/447671/1699233
cpp clock.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/447671/1699240
odl clock.odl
// Clock.odl : type library source for ActiveX Control project.
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (Clock.tlb) that will become
www.eeworm.com/read/447671/1699243
plg clock.plg
Build Log
--------------------Configuration: Clock - Win32 Release--------------------
Command Lines
Creating command line "midl.exe /nologo /D
www.eeworm.com/read/447671/1699245
dsp clock.dsp
# Microsoft Developer Studio Project File - Name="Clock" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dyn