代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/162928/10257688
vbp 时钟卡.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation
Object={F6125AB1-8AB1-11CE-A77F-08002B2F4E98}#2.0#0; MSRDC20.OCX
Object={BDC217C8-ED1
www.eeworm.com/read/162928/10257694
vbw 时钟卡.vbw
www.eeworm.com/read/162008/10346900
txt 时钟控制.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity aa is
port(clk,reset:in std_logic;
load,sel:out std_logic);
end aa;
architecture B of aa is
begin
proce
www.eeworm.com/read/277740/10607486
dtp 时钟显示.dtp
www.eeworm.com/read/351009/10688655
c led时钟.c
#include
#include "ds1302.h" //包含DS1302头文件
#define leddata P0 //定义LED数据口
#define sec 0x80 //1302秒寄存器地址
#define min 0x82 //1302分寄存器地址
#define hou 0x84 //1302时寄存器地址
#define re
www.eeworm.com/read/351009/10688658
obj led时钟.obj
www.eeworm.com/read/421216/10750382
asm 液晶+时钟.asm
;经测试通过
;系统:增强型学习板
;功能:读写1302,1602显示时钟
;DS1302引脚定义
SCLK BIT P1.5 ;时钟控制总线
IO_DATA BIT P1.6 ;数据传送总线
RST BIT P1.7 ;复位总线
;DS1302地址空间定义
Bitcnt DATA 30H ;数据位计数器
Bytecnt DATA 31H ;数据字节
www.eeworm.com/read/349675/10804846
c lcd时钟.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define BOOL bit
sbit remoteout=P3^2;
sbit rs = P1^0;
sbit rw = P1^1;
sbit ep = P1^2;
uchar tem