代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/466285/1511946
test linecontains.test
This is line 1 with alpha.
This is line 2 with beta.
This is line 3 with beta.
This is line 4 with gamma.
This is line 5 with beta.
This is line 6 with delta.
This is line 7 with beta.
www.eeworm.com/read/315726/3615578
test linecontains.test
This is line 1 with alpha.
This is line 2 with beta.
This is line 3 with beta.
This is line 4 with gamma.
This is line 5 with beta.
This is line 6 with delta.
This is line 7 with beta.
www.eeworm.com/read/369418/2799661
test linecontains.test
This is line 1 with alpha.
This is line 2 with beta.
This is line 3 with beta.
This is line 4 with gamma.
This is line 5 with beta.
This is line 6 with delta.
This is line 7 with beta.
www.eeworm.com/read/428849/8835010
c gmnplib.c
/*-----------------------------------------------------------------------
gmnplib.c: Library of solvers for Generalized Minimal Norm Problem (GMNP).
Generalized Minimal Norm Problem to solve is
www.eeworm.com/read/374466/9404141
m image_optimization.m
function image_optimization()
cameraman=imread('cameraman.tif');
imhist(cameraman);
cameraman=double(cameraman);
[row,colume]=size(cameraman);
num_pixel=row*colume;
Lmax=max(max(cameraman));
Lm
www.eeworm.com/read/372034/9524239
asv initialparams.asv
function [alfa, a, b, e0x, e0y, e1x, e1y, H0, H1] = InitialParams(F, e0, e1)
% INITIALPARAMS Return the Initial values of the 7 parameters used for optimization
% F: 基本矩阵,e0: 左图像的极点,e1: 右图像的极点
%
www.eeworm.com/read/362246/10010525
c gmnplib.c
/*-----------------------------------------------------------------------
gmnplib.c: Library of solvers for Generalized Minimal Norm Problem (GMNP).
Generalized Minimal Norm Problem to solve is
www.eeworm.com/read/280595/10311751
c qpcsolver.c
/*-----------------------------------------------------------------------
qpcsolver.c: Algorithm solving QPC task.
QPC task to solve is
min 0.5*alpha'*H*alpha + c'*alpha
subject to
www.eeworm.com/read/425862/10313223
hpp lmsfilter.hpp
/* lmsfilter.hpp a simple adaptive filter that uses the Least-Mean-Square
algorithm for adaption
rcsid: @(#)lmsfilter.hpp 1.1 15:00:22 10/19/92 EFC
*/
#ifndef _LMS_FILTER_HPP_
#define _