代码搜索:Approach
找到约 1,300 项符合「Approach」的源代码
代码结果 1,300
www.eeworm.com/read/172116/9723873
m lda.m
function [eigvector, eigvalue, Y] = LDA(X,gnd)
% LDA: Linear discriminant analysis (Fisherfaces approach PCA+LDA)
%
% [eigvector, eigvalue] = LDA(X, gnd)
%
% Input:
%
www.eeworm.com/read/270032/11050887
manifest
File Name Archive # Description
-----------------------------------------------------------
2DClip 1 2D Clipping: A Vector-Based Approach
2DClip/Makefile 1 Makefil
www.eeworm.com/read/204449/15339393
m lda.m
function [eigvector, eigvalue, Y] = LDA(X,gnd)
% LDA: Linear discriminant analysis (Fisherfaces approach PCA+LDA)
%
% [eigvector, eigvalue] = LDA(X, gnd)
%
% Input:
%
www.eeworm.com/read/103514/15730045
security
SECURITY - why zgv is setuid root, etc.
---------------------------------------
This file is an attempt to explain the approach zgv takes to security.
I know setuid binaries are scary things, but zgv
www.eeworm.com/read/101306/15838094
txt 考文大学.txt
Title : Module Results Software
Using an object oriented approach , produce a piece of software, which displays the end of year results for a group of students.
The software must calculate and
www.eeworm.com/read/100075/15886276
sh makever.sh
#!/bin/sh
# Sometimes hostname is broken and exit with nonzero even if it
# succeeds, so this approach is not used.
#host=`hostname || uname -n || echo host`
#if [ "$USER" != "" ]; then user=$USER
www.eeworm.com/read/38039/1090385
mnu appexitopt.mnu
APPR#EXIT#OPT 入口退出选项
#
Datum#Point 基准点
Select or create a datum point to define the approach/exit.
选取或创建一个基准点来定义进入/退出。
Axis 轴
Select or create a datum axis to define the approach/exit.
选取或创建一个基准轴以定义进
www.eeworm.com/read/291380/8422367
m derivs.m
function [Y,T]=derivs(x,dim)
%Syntax: [Y,T]=derivs(x,dim)
%____________________________
%
% The phase space reconstruction of a time series x whith the derivatives approach,
% in embedding dime
www.eeworm.com/read/184417/9101590
c contour2.c
/* coutour2.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Genarates
www.eeworm.com/read/180485/9305526
m program_09_4.m
% Program 9_4
% Computation of the output noise variance due
% to input quantization of a digital filter
% based on a partial-fraction approach
%
num = input('Type in the numerator = ');
den