代码搜索:dataIn

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

代码结果 2,888
www.eeworm.com/read/17522/733480

hier_info yiweijcq.hier_info

|yiweijcq din => a.DATAIN clk => c.CLK clk => b.CLK clk => a.CLK clk => dout~reg0.CLK dout
www.eeworm.com/read/17941/767750

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/476527/1368551

hier_info yiweijcq.hier_info

|yiweijcq din => a.DATAIN clk => c.CLK clk => b.CLK clk => a.CLK clk => dout~reg0.CLK dout
www.eeworm.com/read/338629/3314923

hier_info dff_reg.hier_info

|DFF_REG CLK => Qi.CLK CLR => Qi.ACLR D => Qi.DATAIN Q
www.eeworm.com/read/318894/3560433

h t12.h

/* This is a test for maxidx: rand */ #define NX 160 #define FNAME "t12" #define MAXERROR 0 #pragma DATA_SECTION (x,".datain") DATA x[NX] ={ 28538, 27322, -5881, 25798, -28975, -9643, 20523, -32122,
www.eeworm.com/read/318894/3560724

h t12.h

/* This is a test for maxidx: rand */ #define NX 160 #define FNAME "t12" #define MAXERROR 0 #pragma DATA_SECTION (x,".datain") DATA x[NX] ={ 28538, 27322, -5881, 25798, -28975, -9643, 20523, -32122,
www.eeworm.com/read/397063/2404449

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity register5_wl is port( datain : in vl_logic_vector(4 downto 0); dataout : out vl_logic_vector(4 downto 0);
www.eeworm.com/read/397063/2404467

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity register5_wlh is port( datain : in vl_logic_vector(4 downto 0); dataout : out vl_logic_vector(4 downto 0);
www.eeworm.com/read/110826/15524234

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

txt readme.txt

1. compile: mpicc matrix.c -o matrix 2. run: mpirun -np 4 matrix 3. result: Input of file "dataIn.txt" 3 3 1.000000 2.000000 3.000000 4.000000 5.000000 6