代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/415793/11053870
vhd shiftrne.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
-- left-to-right shift register with parallel load and enable
ENTITY shiftrne IS
GENERIC ( N : INTEGER := 4 ) ;
PORT ( R : IN STD_LOGIC_VECTO
www.eeworm.com/read/415793/11053881
vhd shiftrne.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
-- left-to-right shift register with parallel load and enable
ENTITY shiftrne IS
GENERIC ( N : INTEGER := 4 ) ;
PORT ( R : IN STD_LOGIC_VECTO
www.eeworm.com/read/415793/11053889
vhd shiftlne.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
-- right-to-left shift register with parallel load and enable
ENTITY shiftlne IS
GENERIC ( N : INTEGER := 4 ) ;
PORT( R : IN STD_LOGIC_VECTOR
www.eeworm.com/read/268260/11147022
m dir2par.m
function [C,B,A] = dir2par(b,a);
% DIRECT-form to PARALLEL-form conversion
% --------------------------------------
% [C,B,A] = dir2par(b,a)
% C = Polynomial part when length(b) >= length(a)
%
www.eeworm.com/read/148259/12479457
m dir2par.m
function [C,B,A] = dir2par(b,a);
% DIRECT-form to PARALLEL-form conversion
% --------------------------------------
% [C,B,A] = dir2par(b,a)
% C = Polynomial part when length(b) >= length(a)
%
www.eeworm.com/read/237777/13930979
m dir2par.m
function [C,B,A] = dir2par(b,a);
% DIRECT-form to PARALLEL-form conversion
% --------------------------------------
% [C,B,A] = dir2par(b,a)
% C = Polynomial part when length(b) >= length(a)
%
www.eeworm.com/read/134379/13994302
h mpp.h
#ifndef _LINUX_MPP_H
#define _LINUX_MPP_H
/*
* Definitions related to Massively Parallel Processing support.
*/
/* All mpp implementations must supply these functions */
extern void mpp_init(void
www.eeworm.com/read/235546/14064159
m ofdmce6.m
% ofdmce6.m
%64个子在波
%
function[ber,per]=ofdmce6(snr_in_db)
%********************** preparation part ***************************
para=64; % Number of parallel channel to transmit (points)
fftl
www.eeworm.com/read/235546/14064240
asv ofdmce6.asv
% ofdmce6.m
%64个子在波
%
function[ber,per]=ofdmce6(snr_in_db)
%********************** preparation part ***************************
para=64; % Number of parallel channel to transmit (points)
fftl
www.eeworm.com/read/109477/15556621
h mpp.h
#ifndef _LINUX_MPP_H
#define _LINUX_MPP_H
/*
* Definitions related to Massively Parallel Processing support.
*/
/* All mpp implementations must supply these functions */
extern void mpp_init(void