代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/105393/6825804
bat build.bat
if "%1" == "" goto InvalidParameter
if not exist %1\bin\setenv.bat goto SetenvNotFound
call %1\bin\setenv.bat %1 %2
%3
cd %4
build
goto exit
:InvalidParameter
echo Invalid Parameter.
go
www.eeworm.com/read/473769/6839494
f90 ans0604.f90
program main
implicit none
integer, parameter :: max=10
integer i
real item
real ans
ans = 1.0
item = 1.0
do i=2,max
item = item/real(i)
ans = ans+item
end d
www.eeworm.com/read/473809/6841703
bsf gollstt.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/473809/6841717
bsf gollman.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/473487/6844239
m awgn.m
%*************************************************************************************
% This function pertains to the addition of AWGN with mean zero and
% parameter 'variance' to
www.eeworm.com/read/473392/6851944
bak t_fir.v.bak
module T_Fir();
parameter T2=10,T1=100;
reg clk1,clk2,clrn,reset;
reg[7:0] X;
wire[19:0] Y;
FirMachine fir(clk1,clk2,clrn,reset,X,Y);
always #(T1) clk1=~clk1;
always #(T2) clk2=~clk2;
initial
beg
www.eeworm.com/read/473392/6851945
v t_fir.v
module T_Fir();
parameter T2=10,T1=200;
reg clk1,clk2,clrn,reset;
reg[7:0] X;
wire[19:0] Y;
FirMachine fir(clk1,clk2,clrn,reset,X,Y);
always #(T1/2) clk1=~clk1;
always #(T2) clk2=~clk2;
initial
b
www.eeworm.com/read/473145/6856985
dat xmit_par.dat
#
# transmitter parameter file
#
#
# no noise
#
#Quantiz. Threshold : 1.5
#Noise [dB] : 0.0
# add 14 dB noise
#
#Quantiz. Threshold : 5.2
#Noise [dB] : 14.0
#
# add 18 dB n
www.eeworm.com/read/472863/6859008
m pca.m
function [NewSig,E,D] = PCA(OldSig,varargin)
% PCA ---- Performing PCA algorithm to the input signals
% 调用格式:
% [NewSig,E,D] = PCA(OldSig,'PCNum',4,'minIndex',1,'maxIndex',4,'report','on')
%
www.eeworm.com/read/472899/6859542
m getdefaultarcparameter.m
function ArcSimulationData = GetDefaultArcParameter ;
% init all of the parameters .
% February 2004
% $Revision: 1.00 $
% define the string of the MainCircuitParameterText .
ElementTyp