代码搜索结果
找到约 10,000 项符合
Clock 的代码
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.java
// 程序:电子小时钟
// 范例文件:Clock.java
import java.awt.*;
import java.util.*;
import java.applet.*;
public class Clock extends Applet implements Runnable
{
int hour,minute,seco
clock.html
电子小时钟
clock.c
#include
#include
#include // Contains the delay prototype
void main (void)
{
clock_t processor_time;
printf("Processor time consumed %ld\n",
cloc
clock.c
/*-----------------------------------------------------*
* A real time clock using AT89C4051 *
* This c file is created using Keil C compiler *
*
clock.hex
:1007800053756E646179202020004D6F6E6461792D
:10079000202020005475657364617920200057651E
:1007A000646E65736461790054687572736461790D
:1007B00020004672696461792020200053617475BD
:1007C00072646179200
clock.c
#include
#define u8 unsigned char
#define u16 unsigned int
sbit mode=P3^0;
sbit up=P3^1;
sbit down=P3^2;
u8 a=0x00,flag;
char seconddi,secondgao,minutedi,minutegao,hourdi,hourgao,dayd