代码搜索:Extraction
找到约 5,483 项符合「Extraction」的源代码
代码结果 5,483
www.eeworm.com/read/415109/11083981
pdf wavelet-based feature extraction for support vector machines for screening balance impairments in the elderly.pdf
www.eeworm.com/read/419967/10825622
standalone howto.standalone
How to use Dexter outside of the ADS
====================================
Dexter was primarily written to support extraction of data from scans
at ADS. However, with a little fiddling you can make i
www.eeworm.com/read/436088/7777293
cs iextractor.cs
namespace FinanceAI.AI
{
// TODO: Remove? Who will do the feature extraction? Include in the samples?
interface IExtractor
{
// Initialize the extraction
void Initia
www.eeworm.com/read/136989/5830610
readme
// README,v 1.1 2002/01/18 22:28:43 kolpackov Exp
The following TAO applications test and illustate various Object
By Value (OBV or valuetypes) functionality and their usage scenarios.
www.eeworm.com/read/126092/6018012
readme
Welcome to xlhtml.
I. INTRODUCTION
The xlhtml program will take an Excel 95, or 97 file as input and convert
it to highly optimized html. The output is via standard out so it can be
re-directed t
www.eeworm.com/read/476662/6757227
txt readme.txt
This file contains the following sections:
* What is the AutoDocumentation System?
* How does the AutoDocumentation System work?
* Can I customize the AutoDocumentation System?
www.eeworm.com/read/408407/11389302
txt uniextract_changelog.txt
1.6 beta (08/09/2007):
Added support for individual user preferences for better Vista support;
by default, this is enabled for standalone, disabled for installed
when enabled, U
www.eeworm.com/read/233762/14137596
readme
This code supplies a Java implementation for Relational Markov Networks with discrete potentials. It is being released for educational and research purposes only under the GNU General Public License
www.eeworm.com/read/392011/8367376
m sinusx.m
function outx = sinusx(in,f,n)
%
% Extraction of a sinusoidal signal
%
sinx=sin(2*pi*f*[1:n]);
cosx=cos(2*pi*f*[1:n]);
in=in(1:n);
a1=2*sinx.*in;
a=sum(a1)/n;
b1=2*cosx.*in;
b=sum(b1)/n;
ou
www.eeworm.com/read/391748/8380942
at extrac03.at
# Process this file with autom4te to create testsuite. -*- Autotest -*-
# Test suite for GNU tar.
# Copyright (C) 2004, 2007 Free Software Foundation, Inc.
# This program is free software; you can r