代码搜索:Approach

找到约 1,300 项符合「Approach」的源代码

代码结果 1,300
www.eeworm.com/read/354016/3080329

cmake findlapack.cmake

# - Find LAPACK library # This module finds an installed fortran library that implements the LAPACK # linear-algebra interface (see http://www.netlib.org/lapack/). # # The approach follows that ta
www.eeworm.com/read/259371/4344121

readme

This directory contains the source files for mail.local. This is not intended to be used on *stock* System V derived systems such as Solaris or HP-UX, since they use a totally different approach t
www.eeworm.com/read/147789/12520236

db code_arg.ans.db

RunCounter WingSpan WingArea FuseLength FuseDia SurfAreaFuse WetArea LoD Objective Penalty ObjectiveAndPenalty Phase Feasibility Rules Control Approach Analysis Internal Technique TechniqueData 18N 1
www.eeworm.com/read/248284/12585612

m noisepwr1.m

function nvar = noisepwr1(num,den) % Computes the output noise variance due % to input quantization of a digital filter % based on a partial-fraction approach % % num and den are the numerator an
www.eeworm.com/read/200414/15433922

txt readme.txt

About NativeXml.pas =================== This is a small-footprint native Delphi implementation to read and write XML documents. It provides a fully object-oriented approach to working with XML f
www.eeworm.com/read/290607/8472149

m oa2tr.m

%OA2TR Convert O/A vectors to homogeneous transformation % % TR = OA2TR(O, A) % % Returns a homogeneous tranformation for the specified orientation and % approach vectors. The rotation submatrix is
www.eeworm.com/read/186987/8886141

m00 !noisepw.m00

function nvar = noisepwr1(num,den) % Computes the output noise variance due % to input quantization of a digital filter % based on a partial-fraction approach % % num and den are the numerator and den
www.eeworm.com/read/184417/9101394

c object.c

/* object.c */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ /* displays various glu objects
www.eeworm.com/read/184417/9101504

c line.c

/* line.c */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ /* illustrates rubberband line drawing
www.eeworm.com/read/184417/9101531

c cube.c

/* cube.c */ /* Rotating cube with color interpolation */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2