代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/215702/15052342
cpp 4_1.cpp
//4_1.cpp
#include
using namespace std;
class Clock //时钟类的声明
{
public: //外部接口,公有成员函数
void SetTime(int NewH=0, int NewM=0, int NewS=0);
void ShowTime();
private: //私有数据成员
int Hou
www.eeworm.com/read/214953/15082000
txt 1.txt
;############T0 中断子程序##100MS时(用于时钟定时)###############
INT0TIME:
PUSH PSW ;状态字堆栈保护
PUSH ACC ;累加器堆栈保护
CLR TR0 ;关T0中断
MOV
www.eeworm.com/read/214524/15097489
plg clock.plg
礦ision2 Build Log
Project:
E:\lzgs\时钟\clock.uv2
Project File Date: 11/12/2005
Output:
www.eeworm.com/read/213865/15123691
h tlc2543.h
#ifndef __tlc2543_H__
#define __tlc2543_H__
#define Vref 5.12 //设计参考电压
sbit CLOCK=P1^5; /*2543时钟*/
sbit D_IN=P1^6; /*2543输入*/
sbit D_OUT=P1^7;
www.eeworm.com/read/211015/15188721
cpp 5_3.cpp
#include
class Clock //时钟类定义
{
public: //外部接口
Clock();
void SetTime(int NewH, int NewM, int NewS); //三个形参均具有函数原形作用域
void ShowTime();
~Clock(){}
private: //私有数据成员
int Hour,M
www.eeworm.com/read/207694/15264633
s 18b20.s
.module _18b20.c
.area text(rom, con, rel)
.dbfile D:\时钟芯片\1302\1302-162\18b20.c
.dbfunc e delayb _delayb fV
; x -> R16,R17
.even
_delayb::
.dbline -1
.dbline 6
; #include
www.eeworm.com/read/207694/15264649
s main.s
.module main.c
.area text(rom, con, rel)
.dbfile D:\时钟芯片\1302\1302-162\main.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 12
; //ICC-AVR application builder
www.eeworm.com/read/206792/15289882
txt readme.txt
实时时钟实验用例
目录文件结构:
RTC_test
├─ main.c S3C44B0x RTC 演示主程序文件
├─ rtc.c RTC 源文件
└─ rtc.h RTC 头文件
测试结果:
---------------------------
www.eeworm.com/read/7326/115232
c df_timera.c
/*****************************************************************************\
文件名:df_timera.c
描述:用于MSP430F149。
定时器A定时,产生中断,使主程序退出低功耗模式。
使用TACTL0
工作模式:增计数模式
时钟源:ACLK 32.
www.eeworm.com/read/7965/140274
asm 4442.asm
;IC卡读写实验程序
;**************************************************************************
IC_CLK EQU P3.3 ;IC卡时钟口
IC_IO EQU P3.4 ;IC卡数据口
IC_RST EQU P3.5 ;IC卡复位口
IC_RDY EQ