代码搜索:Generalized
找到约 2,645 项符合「Generalized」的源代码
代码结果 2,645
www.eeworm.com/read/449039/1682995
m gatx0.m
function [x0] = gatx0( alpha, theta, mi, sigma )
% GATX0 compute point x0 (Generalized Andeson's task).
% [x0] = gatx0( alpha, theta, mi, sigma )
%
% GATX0 computes a point on lying on the hyperplane
www.eeworm.com/read/449035/1683035
m gatx0.m
function [x0] = gatx0( alpha, theta, mi, sigma )
% GATX0 compute point x0 (Generalized Andeson's task).
% [x0] = gatx0( alpha, theta, mi, sigma )
%
% GATX0 computes a point on lying on the hyperplane
www.eeworm.com/read/430506/1929531
m gatx0.m
function [x0] = gatx0( alpha, theta, mi, sigma )
% GATX0 compute point x0 (Generalized Andeson's task).
% [x0] = gatx0( alpha, theta, mi, sigma )
%
% GATX0 computes a point on lying on the hyperplane
www.eeworm.com/read/381136/2649099
m gatx0.m
function [x0] = gatx0( alpha, theta, mi, sigma )
% GATX0 compute point x0 (Generalized Andeson's task).
% [x0] = gatx0( alpha, theta, mi, sigma )
%
% GATX0 computes a point on lying on the hyperplane
www.eeworm.com/read/373460/2761965
m gatx0.m
function [x0] = gatx0( alpha, theta, mi, sigma )
% GATX0 compute point x0 (Generalized Andeson's task).
% [x0] = gatx0( alpha, theta, mi, sigma )
%
% GATX0 computes a point on lying on the hyperplane
www.eeworm.com/read/373069/2767168
m gatx0.m
function [x0] = gatx0( alpha, theta, mi, sigma )
% GATX0 compute point x0 (Generalized Andeson's task).
% [x0] = gatx0( alpha, theta, mi, sigma )
%
% GATX0 computes a point on lying on the hyperplane
www.eeworm.com/read/366959/2857631
m gatx0.m
function [x0] = gatx0( alpha, theta, mi, sigma )
% GATX0 compute point x0 (Generalized Andeson's task).
% [x0] = gatx0( alpha, theta, mi, sigma )
%
% GATX0 computes a point on lying on the hyperplane
www.eeworm.com/read/266483/4272266
m gatx0.m
function [x0] = gatx0( alpha, theta, mi, sigma )
% GATX0 compute point x0 (Generalized Andeson's task).
% [x0] = gatx0( alpha, theta, mi, sigma )
%
% GATX0 computes a point on lying on the hyperplane
www.eeworm.com/read/367442/9748208
m gatx0.m
function [x0] = gatx0( alpha, theta, mi, sigma )
% GATX0 compute point x0 (Generalized Andeson's task).
% [x0] = gatx0( alpha, theta, mi, sigma )
%
% GATX0 computes a point on lying on the hyperplane
www.eeworm.com/read/170872/9783287
makefile
# Makefile for GiST test program
#
# Generalized Search Tree
PROGRAM = RSTree
SRCS = command.cpp gram.y scan.l RTentry.cpp RTnode.cpp RTpredicate.cpp RT.cpp
OBJS = command.o gram.tab.o scan