代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.lst
__text_start:
__start:
001A E5CF LDI R28,0x5F
001B E0D2 LDI R29,2
001C BFCD OUT P3D,R28
001D BFDE OUT P3E,R29
001E 51C0 SUBI R28,0x10
001F 40D0
clock.o
XL
H 6 areas 16 global symbols
M clock.c
S mpy8s Ref0000
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S lsl8 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref
clock.mak
CC = iccavr
CFLAGS = -ID:\ICC-AVR\include\ -e -l -g -Wa-W
LFLAGS = -LD:\ICC-AVR\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x1a.0x2000 -dhwstk_size:16 -beeprom:1.512 -fihx_cof
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]
clock.c
/*
clock.c - part of USBasp
Autor..........: Thomas Fischl
Description....: Provides functions for timing/waiting
Licence........: Free under certain conditions. See Do
clock.h
/*
clock.h - part of USBasp
Autor..........: Thomas Fischl
Description....: Provides functions for timing/waiting
Licence........: Free under certain conditions. See Do
clock.java
// 程序:电子小时钟
// 范例文件:Clock.java
import java.awt.*;
import java.util.*;
import java.applet.*;
public class Clock extends Applet implements Runnable
{
int hour,minute,seco