代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/26239/956192
c dianzhen3左右移.c
#include // 引用标准库的头文件
#define uchar unsigned char
#define uint unsigned int
sbit sh_cp=P3^0; //595时钟端
sbit ds=P3^1; //595数据端
sbit st_cp=P3^2;
www.eeworm.com/read/26239/956194
c ocm4x12c串.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
//引脚定义
sbit cs=P1^2; //片选引脚
sbit sda =P1^3; //数据引脚
sbit up_clk=P1^4; //上半屏时钟输入
www.eeworm.com/read/26239/956233
c zlg7289.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
//定义I/O 接口
sbit SDA=P1^1; //24c02数据端
sbit SCL=P1^0; //24c02时钟端
sbi
www.eeworm.com/read/26301/957533
asm max7221cs1.asm
DIN BIT P3.0 ;数据输入端
CLK BIT P3.2 ;时钟输入端
LOAD BIT P3.1 ;数据锁存控制端
ORG 0000H
LJMP START
ORG 001BH
LJMP SERVE
ORG 0030H
START: CLR 00H
MOV
www.eeworm.com/read/26301/957539
asm max7221cs.asm
DIN BIT P3.0 ;数据输入端
CLK BIT P3.2 ;时钟输入端
LOAD BIT P3.1 ;数据锁存控制端
ORG 0000H
LJMP START
ORG 0030H
START:
MOV SP,#60H
LCALL PROCESS ;调用初始化M
www.eeworm.com/read/26703/962454
led-
礦ision2 Build Log
Project:
D:\我的学习\dianzi22\led时钟\s.uv2
Project File Date: 10/26/2012
Output:
www.eeworm.com/read/26759/964763
plg rtc.plg
Load "C:\\Documents and Settings\\Administrator\\桌面\\精英资料\\精英STM32资料光盘\\程序代码\\初级例程\\STM32 实验19-RTC实时时钟(直接操作寄存器)\\out\\ObjFlash\\Rtc.AXF"
_____^
*** error 56: cant open file
Build target 'FLASH'
a
www.eeworm.com/read/27624/986906
plg ex84.plg
礦ision3 Build Log
Project:
D:\新版程序\1602液晶\LCD液晶时钟程序\ex84.uv2
Project File Date: 06/24/2009
Output:
www.eeworm.com/read/28833/1009677
asm adc0832-1602lcd.asm
AD_CLK EQU P1.0 ;ADC0832 时钟端
AD_DAT EQU P1.1 ;ADC0832 数据端
AD_CS EQU P3.4 ;ADC0832 片选信号
LCD_RS EQU P2.0 ;LCD 数据/命令选择端
www.eeworm.com/read/39267/1122536
vhd clk_1hz.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity clk_1hz is
port(
clk10k:in std_logic; ------时钟信号10khZ
clk1hz:out std_logic); -----频率信号输出1Hz