代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/286242/8780795
v cordic_stage.v
// -*- verilog -*-
//
// USRP - Universal Software Radio Peripheral
//
// Copyright (C) 2003 Matt Ettus
//
// This program is free software; you can redistribute it and/or modify
// it under the t
www.eeworm.com/read/385817/8787789
c svmc_wrap.c
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 1.3.24
*
* This file is not intend
www.eeworm.com/read/285874/8807314
htm ei38.htm
Effective C++, 2E | Item 38: Never redefine an inherited def
www.eeworm.com/read/285822/8809348
m fast_lot.m
%-------------------------------------------------------------------------
% function subroutine: fast_lot.m, for fast LOT Algorithms,for M=8
% Input parameter:
% vector a -----In this progr
www.eeworm.com/read/429074/8820143
txt itm-doc.txt
$Id: itm-doc.txt,v 1.1 1996/10/04 13:29:13 ewz Exp $
Name: itm
Function: Driver to create flat random graphs and two forms
of hierarchical graphs (N-level and transit-stub).
See models.ps
www.eeworm.com/read/385076/8820895
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/385075/8821162
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/429004/8824866
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/429004/8824970
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/384988/8825679
c stm32f10x_rcc.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_rcc.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006