代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/188087/8573592
txt readme.txt
1. compile:
mpicc cholersky.c -o cholersky -lm
2. run:
mpirun -np 4 cholersky
3. result:
Cholersky Decomposion
Input Matrix A from dataIn.txt
1.00000 0.00000 1.00000 2.00000
0
www.eeworm.com/read/288307/8643617
txt readme.txt
1. compile:
mpicc matrixvector.c -o matrixvector
2. run:
mpirun -np 4 matrixvector
3. result:
The matrix and the vector has been read from file "dataIn.txt" is: 5 width
The element of the m
www.eeworm.com/read/381044/9113645
vhd code.vhd
-- code
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity code is
port(
datain : in unsigned(7 downto 0);
da
www.eeworm.com/read/181930/9224914
txt readme.txt
1. compile:
mpicc svd.c -o svd -lm
2. run:
mpirun -np 4 svd
3. result:
Input of file "dataIn.txt"
4 4
1.000000 2.000000 1.000000 3.000000
3.000000 3.0000
www.eeworm.com/read/181930/9224947
txt readme.txt
1. compile:
mpicc seidel.c -o seidel
2. run:
mpirun -np 4 seidel
3. result:
Input of file "dataIn.txt"
3 4
9.000000 -1.000000 -1.000000 7.000000
-1.000000 8.
www.eeworm.com/read/181930/9225130
txt readme.txt
1. compile:
mpicc matrixvector.c -o matrixvector
2. run:
mpirun -np 4 matrixvector
3. result:
The matrix and the vector has been read from file "dataIn.txt" is: 5 width
The element of the m
www.eeworm.com/read/181930/9225151
txt readme.txt
1. compile:
mpicc cholersky.c -o cholersky -lm
2. run:
mpirun -np 4 cholersky
3. result:
Cholersky Decomposion
Input Matrix A from dataIn.txt
1.00000 0.00000 1.00000 2.00000
0
www.eeworm.com/read/374530/9400077
vhd code.vhd
-- code
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity code is
port(
datain : in unsigned(7 downto 0);
da
www.eeworm.com/read/349548/10819529
vhd code.vhd
-- code
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity code is
port(
datain : in unsigned(7 downto 0);
da
www.eeworm.com/read/460213/7255554
vhd code.vhd
-- code
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity code is
port(
datain : in unsigned(7 downto 0);
da