代码搜索:Parallel

找到约 6,530 项符合「Parallel」的源代码

代码结果 6,530
www.eeworm.com/read/452469/7440446

m51 serial to parallel.m51

BL51 BANKED LINKER/LOCATER V6.00 07/31/2006 08:46:16 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: E:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/452469/7440447

uv2 serial to parallel.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x
www.eeworm.com/read/452469/7440457

uv2 parallel to serial.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x
www.eeworm.com/read/452469/7440468

m51 parallel to serial.m51

BL51 BANKED LINKER/LOCATER V6.00 07/31/2006 10:03:52 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: E:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/441819/7664364

the lptcap parallel print capture system

The LPTCAP parallel print ca
www.eeworm.com/read/199367/7864417

m parallel2series.m

function y = parallel2series(X) L=length(X(:,1)); R=length(X(1,:)); newvec=zeros(L*R,1); for i=0:(R-1) newvec(1+i*L:(1+i)*L,1)=X(:,i+1); end y=newvec;
www.eeworm.com/read/199367/7864418

m series2parallel.m

function y = series2parallel(x,N) L=length(x); q=floor(L/N); newvec=zeros(N,q); for i=1:q newvec(1:N,i)=x((1+(i-1)*N):i*N); end y=newvec;
www.eeworm.com/read/330102/12916338

m parallel2series.m

function para_bits = parallel2series(in_bits); %this function perform the parallel to series transformation in_bit_size = size(in_bits); size_n_subcarrier = in_bit_size(1,1) size_data_length =
www.eeworm.com/read/327780/13061908

bak parallel port_opt.bak

### 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/327780/13061915

m51 parallel port.m51

BL51 BANKED LINKER/LOCATER V5.03 12/19/2006 21:06:07 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE parall