代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/410376/11289871

m script_16psk_gray_mapping_bit_error_rate.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % All rights reserved by Krishna Pillai, http://www.dsplog.com % The file may not be re-distributed without explicit authorization % from
www.eeworm.com/read/401210/11561272

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/401210/11561274

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/157209/11730146

txt 8bit采样sine波形发生器.txt

---------------------------------------------------------------------------------- -- -- 采用ROM结构的8bit采样 sine波形发生器 -- -- Download from http://www.pld.com.cn -- The data for each signal shape is st
www.eeworm.com/read/258097/11888697

inc ioprom22_8202_256pin_ns_32bit.inc

/* ** FILE ** iop.tsk ** DESCRIPTION ** generated by binobj at Feb 6 2001 */ const unsigned char IOPcode [] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0
www.eeworm.com/read/258097/11888739

inc ioprom22_8202_256pin_ns_16bit.inc

/* ** FILE ** iop.tsk ** DESCRIPTION ** generated by binobj at Feb 6 2001 */ const unsigned char IOPcode [] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0
www.eeworm.com/read/258097/11888748

inc ioprom22_8202_216pin_ns_16bit.inc

/* ** FILE ** iop.tsk ** DESCRIPTION ** generated by binobj at Feb 6 2001 */ const unsigned char IOPcode [] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0
www.eeworm.com/read/339236/12248782

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