代码搜索:计数程序

找到约 10,000 项符合「计数程序」的源代码

代码结果 10,000
www.eeworm.com/read/356673/10223061

c 59秒计数器.c

//59秒自动计数器 #include #define uchar unsigned char uchar j,k,i,a,A1,A2,second; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,
www.eeworm.com/read/356673/10223062

bin 59秒计数器.bin

www.eeworm.com/read/277081/10670319

txt 各种功能计数器.txt

各种功能的计数器 vhdl Library IEEE ; use IEEE.std_logic_1164.all ; use IEEE.std_logic_arith.all ; ENTITY counters IS PORT ( d : IN INTEGER RANGE 0 TO 255; clk : IN BIT; clear : IN BIT; ld :
www.eeworm.com/read/462390/7201954

txt 5045应用 计数与转换.txt

#include #include #include #include //atoi定义 //x5045和51的连接方法 sbit CS = P0^0; sbit SO = P0^4; sbit SI = P0^3; sbit SCK = P0^2; //定义寄存器指令 #de
www.eeworm.com/read/442976/7640725

c 可预置计数器.c

/* 标题:计数器程式 08-11-29 版本:1.0 Target:89c52 程序描述: 共阳七段显示器。*/ /* ***************************************************** */ #include #include #define uint unsigned i
www.eeworm.com/read/144784/12772536

txt 60计数counter60.txt

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity counter60 is port(cp :in std_logic; bin :out std_logic_vector(5 downto 0)
www.eeworm.com/read/144784/12772544

txt 24计数counter24.txt

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity counter24 is port(cp :in std_logic; bin :out std_logic_vector(5 downto 0