代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/239841/13254429
lst clock.lst
NO DEBUG INFORMATION AVAILABLE!
__text_start:
__start:
805B 45 0240 ldHX #0x0240
805E 94 tXS
805F CD 8090 jsr __HC08Setup
8062 45 0088 ldHX #0x0088
www.eeworm.com/read/239841/13254437
mak clock.mak
CC = C:\PROGRA~1\SdIDE\bin\sdcc08
CFLAGS = -IC:\PROGRA~1\SdIDE\Include -e -l
ASFLAGS = $(CFLAGS)
LFLAGS = -LC:\PROGRA~1\SdIDE\Lib\ -blit:0x8000 -bvregs:0x40.0x23F -dinit_sp:0x23f -fmots19
F
www.eeworm.com/read/138165/13255630
avi clock.avi
www.eeworm.com/read/324473/13261823
v 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]
www.eeworm.com/read/324416/13263801
c clock.c
#include
#define uint unsigned int
#define uchar unsigned char
uchar code dispcode[]={0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,
www.eeworm.com/read/239644/13263883
java clock.java
/* File Clock.java */
package bufmgr;
/**
* A clock algorithm for buffer pool replacement policy. It picks up the frame
* in the buffer pool to be replaced. This is the default replacement policy.
www.eeworm.com/read/239624/13265380
exe clock.exe
www.eeworm.com/read/239624/13265385
cpp clock.cpp
#include
#include
#include
#include
#include
#include
#define PI 3.14159
int main(void)
{
int X=300,Y=250,R=100,RR=130;
int X
www.eeworm.com/read/239624/13265386