代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/443568/1739292
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
www.eeworm.com/read/370032/9622325
vhd cufifo.vhd
library IEEE;
use IEEE.Std_logic_1164.all;
entity CuFIFO is
port(
rst, clk : in Std_logic;
wr, rd : in Std_logic; ---写信号,读信号
DataIn : in Std_logic_vector(7
www.eeworm.com/read/367219/9765908
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/367213/9765975
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/110834/15524204
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/110833/15524213
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/433108/8545873
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/188087/8573190
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/188087/8573268
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/188087/8573571
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