代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/188087/8573149
txt readme.txt
1. compile:
mpicc relaxation.c -o relaxation
2. run:
mpirun -np 4 relaxation
3. result:
Input of file "dataIn.txt"
3 4
9.000000 -1.000000 -1.000000 7.000000
-1.000
www.eeworm.com/read/188087/8573239
txt readme.txt
1.compile:
mpicc transpose.c -o transpose
2.run:
mpirun -np 4 transpose
3.result:
Input of file "dataIn.txt"
3 3
1.000000 2.000000 3.000000
3.000000 4.000000
www.eeworm.com/read/288306/8643632
txt readme.txt
1.compile:
mpicc transpose.c -o transpose
2.run:
mpirun -np 4 transpose
3.result:
Input of file "dataIn.txt"
3 3
1.000000 2.000000 3.000000
3.000000 4.000000
www.eeworm.com/read/383658/8929786
v datacnt.v
module datacnt(
clk,
rst,
r_ram_rdb,
r_ram_rab,
r_req,
s_ram_wdb,
fifo_wen,
cmd,
cmdack,
addr,
datain,
dataout,
start_read,
interru
www.eeworm.com/read/181930/9224897
txt readme.txt
1. compile:
mpicc relaxation.c -o relaxation
2. run:
mpirun -np 4 relaxation
3. result:
Input of file "dataIn.txt"
3 4
9.000000 -1.000000 -1.000000 7.000000
-1.000
www.eeworm.com/read/181930/9224937
txt readme.txt
1.compile:
mpicc transpose.c -o transpose
2.run:
mpirun -np 4 transpose
3.result:
Input of file "dataIn.txt"
3 3
1.000000 2.000000 3.000000
3.000000 4.000000
www.eeworm.com/read/264253/11324043
txt readme.txt
1. compile:
mpicc relaxation.c -o relaxation
2. run:
mpirun -np 4 relaxation
3. result:
Input of file "dataIn.txt"
3 4
9.000000 -1.000000 -1.000000 7.000000
-1.000
www.eeworm.com/read/264253/11324079
txt readme.txt
1.compile:
mpicc transpose.c -o transpose
2.run:
mpirun -np 4 transpose
3.result:
Input of file "dataIn.txt"
3 3
1.000000 2.000000 3.000000
3.000000 4.000000
www.eeworm.com/read/347114/11691030
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity stratixgx_dec_6b is
port(
datain : in vl_logic_vector(5 downto 0);
k28 : out vl_logic;
dataout
www.eeworm.com/read/347114/11693172
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity altgxb_dec_6b is
port(
datain : in vl_logic_vector(5 downto 0);
k28 : out vl_logic;
dataout