代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.cpp
// Clock.cpp : Implementation of CClockApp and DLL registration.
#include "stdafx.h"
#include "Clock.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE_
clock.asm
;/********************************************************************
; * 主 页 : HTTP://WWW.QLMCU.COM
; *
; * 程序功能 : 时钟程序
; *
; * 应用软件 : KEIL C
; *
; * 版 本 : KEIL 7.06
; *
; *
clock.asm
org 100h
mov ax,00
mov bx,60
mov cx,bx
hour:
min:
sec:out 199,ax
inc ax
loop sec
sub ax,60
add ax,100
mov cx,bx
loop mi
clock.v
`define TIME_LIMIT 110000
module c1(clk);
output clk;
reg clk;
always
begin
if ($time == 0)
begin
clk = 0;
end
#50 clk = ~
clock.v
`define TIME_LIMIT 110000
module c1(clk);
output clk;
reg clk;
always
begin
if ($time == 0)
begin
clk = 0;
end
#50 clk = ~
clock_.bas
'--------------------------------------------------------------
' (c)1997-2000 Mirko Pelcl
' Slovenie
'---------------------------------------------------