代码搜索:parameter

找到约 10,000 项符合「parameter」的源代码

代码结果 10,000
www.eeworm.com/read/428159/8889235

h mpc5633m_hwinit.h

/* * * FILE : MPC5633m_HWInit.h * * DESCRIPTION: * This file contains all MPC5633m derivative needed initializations, * and all initializations for the MPC5633m boards which are suppo
www.eeworm.com/read/428159/8889308

h mpc5633m_hwinit.h

/* * * FILE : MPC5633m_HWInit.h * * DESCRIPTION: * This file contains all MPC5633m derivative needed initializations, * and all initializations for the MPC5633m boards which are suppo
www.eeworm.com/read/428159/8889364

h mpc5633m_hwinit.h

/* * * FILE : MPC5633m_HWInit.h * * DESCRIPTION: * This file contains all MPC5633m derivative needed initializations, * and all initializations for the MPC5633m boards which are suppo
www.eeworm.com/read/428132/8891041

inc param.inc

PARAMETER (NGR= 2,NXA= 124, * NYA= 64,NMXY= 1, * NXYA= 4368,NXYG= 924, * NIA= 30,NOA= 60, * NSA= 120,NWA=
www.eeworm.com/read/428132/8891089

inc param.inc

PARAMETER (NGR= 2,NXA= 124, * NYA= 64,NMXY= 1, * NXYA= 4368,NXYG= 924, * NIA= 30,NOA= 60, * NSA= 120,NWA=
www.eeworm.com/read/384201/8891137

v mult_for.v

module mult_for(outcome,a,b); parameter size=8; input[size:1] a,b; output[2*size:1] outcome; reg[2*size:1] outcome; integer i; always @(a or b) begin outcome=0; for(i=1; i
www.eeworm.com/read/428132/8891139

ing param.ing

PARAMETER (NXA=500,NYA=500,NXYA=100000,NWA=800,NSA=800, * NOA=500,NIA=500,NOCA=500,MNG=6)
www.eeworm.com/read/384201/8891374

v resource1.v

module resource1(sum,a,b,c,d,sel); parameter size=4; output[size:0] sum; input sel; input[size-1:0] a,b,c,d; reg[size:0] sum; always @(a or b or c or d or sel) begin if(sel) sum=a+b; else
www.eeworm.com/read/384190/8891958

bas rscom.bas

Attribute VB_Name = "RsCom" Option Explicit Public comFrm As Object 'Object of MScomm Type COMMSETTING intCommPort As Integer 'Port Number strSettings As String
www.eeworm.com/read/284604/8914025

m fast_lot.m

%------------------------------------------------------------------------- % function subroutine: fast_lot.m, for fast LOT Algorithms,for M=8 % Input parameter: % vector a -----In this progr