代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/155118/11897884
h network.h
///////////////////////////////////////////////////////
// FileName: network.h
// Author: b1gm0use
// Project: myvideo
#ifndef _NETWORK_H_
#define _NETWORK_H_
#include
#include "common
www.eeworm.com/read/335434/12523852
h network.h
///////////////////////////////////////////////////////
// FileName: network.h
// Author: b1gm0use
// Project: myvideo
#ifndef _NETWORK_H_
#define _NETWORK_H_
#include
#include "common
www.eeworm.com/read/192015/8411276
pdf 1999_rate_control_and_bit_allocation_for_mpeg-4.pdf
www.eeworm.com/read/433021/8551904
vhd 移位寄存器_8bit.vhd
--Behavioural description of an 8-bit Shift Register
--8-bit universal shift register modelled using a process
ENTITY shftreg8 IS
PORT(clock, serinl, serinr : IN BIT; --clock and serial inputs
mode :
www.eeworm.com/read/433021/8551911
vhd 8-bit unipolar successive approximation adc.vhd
--8-bit Unipolar Successive Approximation ADC
--8-bit unipolar successive approximation analogue to digital converter
--demonstrates use of LOOP and WAIT statements
ENTITY adcsc8 IS
PORT(vin : IN REAL
www.eeworm.com/read/433021/8551913
vhd 16bit数模转换器.vhd
--16-bit Digital to Analogue Converter
USE WORK.rampac.ALL;
USE WORK.adcpac.ALL;
ENTITY dac16 IS
PORT(vout : INOUT analogue; digin : IN data16; --input and output
en : IN BIT); --latches in data
END d
www.eeworm.com/read/433021/8551923
vhd 16bit模数转换器.vhd
--16-bit Analogue to Digital Converter
USE WORK.rampac.ALL;
USE WORK.adcpac.ALL;
ENTITY adc16 IS
GENERIC(tconv : TIME := 10 us); --conversion time
PORT(vin : IN analogue; digout : OUT data16; --input
www.eeworm.com/read/287854/8664338
m comparisons of bit error probabilities with increasing number of users.m
m = 3;
N = 2^m-1; %system processing gain
maxbits = 20000;
maxusers = floor(1.5*N); % max number of users
S_tot = signature_matrix(m,maxusers);%generate signature matrix.
%S(:,k)=sk normaliz
www.eeworm.com/read/387416/8685218
prj i2c_master_bit_ctrl_vhdl.prj
www.eeworm.com/read/387416/8685248
bak i2c_master_bit_ctrl.v.bak
/////////////////////////////////////////////////////////////////////
//// ////
//// WISHBONE rev.B2 compliant I2C Master bit-controller