代码搜索:Approach
找到约 1,300 项符合「Approach」的源代码
代码结果 1,300
www.eeworm.com/read/163686/10149521
pas sincos.pas
{ Listing 1 -- The Naive Approach }
Function Sin(x: real): real;
Const Eps = 1.0e-8;
Var n: integer;
s, Last, Sign: real;
Begin
n := 1;
Last := x;
s := Last;
Sign := 1.0;
www.eeworm.com/read/359019/10169992
cdrw readme.cdrw
Using CD-RW media Mini Howto FAQ
CD-RW drives usually support packet writing, but as there
is currently no usable UDF filesystem support you may only use
the simple cdrecord approach.
Cdrecord write
www.eeworm.com/read/273013/10931688
cs wordsimilarity.cs
/* Compute similarity between two words (IS_A Taxonomy-based approach)
* Author : Dao Ngoc Thanh , thanh.dao@gmx.net
* (c) Dao Ngoc Thanh, 2005
*
* $Update : 01 Feb 2006
* - Add Wu & Palm
www.eeworm.com/read/470527/6912759
m confreg.m
function y = confreg(mu,S,n,a)
%CONFREG(mu,S,n,a) plots an 95% confidence region for the means based on the
%approach of T-square of Hotelling to the F distribution, with 2,n-2 df's
%in the 2 dimensio
www.eeworm.com/read/450566/7481206
dpr selfxsml.dpr
program selfXsml;
{ TCompress V3.0 "Tiny" self-extracting EXE example -- only comments changed from V2.5
This program uses the same approach (and doInstal unit) as
does the SELFEXTR.DPR unit.
www.eeworm.com/read/450566/7481231
dpr selfxsml.dpr
program selfXsml;
{ TCompress V3.0 "Tiny" self-extracting EXE example -- only comments changed from V2.5
This program uses the same approach (and doInstal unit) as
does the SELFEXTR.DPR unit.
www.eeworm.com/read/199987/7813760
m confreg.m
function y = confreg(mu,S,n,a)
%CONFREG(mu,S,n,a) plots an 95% confidence region for the means based on the
%approach of T-square of Hotelling to the F distribution, with 2,n-2 df's
%in the 2 dimensio
www.eeworm.com/read/198172/7948859
m gmresb.m
%
% GMRES linear equation solver, brute-force approach
%
% C. T. Kelley, January 10, 1994
%
% This code comes with no guarantee or warranty of any kind.
%
% function [x, error, total_iters] = gmresb(x
www.eeworm.com/read/324188/13279847
cpp closedtree.cpp
#include
#include "../Global.h"
#include "../ProjDB.h"
#if defined(_ANOTHER_CLOSED_APPROACH)
#include "ClosedTree.h"
ItemSet supSet;
ItemSet subSet;
int zzz=0;
bool TreeNodeLess( TreeNo
www.eeworm.com/read/100446/6269469
schema nis.schema
# $OpenLDAP: pkg/ldap/servers/slapd/schema/nis.schema,v 1.1.8.5 2000/09/28 17:35:12 kurt Exp $
# Definitions from RFC2307 (Experimental)
# An Approach for Using LDAP as a Network Information Service