代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/153614/12020960
vhd 6_reg.vhd
entity bit_rtl_reg_clk is
port (
pin : bit_vector;
cntl : bit;
clk : bit;
pout : out bit_vector
);
end bit_rtl_reg_clk;
architecture func of bit_rtl_reg_clk is
begin
www.eeworm.com/read/253639/12208829
inc 44b.inc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;File name : 44b.inc
;;Description : constants for ARM cpu s3c44b0x.
;; :
;; :
;;
www.eeworm.com/read/151305/12220428
vhd 6_reg.vhd
entity bit_rtl_reg_clk is
port (
pin : bit_vector;
cntl : bit;
clk : bit;
pout : out bit_vector
);
end bit_rtl_reg_clk;
architecture func of bit_rtl_reg_clk is
begin
www.eeworm.com/read/338523/12301173
m xbit2num.m
function num = xbit2num(bit, range)
% BIT2NUM Conversion from bit string representations to decimal numbers.
% BIT2NUM(BIT, RANGE) converts a bit string representation BIT ( a 0-1
% vector) to a decim
www.eeworm.com/read/337614/12356994
c main.c
/*------------------------------------------------------------------*-
Main.C (v1.00)
------------------------------------------------------------------
Test program for pattern PORT
www.eeworm.com/read/149028/12408239
vhd 6_reg.vhd
entity bit_rtl_reg_clk is
port (
pin : bit_vector;
cntl : bit;
clk : bit;
pout : out bit_vector
);
end bit_rtl_reg_clk;
architecture func of bit_rtl_reg_clk is
begin
www.eeworm.com/read/336391/12446234
h common.h
/* ------------------------------------------------------------
File Name: common.h
Auther: Samuel
Revision: R1
History: R1 Jul.05, 2007 Creation
------------------------------------
www.eeworm.com/read/227218/14436829
vhd 6_reg.vhd
entity bit_rtl_reg_clk is
port (
pin : bit_vector;
cntl : bit;
clk : bit;
pout : out bit_vector
);
end bit_rtl_reg_clk;
architecture func of bit_rtl_reg_clk is
begin
www.eeworm.com/read/222480/14688533
asm ctrs.asm
//Old version nodefine
//SelectRelevantSoundBit: .EQU Bit0
//SelectRelevantRetSoundBit: .EQU Bit1
//SelectRelevantNoRetSoundBit: .EQU Bit2
//SelectNoRetSoundBit: .EQU BitF
//
www.eeworm.com/read/207777/15262380
h bitroutines.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d