代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
clock.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Targ
clock.v.bak
`define TIME_LIMIT 110000
module c1(clk);
output clk;
reg clk;
always
begin
if ($ time == 0)
begin
clk = 0;
end
clock1.c
#include "usercode.h" /* Usercode macros (see ) */
#include "ma_tgt.h" /* Target specific header file */
#include "ma_sfr.h" /* Special function register bitfield macros */
show_clock.js
var myfont_face = "Arial";
var myfont_size = "10";
var myfont_color = "#Ffffff";
var myback_color = "";
var mywidth = 100;
var my12_hour = 1;
var dn = ""; var old = "";
if (document