代码搜索:parameter

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

代码结果 10,000
www.eeworm.com/read/220617/14795069

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/220617/14795091

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/120186/14811201

lst main.lst

C51 COMPILER V7.50 MAIN 12/29/2004 20:23:49 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN MA
www.eeworm.com/read/119707/14824074

mpr mainlogin.mpr

* ********************************************************* * * * * 01/25/00 MAINLOGIN.MPR 04:44:00
www.eeworm.com/read/220289/14843708

m demspeech_dual.m

% DEMSPEECH_DUAL Sigma-Point Kalman Filter based Speech Enhancement Demonstration. % % A single phoneme of speech, corrupted by additive colored noise is enhanced % (cleaned up) through Dual SPKF
www.eeworm.com/read/220289/14843716

m demse2.m

% DEMSE2 Demonstrate state estimation on a simple scalar nonlinear (time variant) problem % % See also % GSSM_N1 % Copyright (c) Rudolph van der Merwe (2002) % % This file is part of
www.eeworm.com/read/219652/14871641

m aco.m

function ACO(inputfile) % Usage: ACO('ulysses22.tsp') %%%%%%%%%%%% The Key Parameter In Max-MIN Ant System %%%%%%%%%%%%%%%%%%%%% AntNum=76; %Best equal Dimension of Problem alpha=1; beta=5; rh
www.eeworm.com/read/118305/14876819

hpp mystring.hpp

/**************************************************************************/ /* Copyright(C) 2001 by Nanjing XINWANG TEC CO.,LTD. */ /**********************************************************
www.eeworm.com/read/219532/14876919

js testingcase07.js

//***************************************************************************** // A Practical Guide to Script-Driven Software Development // Author: Qiming Lu Date: 5/1/2006
www.eeworm.com/read/219242/14890597

lst init.lst

C51 COMPILER V7.10 INIT 03/20/2007 22:53:06 PAGE 1 C51 COMPILER V7.10, COMPILATION OF MODULE INIT OBJECT MODULE PLACED IN .\