代码搜索:时钟提取

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

代码结果 10,000
www.eeworm.com/read/381568/9084935

asm gps-timesystem.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; GPS时钟系统 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;用W78E516B单片机 ;本程序接收GPS的$GPGGA信息中的时间数据,采用12MHZ晶振,4800波特率接收 ;使用资源:R0、R1
www.eeworm.com/read/282462/9092586

vhd minsecondaa.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity MINSECOND is port(clk,clr:in std_logic;----时钟/清零信号 sec1,sec0:out std_logic_vector(3 downto 0);----秒高位/低位
www.eeworm.com/read/282462/9092589

vhd second.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity SECOND is port(clk,clr:in std_logic;----时钟/清零信号 sec1,sec0:out std_logic_vector(3 downto 0);----秒高位/低位
www.eeworm.com/read/184271/9113619

bak shizhong_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2,
www.eeworm.com/read/184271/9113634

uv2 shizhong.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2,
www.eeworm.com/read/281861/9128767

vhd shift_siso.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; ENTITY shift_siso IS GENERIC(x : INTEGER := 8); --移位寄存器宽度 PORt( --clk时钟,reset复位,direct移位方向,se移位使能,si串行
www.eeworm.com/read/183429/9159167

c tc0counter.c

//**********基于TC0的计数器设计___TC0工作在计数方式模式***************// //****************WINAVR2005版本,系统时钟为8MHz**********************// #include #include #include
www.eeworm.com/read/183137/9177532

txt r_w_sd2304.txt

//*************写SD2304时钟芯片************************// void wr2304byte(unsigned char cmd,unsigned char add,unsigned char data) { i2c_start(); i2c_write(cmd); i2c_write(add); i2c_write(data
www.eeworm.com/read/375528/9357258

h ds1302ram.h

#ifndef _DS1302_ZHENGZUOWEI_H_ #define _DS1302_ZHENGZUOWEI_H_ /*********************************************** PORTD.2为DS1302使能控制引脚 PORTD.3为DS1302时钟控制引脚 PORTD.3为DS1302数据控制引脚 ********************
www.eeworm.com/read/178262/9411855

asm okupd6464_0929.asm

;///显示测试程序,用内部信号显示0~9/// ;********************************************************** upd_clk bit p1.0 ;upd时钟线引脚 upd_ncs bit p1.1 ;upd片选线引脚 upd_io bit p1.2 ;upd数据线引脚 clrpower bit