代码搜索:out_data

找到约 581 项符合「out_data」的源代码

代码结果 581
www.eeworm.com/read/412583/11191262

vhd ioadd.vhd

-- IO ADDRESS GENERATOR library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity ioadd_gen is port (
www.eeworm.com/read/235954/14039199

vhd ioadd.vhd

-- IO ADDRESS GENERATOR library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity ioadd_gen is port (
www.eeworm.com/read/235954/14039269

vhd ioadd.vhd

-- IO ADDRESS GENERATOR library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity ioadd_gen is port (
www.eeworm.com/read/235298/14075517

vhd ioadd.vhd

-- IO ADDRESS GENERATOR library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity ioadd_gen is port (
www.eeworm.com/read/201279/15411810

vhd ioadd.vhd

-- IO ADDRESS GENERATOR library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity ioadd_gen is port (
www.eeworm.com/read/113829/15447499

vhd ioadd.vhd

-- IO ADDRESS GENERATOR library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity ioadd_gen is port (
www.eeworm.com/read/107661/15604092

vhd ioadd.vhd

-- IO ADDRESS GENERATOR library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity ioadd_gen is port (
www.eeworm.com/read/107661/15604115

vhd ioadd.vhd

-- IO ADDRESS GENERATOR library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity ioadd_gen is port (
www.eeworm.com/read/289444/8550719

c fdct.c

#include "dct.h" void dct_init(void); void dct(RAWDATA * in_data, DCTDATA * out_data ); static double divisors[DCTSIZE2]; void dct(RAWDATA * in_data, DCTDATA * out_data ) { double tmp0,
www.eeworm.com/read/161429/10413652

c fdct.c

#include "dct.h" void dct_init(void); void dct(RAWDATA * in_data, DCTDATA * out_data ); static double divisors[DCTSIZE2]; void dct(RAWDATA * in_data, DCTDATA * out_data ) { double tmp0,