代码搜索结果

找到约 10,000 项符合 Clock 的代码

clock.hif

HIF003 -- -- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, an

clock.acf

-- -- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any

clock.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; ENTITY clock IS PORT(clk: IN STD_LOGIC; settime: IN STD_LOGIC; hourhset

clock.c

/* || clock.c || || Functions: || ResetClock() || StartClock() || StopClock() */ #include #include #include "options.h" #include "index.h" struct tms start, stop, net;

clock.c

/* * $Id: clock.c 1339 2006-09-21 19:46:28Z tbailey $ * * $Log$ * Revision 1.2 2005/10/25 19:06:39 nadya * rm old macro for Header, all info is taken care of by Id and Log. * * Revision 1.1.