代码搜索:PVM

找到约 139 项符合「PVM」的源代码

代码结果 139
www.eeworm.com/read/151814/5678836

readme

This example PVM/POL trace the life cycles of PVM/POL. This can be used as a debugging aid for PVM/POL developers, or as a first example of a working PVM/POL. The following are instructions on how t
www.eeworm.com/read/312043/13619829

m rthet3.m

%%%%%%%%%%%%% 10*10平面阵的指向性 %%%%%%%%%%%%% clear all; close all; clc; f=60*10^3; fs=5*f; w=2*pi*f; c=1500; lmd=c/f; d=lmd/2; %d=0.015; theti=90*pi/180;%入射信号的方位角-45~45,与平面阵的夹角 faii=0*pi/180;
www.eeworm.com/read/419339/10873640

makefile

all: cvm.o \ miniC.o \ miniPentium.o \ miniVC.o \ pvm.o \ store.o ar rcs lib.a cvm.o \ miniC.o \ miniPentium.o \ miniVC.o \ pvm.o \ store.o cvm.o: cvm.c gcc -c -std=c99 -pedantic -Wall -O
www.eeworm.com/read/114188/15070038

htm 00000176.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: qkdj (逆水), 信区: Linux        
www.eeworm.com/read/187471/8637672

c mandelbrotslave.c

#include #include #include #include #include "pvm3.h" #define ENCODING PvmDataDefault #define Y_RESN 800 /* y resolution */ typedef struct
www.eeworm.com/read/292011/8382818

c mandelbrot_slave.c

/* Mandlebrot program slave */ #include #include #include #include #include #include "pvm3.h" #define ENCODING PvmDataDefault #define
www.eeworm.com/read/428353/8875511

c matrix_mult_master.c

#include #include #include #define NPROC 4 main(){ int mtid,wtid[NPROC],mtype,nrowa,ncola,ncolb,rows,averow,extra,offset,retcode,i,j,ind,nelements; int *a,*b,*c; char
www.eeworm.com/read/428353/8875513

c matrix_mult_slave.c

#include #include #include main(){ int rows,ncola,ncolb,mtype,mtid,stid,retcode,*a,*b,*c,nelements,i,j,k; FILE *fp; mtype = 1; if ((fp = fopen("matrix.log", "w"
www.eeworm.com/read/366412/9816550

c slave.c

/* ---------------------------------------------------------------------------- slave.C mbwall 5dec95 Copyright (c) 1995-1996 Massachusetts Institute of Technology DESCRIPTION: Each slave e