代码搜索:Comparator

找到约 3,661 项符合「Comparator」的源代码

代码结果 3,661
www.eeworm.com/read/352586/10535843

c comparator.c

/**************************************************************************** 文件名:comparator.c 编写者:czhang 描述:适用比较器A测量电阻阻值。 MCLK:8MHz ACLK:32.768kHz 版本:2005-3 V1.0 ********************
www.eeworm.com/read/419967/10825665

java comparator.java

/* * (c) COPYRIGHT 1999 World Wide Web Consortium * (Massachusetts Institute of Technology, Institut National de Recherche * en Informatique et en Automatique, Keio University). * All Rights Rese
www.eeworm.com/read/349103/10851776

v comparator.v

module COMPARATOR(ALARM_HRS,CLOCK_HRS,ALARM_MINS,CLOCK_MINS,ALARM_AM_PM, CLOCK_AM_PM,RINGER); input [3:0] ALARM_HRS,CLOCK_HRS; input [5:0] ALARM_MINS,CLOCK_MINS; input ALARM_AM_PM,
www.eeworm.com/read/349103/10851788

vhd comparator.vhd

entity COMPARATOR is port (ALARM_HRS,CLOCK_HRS :in INTEGER range 1 to 12; ALARM_MINS,CLOCK_MINS : in INTEGER range 0 to 59; ALARM_AM_PM, CLOCK_AM_PM: in BIT; RINGER: out BIT); e
www.eeworm.com/read/349103/10851820

db comparator.db

www.eeworm.com/read/349103/10851947

v comparator.v

module Comparator (cp_out, ain, bin); /* Comparator for 2 integer values */ output cp_out; input [15:0] ain, bin; assign cp_out = ain < bin; endmodule
www.eeworm.com/read/349103/10851989

v comparator.v

module COMPARATOR(ALARM_HRS,TIME_HRS,ALARM_MINS,TIME_MINS,ALARM_AM_PM, TIME_AM_PM,RINGER); input [3:0] ALARM_HRS,TIME_HRS; input [5:0] ALARM_MINS,TIME_MINS; input ALARM_AM_PM, TIME_
www.eeworm.com/read/349103/10852107

vhd comparator.vhd

-- ALARM TIME COMPARATOR ------------------------- -- -- File: COMPARATOR.vhd -- Task: Compare clock time with alarm setting. -------------------------------------------------- library IEEE; use IEEE
www.eeworm.com/read/349103/10852181

v comparator.v

module COMPARATOR(ALARM_HRS,TIME_HRS,ALARM_MINS,TIME_MINS,ALARM_AM_PM, TIME_AM_PM,RINGER); input [3:0] ALARM_HRS,TIME_HRS; input [5:0] ALARM_MINS,TIME_MINS; input ALARM_AM_PM, TIME_
www.eeworm.com/read/349103/10852202

vhd comparator.vhd

-- ALARM TIME COMPARATOR ------------------------- -- -- File: COMPARATOR.vhd -- Task: Compare clock time with alarm setting. -------------------------------------------------- library IEEE; use IEEE