代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/264253/11324057
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/264253/11324096
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/264253/11324254
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/264253/11324262
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/402018/11543980
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/339661/12212078
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/149365/12385763
hier_info divider.hier_info
|divider
dividend[0] => remainder~34.DATAB
dividend[1] => remainder~33.DATAB
dividend[2] => remainder~32.DATAB
dividend[3] => remainder~31.DATAB
divisor[0] => drreg[0].DATAIN
divisor[1] => drreg
www.eeworm.com/read/229301/14346281
v sinewave.v
module top(clkin,
rst,
// B,
NCS0_n,
NWE_n,
addr,
DataIN,
SINE1,
SINE2,
SINE3,
SINE4,
SINE5,
SINE6,
clk
www.eeworm.com/read/211745/15174619
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/14792/410851
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