代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/420735/2064472
all-wcprops
K 25
svn:wc:ra_dav:version-url
V 84
/svnroot/mosesdecoder/!svn/ver/1344/trunk/regression-testing/tests/multi-factor-drop
END
dropize_phrase_table.pl
K 25
svn:wc:ra_dav:version-url
V 107
/svnroot/moses
www.eeworm.com/read/473402/6852024
m gpc1.m
% Procedure GPC simulation
% The system controled has impulse TF H(q)=K(q-b)/((q-1)(q-a));
% Where q is delay factor, a=exp(-h), K=exp(-h)-1+h, b=1-h(1-exp(-h))/(exp(-h)-1+h)
% h is simple interval
www.eeworm.com/read/166836/9995454
m ga_f631.m
function PI=GA_f631(x)
global MIN_offset MUL_factor Emin MDL
global FT Se Sde Su ex631f
% Fitness function evaluation of Example 6.3-1.
% PenChen Chou, 8-4-2001
Se=GA_round4dp(x(1));
Sde=GA_
www.eeworm.com/read/166836/9996073
m ga_f641.m
function PI=GA_f641(x)
global MIN_offset MUL_factor Emin MDL
global FT Se Sde Su
% Fitness function evaluation of Example 6.4-1.
% PenChen Chou, 8-5-2001
Se=GA_round4dp(x(1));
Sde=GA_round4d
www.eeworm.com/read/458161/7303073
m cos4qam.m
%cos4qam.m: Costas loop for 4qam scale factor test
%crj jr, revised 12/26/02
clear all
clf
% create +/-1 sequence
s1=sign(rand([1,100])-0.5); N=length(s1);
s2=sign(rand([1,100])-0.5);
%
www.eeworm.com/read/243771/12918468
bas exm_10.bas
Attribute VB_Name = "Exm_10"
Option Explicit
Dim i%, j%, FLOWIN#, FL#, AFL#, VMIN#, FACTOR#, REL#, AMT#, GAMP#, GAMM#
Dim DUDX#, DVDY#, DUDY#, DVDX#, DISS#
Dim AMU#, CMU#, C1#,
www.eeworm.com/read/338523/12295497
m ga_f631.m
function PI=GA_f631(x)
global MIN_offset MUL_factor Emin MDL
global FT Se Sde Su ex631f
% Fitness function evaluation of Example 6.3-1.
% PenChen Chou, 8-4-2001
Se=GA_round4dp(x(1));
Sde=GA_
www.eeworm.com/read/338523/12302563
m ga_f641.m
function PI=GA_f641(x)
global MIN_offset MUL_factor Emin MDL
global FT Se Sde Su
% Fitness function evaluation of Example 6.4-1.
% PenChen Chou, 8-5-2001
Se=GA_round4dp(x(1));
Sde=GA_round4d
www.eeworm.com/read/228083/14401313
f90 test2.f90
!plane wave method for 2d photonic crystals
!正方形排列、正方形截面
use msimsl
implicit none
real*8, parameter:: pb=0.68d0,pi=3.14159265d0,angle=30.0d0 !lb=0.45d0,fb is the volume factor ratio
integer,
www.eeworm.com/read/15127/432567
cpp zbrac.cpp
#include
#include "nr.h"
using namespace std;
bool NR::zbrac(DP func(const DP), DP &x1, DP &x2)
{
const int NTRY=50;
const DP FACTOR=1.6;
int j;
DP f1,f2;
if (x1 == x2) nrerr