代码搜索:时钟提取

找到约 10,000 项符合「时钟提取」的源代码

代码结果 10,000
www.eeworm.com/read/446874/7563791

h option.h

/**************************************************************************** Copyright (c) 深圳市民德电子科技有限公司 http://www.szminde.cn 文件名称:option.h 版本号: 1.0 日期: 2005-05-25 说明: 此文件定义系统时钟和片上
www.eeworm.com/read/442674/7646313

c main.c

/*--------------------------------------------------------------------------------------------------- 功能:实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上
www.eeworm.com/read/439099/7716994

c lc.c

//****************************************************************************************************// //本设计使用AT89C2051单片机,时钟频率为12MHz,用共阳极LED数码管显示及使用DS18B20智能温度传感器。// #include "reg51.h" #include
www.eeworm.com/read/399524/7851038

c 10.4.c

/************************************************************ **描述:利用GP定时器1的比较器在产生一路PWM波,外设时钟25M** **同时用全比较器产生3对PWM波,GP定时器1作全比较单元时基*** ************************************************************/
www.eeworm.com/read/399295/7871476

txt 24c256的c51源程序.txt

24C256的C51源程序:2007-09-10 16:51:53 //ESDA-数据 //ECLK-时钟 //EWP-写保护 //晶体12MHZ #define UN unsigned char sbit ACC0=ACC^0; sbit AC
www.eeworm.com/read/434142/7886240

h os_cfg.h

#ifndef _OS_CFG_H_ #define _OS_CFG_H_ #define uchar unsigned char #define uint unsigned int #define ulong unsigned long #define MAX_TASK 8 //定义任务数量 #define TIME_PER_SEC 100 //定义任务时钟频率,每个子
www.eeworm.com/read/434142/7886481

h os_cfg.h

#ifndef _OS_CFG_H_ #define _OS_CFG_H_ #define uchar unsigned char #define uint unsigned int #define ulong unsigned long #define MAX_TASK 8 //定义任务数量 #define TIME_PER_SEC 100 //定义任务时钟频率,每个子
www.eeworm.com/read/298855/7929907

h clock.h

#ifndef CLOCK_H #define CLOCK_H #include "common.h" //uchar g_aTimeBuf[8];//日历//时间BCD //uchar g_aTimeBin[8];//时钟//日历2进制 //uchar zx; void delay(void); void CLOCK_NACK(void); void CLOCK_WB
www.eeworm.com/read/297322/8030220

txt ds1302.txt

SIMULATION LOG ============== Design: D:\电子设计软件\Proteus 仿真实例\8051单片机\DS1302时钟\DS1302.DSN Doc. no.: Revision: Author: Created: 05/09/19 Modified: 06/01/19 Compiling
www.eeworm.com/read/195720/8134050

c system.c

#include #include "system.h" // 根据电路板上晶振设置振荡器频率 #define OSCILLATOR_CLOCK_FREQUENCY 12000000 //in MHz unsigned int GetCclk(void) { // 获得实际处理器时钟频率 return OSCILLATOR_CLOCK_