代码搜索:多时钟域
找到约 10,000 项符合「多时钟域」的源代码
代码结果 10,000
www.eeworm.com/read/485699/6556642
txt 时钟程序.txt
/* 时钟程序 过五秒自动更换面板,钉钮,及是否有钟摆*/
#include "stdio.h"
#include "graphics.h"
#include "time.h"
#include "dos.h"
#include "math.h"
#include "stdlib.h"
#define PI 3.141592653
void main()
{
www.eeworm.com/read/478351/6715249
hex 液晶时钟.hex
:0C01460049204C4F564520433531210024
:100003007F0A7E001200C612008712013A7F101287
:10001300015EE4F508E50890014693FF60071201CD
:1000230009050880F0E4F5097F181200EA7F2C7EA9
:10003300011200C60509E509C39
www.eeworm.com/read/478351/6715250
opt 液晶时钟.opt
### 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 {
www.eeworm.com/read/478351/6715257
plg 液晶时钟.plg
礦ision3 Build Log
Project:
I:\液晶时钟\液晶时钟.uv2
Project File Date: 05/08/2009
Output:
www.eeworm.com/read/478351/6715261
c 液晶时钟.c
#include
#define uchar unsigned char
#define uint unsigned int
#define Data P0
sbit e=P3^5;
sbit rw=P3^6;
sbit rs=P3^7;
uchar code table1[]={"HXJ"};
uchar code table2[]={"ww
www.eeworm.com/read/406131/11449068
txt 时钟程序.txt
ORG 000BH
LJMP TINTRUP
ORG 0340h ;SY11
CLOCK0: MOV SP,#50H
MOV R0,#7EH
MOV R4,#06H
CLR A
CLOCK1: MOV @R0,A
DEC R0
DJNZ R4,CLOCK1
MOV A,#7EH
MOV DPTR,#1FFFH
MOVX @DPTR,A
MOV 7
www.eeworm.com/read/400888/11567265
c 走时钟.c
//******************************************************************************
// MSP-FET430P440 Demo - Timer_A, Toggle P5.1, CCR0 Cont. Mode ISR, DCO SMCLK
//
// Description: Toggle P5.1 using