代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/264253/11324040
txt readme.txt
1. compile:
mpicc qr.c -o qr -lm
2. run:
mpirun -np 4 qr
3. result:
Whole running time = 0.002906 seconds
Distribute data time = 0.001895 seconds
Parallel compute time = 0.001011 second
www.eeworm.com/read/263030/11379145
c pc_dac.c
/*pc_dac.c*/
/*Program to interface the 12-bit AD7548 ADC to the DATA port of the
parallel adapter*/
#include
#include
#include
#include
#define B
www.eeworm.com/read/401531/11556323
c ppt.c
#include
#include
#include
#include "..\include\ppt.h"
int validPpt;
int GetValidPpt(void)
{
// search for valid parallel port
_outp(LPT1, 0x55);
if((i
www.eeworm.com/read/400577/11572563
m lines5d.m
%LINES5D Generates three 5-dimensional lines
%
% A = LINES5D(N);
%
% Generates a data set of N points, on 3 non-crossing, non-parallel lines
% in 5 dimensions.
%
% If N is a vector of sizes, exactly
www.eeworm.com/read/158499/11609495
c client.c
/* send files between computers on parallel ports */
#include
#include
#include
#include
#include
#include
#include
#include "
www.eeworm.com/read/260417/11726604
in config.in
#
# Multimedia Video device configuration
#
mainmenu_option next_comment
comment 'Video For Linux'
bool ' V4L information in proc filesystem' CONFIG_VIDEO_PROC_FS
dep_tristate ' I2C on parallel por
www.eeworm.com/read/255755/12057188
m lines5d.m
%LINES5D Generates three 5-dimensional lines
%
% A = LINES5D(N);
%
% Generates a data set of N points, on 3 non-crossing, non-parallel lines
% in 5 dimensions.
%
% If N is a vector of sizes, exactly
www.eeworm.com/read/152951/12072964
h traces.h
/* PSPH - Parallel SPH */
/* SCCS_ID = "@(#) /home2/bsmith/src/psph/SCCS/s.trace.h 1.7 94/03/24" */
#ifdef TRACE
void InitTrace(int mintag, int maxtag);
void StartSendTrace(int tag, int nbytes
www.eeworm.com/read/152951/12072984
c traces.c
/* PSPH - Parallel SPH program
* Bradley Smith, and Lou Baker, Dagonet Software
*/
static char sccs_id[] = "@(#) /home2/bsmith/src/psph/SCCS/s.trace.c 1.7 94/03/24";
#include "all.h"
#ifde