代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/233693/4665473
h oid_stash.h
#ifndef OID_STASH_H
#define OID_STASH_H
/*
* designed to store/retrieve information associated with a given oid.
* Storage is done in an efficient tree manner for fast lookups.
*/
#define OID_STA
www.eeworm.com/read/233522/4667444
h vnl_transpose.h
// This is vxl/vnl/vnl_transpose.h
#ifndef vnl_transpose_h_
#define vnl_transpose_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief Efficient matrix transp
www.eeworm.com/read/233522/4668426
c z_sqrt.c
#include "f2c.h"
#include "netlib.h"
extern double sqrt(double); /* #include */
/* A slightly more efficient implementation for complex square roots, */
/* which does not use any of hyp
www.eeworm.com/read/177235/5331724
h oid_stash.h
#ifndef OID_STASH_H
#define OID_STASH_H
/*
* designed to store/retrieve information associated with a given oid.
* Storage is done in an efficient tree manner for fast lookups.
*/
#define OID_STA
www.eeworm.com/read/165306/5483551
h matrix.h
#ifndef _MATRIX_H
#define _MATRIX_H
#include "defines.h"
namespace annie
{
/** A class for 2-dimensional matrices.
* This probably isn't the most efficient way to do matrix operations,
* use of
www.eeworm.com/read/315543/3619644
h matrix.h
#ifndef _MATRIX_H
#define _MATRIX_H
#include "defines.h"
namespace annie
{
/** A class for 2-dimensional matrices.
* This probably isn't the most efficient way to do matrix operations,
* use of
www.eeworm.com/read/310565/3695589
vhd 57_instruction_dec.vhd
--Page :303 304
--Objective :Efficient command decoding
--Filename :test_67b.vhd
--Author :Joseph Pick
entity Test_67b is
end Test_67b;
architecture Behave_1
www.eeworm.com/read/277987/4148242
readme
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It can solve C-SVM classification,
nu-SVM classification, one-class-SVM, epsilon-SVM regression,
and n
www.eeworm.com/read/271875/4221702
h oid_stash.h
#ifndef OID_STASH_H
#define OID_STASH_H
/*
* designed to store/retrieve information associated with a given oid.
* Storage is done in an efficient tree manner for fast lookups.
*/
#define OID_STA
www.eeworm.com/read/268871/4249015
h ida.h
/* $Id: ida.h,v 1.2 2003/06/13 04:44:22 sit Exp $ */
/*
* Rabin's Information Dispersal Algorithm.
*
* Rabin, Michael. "Efficient Dispersal of Information for Security,
* Load Balancing, and Faul