代码搜索:Parallel

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

代码结果 6,530
www.eeworm.com/read/116750/7098327

c main.c

// Parallel IO Interface #define PIO_PER (*(volatile unsigned *)0xFFFF0000) // PIO Enable Register #define PIO_OER (*(volatile unsigned *)0xFFFF0010) // PIO Output Enable Register #define PIO
www.eeworm.com/read/462451/7201521

txt qpsk.txt

%QPSK Transmitter(QPSK_TX.m) %JC 6/5/05 %Run from editor debug(F5) %m-file for simulating a QPSK transmitter by modulating with a pseudo %random bit stream. A serial to parallel conversion of the
www.eeworm.com/read/456171/7356429

m qpsk_tx.m

%QPSK Transmitter(QPSK_TX.m) %JC 6/5/05 %Run from editor debug(F5) %m-file for simulating a QPSK transmitter by modulating with a pseudo %random bit stream. A serial to parallel conversion of the
www.eeworm.com/read/454493/7388277

vhd shiftrne.vhd

--shiftrne.vhd n-bit left-to-right shift register --with parallel load and enable library ieee ; use ieee.std_logic_1164.all ; entity shiftrne is generic ( n : integer := 7 ) ; port ( r : i
www.eeworm.com/read/439412/7710172

vhd lfsr_vhd.vhd

-- -- Module: LFSR_16 -- Design: 16 bit LFSR using parallel SRL16Es -- VHDL code: -- -- Simulation ModelSim EE v5.4c -- -- Description: Inferring SRL16Es to be used in LFSRs -- -- -- De
www.eeworm.com/read/439412/7710174

v lfsr_ver.v

// // Module: LFSR_16 // Design: 16 bit LFSR using parallel SRL16Es // Verilog code: // // Simulation ModelSim EE v5.4c // Description: Inferring SRL16Es to be used in LFSRs // // // Dev
www.eeworm.com/read/438449/7731130

c io3.c

/* example of parallel MPI write into a single file */ #include "mpi.h" #include #define BUFSIZE 100 int main(int argc, char *argv[]) { int i, myrank, buf[BUFSIZE]; MPI_File thefile
www.eeworm.com/read/438449/7731134

cc io35cc.cc

// example of parallel MPI read from single file, in C++ #include #include "mpi.h" int main(int argc, char *argv[]) { int bufsize, *buf, count; char filename[128]; MPI::Statu
www.eeworm.com/read/435744/7785935

vhd shiftrne.vhd

--shiftrne.vhd n-bit left-to-right shift register --with parallel load and enable library ieee ; use ieee.std_logic_1164.all ; entity shiftrne is generic ( n : integer := 7 ) ; port ( r : i
www.eeworm.com/read/297865/7991499

m circular_array.m

%Circular Array in the x-y plane % Element is a short dipole antenna parallel to the z axis % 2D Radiation Patterns for fixed phi or fixed theta % dB polar plots uses the polardb.m file % Last m