代码搜索:Approach
找到约 1,300 项符合「Approach」的源代码
代码结果 1,300
www.eeworm.com/read/139134/5807937
c bookmarks.c
/*
===========================================================================
FILE: bookmarks.c
SERVICES:
IWeb API sample applet - bookmarks feature.
GENERAL DESCRIPTION
www.eeworm.com/read/139134/5807943
c config.c
/*
===========================================================================
FILE: config.c
SERVICES:
lcgi config
GENERAL DESCRIPTION:
Config UI for BREWser implme
www.eeworm.com/read/139134/5807953
h bookmarks.h
/*
===========================================================================
FILE: bookmarks.h
SERVICES:
IWeb API sample applet.
GENERAL DESCRIPTION:
Bookmarks UI
www.eeworm.com/read/136406/5872786
buonstile
Date: Sun, 27 Jan 2002 17:28:55 -0500
Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
X-Rcs-Id: $Id: BuonStile,v 1.3 2002/01/27 23:48:42 carstenklapp Exp $
Content-Type: application/x-phpwik
www.eeworm.com/read/136406/5872820
goodstyle
Date: Sun, 27 Jan 2002 17:28:55 -0500
Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
X-Rcs-Id: $Id: GoodStyle,v 1.1 2004/04/29 23:59:07 rurban Exp $
Content-Type: application/x-phpwiki;
p
www.eeworm.com/read/136406/5872902
brastil
Date: Sun, 27 Jan 2002 17:28:55 -0500
Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
X-Rcs-Id: $Id: BraStil,v 1.2 2002/01/27 22:54:08 carstenklapp Exp $
Content-Type: application/x-phpwiki;
www.eeworm.com/read/102395/6233310
txt for.txt
The splitting-loop is implemented as an infinite loop. It is left with a \tt break \rm if the pointers meet.
This approach is a typical example for the usefulness of \tt break.
www.eeworm.com/read/156528/11794999
m inde.m
function y=Inde(x)
%copyright 2005.7.5
%A New Approach to Blind Source Separation with Global Optimal Property
%matlab code author: lucky zhang
%
%构造广义特征问题
[N,P]=size(x);
if P>10000
P=1000
www.eeworm.com/read/156528/11795339
m inde.m
function y=Inde(x)
%copyright 2005.7.5
%A New Approach to Blind Source Separation with Global Optimal Property
%matlab code author: xiaobing zhang
%
%构造广义特征问题
%预处理
[n,t] = size(x);
m=mean(x'