代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/264253/11324286
txt readme.txt
1. compile:
mpicc cannon.c -o cannon -lm
2. run:
mpirun -np 4 cannon 4
3. result:
random matrix A :
1315052160 559212096 1485667328 1674476160
1945859200
www.eeworm.com/read/409272/11337847
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/407093/11430076
c slaruv.c
#include "f2c.h"
/* Subroutine */ int slaruv_(integer *iseed, integer *n, real *x)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ. of Tennessee, Univ. of California Berkeley, NAG L
www.eeworm.com/read/407093/11430142
c slarnd.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
doublereal slarnd_(integer *idist, intege
www.eeworm.com/read/407093/11430147
c dlaruv.c
#include "f2c.h"
/* Subroutine */ int dlaruv_(integer *iseed, integer *n, doublereal *x)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ. of Tennessee, Univ. of California Berkeley,
www.eeworm.com/read/407093/11430152
c dlarnd.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
doublereal dlarnd_(integer *idist, intege
www.eeworm.com/read/407070/11430389
h aipbase.h
//**********************************************************************
// aipBase.h - aipBase, aipMsg
//
// Provides:
// Classes: aipBase aipMsg aipRand aipLogger
//
www.eeworm.com/read/406613/11439078
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr