代码搜索:计数程序

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

代码结果 10,000
www.eeworm.com/read/487908/6501806

vhd 一个游戏程序.vhd

-- -- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved. -- -- This source file may be used and distributed without restriction -- provided that this copyright statement is n
www.eeworm.com/read/487908/6501818

vhd 加法器源程序.vhd

------------------------------------------------------------------------ -- Single-bit adder ------------------------------------------------------------------------ library IEEE; use IEEE.std_log
www.eeworm.com/read/487908/6501853

v 加法器源程序.v

// download from: www.pld.com.cn & www.fpga.com.cn module counter (count, clk, reset); output [7:0] count; input clk, reset; reg [7:0] count; parameter tpd_clk_to_count = 1; parameter
www.eeworm.com/read/487522/6515218

asm 电子密码锁程序.asm

;******************************************** ;********* 电子密码锁 ********* ;******************************************** ;********* 2005/12/24
www.eeworm.com/read/487244/6517103

txt malatb经典小波程序.txt

% FWT_DB.M; % 此示意程序用DWT实现二维小波变换 % 编程时间2004-4-10,编程人沙威%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% clear;clc;T=256; % 图像维数 SUB_T=T/2; % 子图维数%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/487259/6517345

txt iic总线模拟程序 .txt

IIC总线模拟程序 文件: PCF8563T.C 1 /**———————————————————— 2 〖说明〗I2C总线驱动程序(用两个普通IO模拟I2C总线) 3 包括100Khz(T=10us)的标准模式(慢速模式)选择, 4 和400Khz(T=2.5us)的快速模式选择, 5 默认11.0592Mhz的晶振。 10 ————————————————————