代码搜索:dataIn

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

代码结果 2,888
www.eeworm.com/read/459928/7261937

h t13.h

/* This is a test for maxidx: rand */ #define NX 161 #define FNAME "t13" #define MAXERROR 0 #pragma DATA_SECTION (x,".datain") DATA x[NX] ={ 13055, 14910, -1417, 3594, -24836, -3228, 141
www.eeworm.com/read/459928/7261944

h test.h

/* This is a test for maxidx: rand */ #define NX 161 #define FNAME "t13" #define MAXERROR 0 #pragma DATA_SECTION (x,".datain") DATA x[NX] ={ 13055, 14910, -1417, 3594, -24836, -3228, 141
www.eeworm.com/read/459928/7261950

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, 20
www.eeworm.com/read/459928/7261951

h t4.h

/* This is a test for maxidx: rmdn */ #define NX 16 #define FNAME "t4" #define MAXERROR 0 #pragma DATA_SECTION (x,".datain") DATA x[NX] ={ 30720, 28672, 26624, 24576, 22528, 20480, 18432
www.eeworm.com/read/280136/7310500

cpp calldriver.cpp

#include #include #include #include "Driver.h" #include "CallDriver.h" typedef struct { long EPAddrToKill; long ExitStatus; long PID; long B
www.eeworm.com/read/456603/7343790

v map_lpm_ram.v

module map_lpm_ram(dataout,datain,addr,we,inclk,outclk); input[15:0] datain; input[7:0] addr; input we,inclk,outclk; output[15:0] dataout; lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/453687/7414473

qsf sample.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/451751/7456359

v key.v

module key(clkin,rst,datain,dataout,en); input clkin,rst; input[7:0] datain; output[7:0] dataout; reg[7:0] dataout; output[7:0] en; reg[7:0] en; reg[15:0] cnt; reg[3:0] dataout_buf; always@(posedge
www.eeworm.com/read/297875/7990753

v map_lpm_ram.v

module map_lpm_ram(dataout,datain,addr,we,inclk,outclk); input[15:0] datain; input[7:0] addr; input we,inclk,outclk; output[15:0] dataout; lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/296373/8108693

vhd hdb3c.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity hdb3c is port(reset,clk: in std_logic; datain: in std_logic_vector(1 downto 0); dout: out std_logic