代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/181930/9225218
txt readme.txt
1. compile:
mpicc power.c -o power
2. run:
mpirun -np 4 power
3. result:
Input of file "dataIn.txt"
4 5
1.000000 4.000000 -2.000000 3.000000 6.000000
2.000
www.eeworm.com/read/165423/10063019
v usbf_utmi_if.v
`include "usbf_defines.v"
module usbf_utmi_if(
// UTMI接口部分的端口定义
phy_clk, rst,
DataOut, TxValid, TxReady,
RxValid, RxActive, RxError, DataIn,
XcvSelect, TermSel, SuspendM, LineState,
OpMo
www.eeworm.com/read/315078/13552733
h exe26.h
#include
using namespace std;
template // expression argument: int
class tmplt
{
T arr[n]; // n个T类型的数据存放于数组arr之中
public:
void dataIn();
www.eeworm.com/read/264253/11324035
txt readme.txt
1. compile:
mpicc matrix.c -o matrix
2. run:
mpirun -np 4 matrix
3. result:
Input of file "dataIn.txt"
3 3
1.000000 2.000000 3.000000
4.000000 5.000000 6
www.eeworm.com/read/264253/11324073
txt readme.txt
1. compile:
mpicc gauss.c -o gauss
2. run:
mpirun -np 4 gauss
3. result:
Input of file "dataIn.txt"
4 5
1.000000 4.000000 -2.000000 3.000000 6.000000
2.000
www.eeworm.com/read/264253/11324104
txt readme.txt
1. compile:
mpicc cjacobi.c -o cjacobi -lm
2. run:
mpirun -np 4 cjacobi
3. result:
Input of file "dataIn.txt"
8 8
1.000000 3.000000 4.000000 4.000000 5.00
www.eeworm.com/read/264253/11324230
txt readme.txt
1. compile:
mpicc single.c -o single -lm
2. run:
mpirun -np 4 single
3. result:
Input of file "dataIn.txt"
3 3
1.000000 3.000000 4.000000
3.000000 1.000000
www.eeworm.com/read/264253/11324234
txt readme.txt
1. compile:
mpicc ludep.c -o ludep
2. run:
mpirun -np 3 ludep
3. result:
Input of file "dataIn.txt"
3 3
2.000000 1.000000 2.000000
0.250000 1.250000 1.50
www.eeworm.com/read/264253/11324295
txt readme.txt
1. compile:
mpicc power.c -o power
2. run:
mpirun -np 4 power
3. result:
Input of file "dataIn.txt"
4 5
1.000000 4.000000 -2.000000 3.000000 6.000000
2.000
www.eeworm.com/read/338701/12287721
java ledatastream.java
/**
* LEDataStream.java
* copyright (c) 1998-2008 Roedy Green, Canadian Mind Products
* http://mindprod.com
* Version History
* 1.0 1998-01-6
* 1.1 1998-01-07- officially implements DataIn