代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/326428/13142803
v adder.v
module adder(cout,sum,a,b,cin);
parameter size=16;
output cout;
output[size-1:0] sum;
input cin;
input[size-1:0] a,b;
assign {cout,sum}=a+b+cin;
endmodule
www.eeworm.com/read/326428/13142825
v wave1.v
`timescale 10ns/1ns
module wave1;
reg wave;
parameter cycle=10;
initial
begin
wave=0;
#(cycle/2) wave=1;
#(cycle/2) wave=0;
#(cycle/2) wave=1;
#(cycle/2) wave=0;
#(cycle/2
www.eeworm.com/read/326417/13143221
vh hssdrc_define.vh
//
// Project : High-Speed SDRAM Controller with adaptive bank management and command pipeline
//
// Project Nick : HSSDRC
//
// Version : 1.0-beta
//
// Revision : $Revision
www.eeworm.com/read/326320/13147350
h handlerpredicate.h
// ------------------------------------------------------------
// File Name: CHandlerPredicate.h
// Description:
// Doctrine Name: StrikeDoctrine
// Object Name:
// Object Description:
// BK
www.eeworm.com/read/241378/13148403
v dw01_add.v
//
// S.Arvind
// 02/02/99
// Ripple adder
//
module DW01_add (A, B, CI, SUM, CO);
parameter width = 32;
input [width-1:0] A, B;
input CI;
output [width-1:0] SUM;
o
www.eeworm.com/read/241376/13148701
h field.h
#if !defined(AFX_FIELD_H__522768ED_360F_480B_8B2A_86845BB88AA6__INCLUDED_)
#define AFX_FIELD_H__522768ED_360F_480B_8B2A_86845BB88AA6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/139562/13148848
m chap3_3.m
%Fuzzy Immune PID Control
clear all;
close all;
a=newfis('fuzz_ljk');
f1=1.0;
a=addvar(a,'input','u',[-f1*1,f1*1]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-f1*1,f1*1]);
a=
www.eeworm.com/read/139562/13148852
m chap3_2.m
%Fuzzy Tunning PID Control
clear all;
close all;
a=newfis('fuzzpid');
a=addvar(a,'input','e',[-3,3]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-3,-1]);
a=addmf(a,'
www.eeworm.com/read/139524/13151004
c dm_aprioricom_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Sep 26 14:17:19 2001
*/
/* Compiler settings for E:\天眼计划\source c
www.eeworm.com/read/241362/13152071
c configfile.c
/*!
***********************************************************************
* \file
* configfile.c
* \brief
* Configuration handling.
* \author
* Main contributors (see contribu