代码搜索:PVM
找到约 139 项符合「PVM」的源代码
代码结果 139
www.eeworm.com/read/270995/11013192
c petrolslave.c
#include
#include
#include "petrol.h"
char *appName;
static void SendMessage(int tid, int message);
static void GetIndividuals(Individual **pop, int *howmany, int *location);
s
www.eeworm.com/read/152951/12073008
c mdump.c
/* PSPH Parallel SPH Program
* Bradley Smith, and Lou Baker, Dagonet Software
* dump.c: routines for processing dumpfiles
* ReadSPHDumpFile the opposite of WriteSPHDumpFile in io.c
* may be us
www.eeworm.com/read/472996/6853643
txt cqs.txt
/*spmd.c*/
#define NPROC 8
#include
#include
#include "pvm3.h"
main()
{
int mytid; /* my task id */
int tids[NPROC]; /* array of task id */
int me; /* my
www.eeworm.com/read/103119/15744705
c slave.c
/* ----------------------------------------------------------------------------
slave.C
mbwall 5dec95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
Each slave e
www.eeworm.com/read/270995/11013194
h utils.h
#ifndef _UTILS_H
#define _UTILS_H
void strcreate(char **dest, char *src);
void syserror(char *loc);
void error(char *loc, char *message);
int flip(double prob);
double randFraction(void);
i
www.eeworm.com/read/486842/6530771
c pv.c
/* "Position vector", a (compressed) list of word positions in documents */
/* Copyright (C) 1998 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part
www.eeworm.com/read/122800/14668042
c pv.c
/* "Position vector", a (compressed) list of word positions in documents */
/* Copyright (C) 1998 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part
www.eeworm.com/read/291987/8383947
m mvm.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%PVM算法 PVM.m%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
R=(Xt*Xt')/N;
theta1=[-90:0.1:90];%基阵接受信号方向
i=[0:M-1]';
atheta1=exp(-j*2*pi
www.eeworm.com/read/428359/8875310
c array_add_master.c
#include "pvm3.h"
#include
#define SIZE 99
#define NPROCS 3
main()
{
int mytid, task_ids[NPROCS];
int a[SIZE], results[NPROCS], sum = 0;
int i, msgtype,num_data = SIZE;
/* enro
www.eeworm.com/read/102417/15781644
cpp debugcmd.cpp
// DebugCmd.cpp: implementation of the CDebugCmd class.
//
//////////////////////////////////////////////////////////////////////
#include "Stdafx.h"
#include "DebugCmd.h"
#include "Instructi