代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/339233/12248948
m pe_bit误比特率的计算.m
function pe_num=pe_bit(source,receive)
%误码率比计算
% source=[1 0 1];
% receive=[1 1 1];
if length(source)~=length(receive)
msgbox('错误');
end
pe1=0;
for i=1:length(source)
if source(i)~=re
www.eeworm.com/read/251614/12330504
txt 16、32bit integral number square root.txt
16位整型数开方
.include "8515def.inc"
.def numlo = r16
.def numhi = r17
.def sqrt = r18
.def suber = r24
.def suberh =
www.eeworm.com/read/129991/14213276
txt takes two 32 bit integer values and calculates their product.txt
**================================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* 32 Bit Multiply
*
* Revision Date: 07/14/97
*
* USAGE This routine is C C
www.eeworm.com/read/129991/14213321
txt this routine performs the bit-reversal of the input array x.txt
TEXAS INSTRUMENTS, INC.
*
* AUTOCORRELATION
*
* Revision Date: 04/16/97
*
* USAGE This routine is C Callable and can be called as:
*
* int autcor(short ac[], short sd[], int N, int M)
www.eeworm.com/read/129991/14213338
txt takes two 40 bit integer values and calculates their product.txt
**================================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* 40 Bit Multiply
*
* Revision Date: 07/14/97
*
* USAGE This routine is C C
www.eeworm.com/read/129991/14213343
txt divides two 32 bit values and returns their quotient and remai.txt
DIVMODU32
*
* Revision Date: 07/15/97
*
* USAGE This routine is C Callable and can be called as:
*
* struct divmodu divmodu32(unsigned int a, unsigned int b);
*
* a --- unsigned numerato
www.eeworm.com/read/127767/14337277
txt e363. performing bitwise operations on a bit vector.txt
The BitSet class implements a bit-vector of an arbitrary size. It automatically grows dynamically. This example demonstrates how to create and use a BitSet.
The BigInteger class also support bitwise
www.eeworm.com/read/228696/14366308
opt mcb817_i2c_example_bit_banged.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/228696/14366312
c mcb817_i2c_example_bit_banged.c
//------------------------------------------------------------------------------
// Keil Software, Inc.
//
// Project: I2C EXAMPLE PROGRAM (BIT BANGED) FOR MCB517 MCU
//
// Filename: MCB517_I2
www.eeworm.com/read/218918/14902839
m pe_bit误比特率的计算.m
function pe_num=pe_bit(source,receive)
%误码率比计算
% source=[1 0 1];
% receive=[1 1 1];
if length(source)~=length(receive)
msgbox('错误');
end
pe1=0;
for i=1:length(source)
if source(i)~=re