代码搜索:dataIn

找到约 2,888 项符合「dataIn」的源代码

代码结果 2,888
www.eeworm.com/read/318894/3560733

h t3.h

/* This is a test for maxidx: rmup */ #define NX 16 #define FNAME "t3" #define MAXERROR 0 #pragma DATA_SECTION (x,".datain") DATA x[NX] ={ 0, 2048, 4096, 6144, 8192, 10240, 12288, 14336, 16384, 18432
www.eeworm.com/read/296366/3904389

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/369328/9654814

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/248277/12586360

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/110833/15524210

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/110833/15524217

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/188087/8573180

txt readme.txt

1. compile: mpicc invert.c -o invert 2. run: mpirun -np 4 invert 3. result( in file dataOut.txt): Input of file "dataIn.txt" 3 3 1.000000 -1.000000 1.000000 5.000000
www.eeworm.com/read/181930/9224910

txt readme.txt

1. compile: mpicc invert.c -o invert 2. run: mpirun -np 4 invert 3. result( in file dataOut.txt): Input of file "dataIn.txt" 3 3 1.000000 -1.000000 1.000000 5.000000
www.eeworm.com/read/176500/9495721

m dftd.m

function DFTD clear all; % Program to compute DFT coefficients directly % (Program 3c.1, p170; program name: dftd.m) % direction = -1; %1 - forward DFT, -1 - inverse DFT in = fopen('datain.d
www.eeworm.com/read/168454/9912415

m dftd.m

function DFTD clear all; % Program to compute DFT coefficients directly % (Program 3c.1, p170; program name: dftd.m) % direction = -1; %1 - forward DFT, -1 - inverse DFT in = fopen('datain.d