代码搜索:Bit

找到约 10,000 项符合「Bit」的源代码

代码结果 10,000
www.eeworm.com/read/430375/8753239

vst instfetch.vst

ENTITY instfetch IS PORT ( aluout : IN bit_vector(7 downto 0); instinp : IN bit_vector(15 downto 0); branch : IN BIT; reset1 : IN BIT; clock1 : IN BIT; irout : OUT bit_vector(15 downto 0); pcout : OUT
www.eeworm.com/read/430375/8753312

vst processor.vst

ENTITY processor IS PORT ( clock : IN BIT; instruction : IN bit_vector(15 downto 0); readdata : IN bit_vector(7 downto 0); reset: IN BIT; instadd : OUT bit_vector(7 downto 0); memorywriteenable : OUT
www.eeworm.com/read/430375/8753461

vst writeback.vst

ENTITY writeback IS PORT ( insir5out : IN bit_vector(15 downto 0); alucalval : IN bit_vector(7 downto 0); memoutdata : IN bit_vector(7 downto 0); clock5 : IN BIT; reset5 : IN BIT; writebackval : OUT
www.eeworm.com/read/430375/8753543

vbe dff8.vbe

ENTITY dff8 IS PORT ( Din : IN bit_vector(7 downto 0); clk : IN BIT; enable : IN BIT; selectbit : IN BIT; Dout : OUT bit_vector(7 downto 0) ); END dff8; ARCHITECTURE dff8_arch OF dff8 IS SIGNAL Reg
www.eeworm.com/read/379083/9208219

lst ds1302.lst

A51 MACRO ASSEMBLER DS1302 10/23/2008 11:47:11 PAGE 1 MACRO ASSEMBLER A51 V7.10 OBJECT MODULE PLACED IN DS1302.OBJ ASSEMBLER I
www.eeworm.com/read/178050/9421858

c lcd.c

#include void DELAY(void) { _NOP(); _NOP(); _NOP(); _NOP(); } /**** LCD DRIVER MODE SUB. ************** ;WRITE COMMAND SUB. ***********/ void WRCOM(unsigned char _COM) {
www.eeworm.com/read/363056/9969740

c bitmap.c

/** * bitmap.c - Bitmap handling code. Originated from the Linux-NTFS project. * * Copyright (c) 2002-2006 Anton Altaparmakov * Copyright (c) 2004-2005 Richard Russon * Copyright (c) 2004-2008 Sz
www.eeworm.com/read/166498/10017399

asm pwrdown.asm

* PWRDOWN - Demonstrates the powerdown feature of CAN * This program puts the CAN module in Low-power mode. ; XF is pulsed slowly after the CAN module comes out of LPM .title "TXLOOP"
www.eeworm.com/read/273826/10899821

c bitmap.c

/** * bitmap.c - Bitmap handling code. Originated from the Linux-NTFS project. * * Copyright (c) 2002-2006 Anton Altaparmakov * Copyright (c) 2004-2005 Richard Russon * Copyright (c) 2004-2006 Sz
www.eeworm.com/read/270423/11038876

h shumaguan.h

/* this file is the head file */ #include #include #include"delay.h" //macros.h 中有BIT(x) (1