代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/289252/3991860
m sta6_1m.m
function yy=model(beta0,x)
a=beta0(1);
b=beta0(2);
yy=a+(0.49-a)*exp(-b*(x-8));
www.eeworm.com/read/201202/15413454
sci coarsemeyerproj.sci
function cpjf = CoarseMeyerProj(beta,C,n,deg)
// CoarseMeyerProj -- Invert Meyer Transform, coarse level C
// Usage
// cpjf = CoarseMeyerProj(beta,C,n,deg)
// Inputs
// beta Father Me
www.eeworm.com/read/189283/8480501
m chenmh_obpasto.m
function [filtered_out, V, err_out, Orth, V_all] = Chenmh_obPASTO(x,Rn_inv,r,beta)
[p,T] = size(x);
if (r > p) disp(['Subspace dimension error!']); end
V = eye(p); V = V(:,1:r);
Ei = eye(r);
er
www.eeworm.com/read/386760/8728266
h realcross2.h
/*This is the file used for crossover for Real Coded GA*/
void realcross(population *new_pop_ptr,population *mate_pop_ptr);
void realcross(population *new_pop_ptr,population *mate_pop_ptr)
{
int i
www.eeworm.com/read/429065/8820787
cpp game_render.cpp
#include "Game.h"
#include "Camera.h"
#include
extern CPoolGame theGame;
extern CCamera theCamera;
static GLuint tex_floor, tex_rod;
bool LoadImageFromFile(const char *fname,
i
www.eeworm.com/read/429050/8822068
m h_q.m
function parameters=H_q(filein,yesplot)
%此函数用于计算H(q)图谱的统计特征参数sk、ku、peak和alpha ,beta
n1=256;
%%%%%%%%%%%%%%%%%%%%
z=load(filein);
q1_1=abs(z(:,2));
%q1_1=q1_1-min(q1_1);%放电量均减去最小值??????????
www.eeworm.com/read/186716/8914522
m nyquist_.m
function [nyquist_pulse] = nyquist_(alpha,nyq_block,arg1)
% NYQUIST_ ..... Defines a basic truncated Nyquist pulse.
%
% NYQUIST_(A,NB) generates a Nyquist pulse g(t) truncated to NB blocks
% w
www.eeworm.com/read/284183/8956493
h realcross2.h
/*This is the file used for crossover for Real Coded GA*/
void realcross(population *new_pop_ptr,population *mate_pop_ptr);
void realcross(population *new_pop_ptr,population *mate_pop_ptr)
{
int i
www.eeworm.com/read/283457/9020391
h realcross2.h
/*This is the file used for crossover for Real Coded GA*/
void realcross(population *new_pop_ptr,population *mate_pop_ptr);
void realcross(population *new_pop_ptr,population *mate_pop_ptr)
{
int i