代码搜索:parameter

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

代码结果 10,000
www.eeworm.com/read/371263/9558774

c stm32f10x_rcc.c

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_rcc.c * Author : MCD Application Team * Date First Issued : 09/29/2006
www.eeworm.com/read/371229/9560708

v round.v

// Copyright 2007 Altera Corporation. All rights reserved. // Altera products are protected under numerous U.S. and foreign patents, // maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/371229/9560900

v equal_const.v

// Copyright 2007 Altera Corporation. All rights reserved. // Altera products are protected under numerous U.S. and foreign patents, // maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/174691/9577665

m ricegen.m

clear %Gayatri Prabhu and P. M. Shankar %ricegen.m %generates a fading signal where a direct (LOS) component is present %generates the RF signal, in phase and quadrature components, the envelope a
www.eeworm.com/read/169221/9874965

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/169221/9875086

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/168691/9901979

c usbhubmisc.c

/* usbHubMisc.c - debug functionality functions */ /* Copyright 2004 Wind River Systems, Inc. This software includes software licensed to Wind River Systems, Inc. by Wipro, Ltd. Wind River li
www.eeworm.com/read/364639/9902357

v ps2_keyboard.v

//------------------------------------------------------------------------------------- // // Author: John Clayton // Date : April 30, 2001 // Update: 4/30/01 copied this file from lcd_2.v (pared
www.eeworm.com/read/364636/9902518

v ps2_keyboard.v

//------------------------------------------------------------------------------------- // // Author: John Clayton // Date : April 30, 2001 // Update: 4/30/01 copied this file from lcd_2.v (pared
www.eeworm.com/read/364439/9906441

c stm32f10x_rcc.c

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_rcc.c * Author : MCD Application Team * Date First Issued : 09/29/2006