代码搜索:数字时钟程序
找到约 10,000 项符合「数字时钟程序」的源代码
代码结果 10,000
www.eeworm.com/read/427332/8951086
txt 时钟动画.txt
%将下列命令复制到程序运行窗口:
try %可以运行
close all
hfig=figure('visible','off');
set(hfig,'NumberTitle','off');
set(hfig,'name','My Clock');
set(hfig,'MenuBar','none');
set(hfig,'color',[0.5 0.7 0.3]);
set(
www.eeworm.com/read/281926/9126850
txt 时钟驱动.txt
#include "reg51.h"
#include "intrins.h"
sbit SD2001_SDA= P2^1;
sbit SD2001_SCL= P2^3;
sbit SCLE = P1^5;
sbit SDAE = P1^4;#define SomeNOP(); { _nop_(); _nop_(); _nop_();_nop_(); }
unsigned
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