代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/138798/13211711
m isposdef.m
function b = isposdef(a)
% ISPOSDEF Test for positive definite matrix.
% ISPOSDEF(A) returns 1 if A is positive definite, 0 otherwise.
% Using chol is much more efficient than computing eig
www.eeworm.com/read/148359/5715196
readme
xtiff 2.0
xtiff is a tool for viewing a TIFF file in an X window. It was written to
handle as many different kinds of TIFF files as possible while remaining
simple, portable and efficient. xtiff re
www.eeworm.com/read/144216/5751965
pl perlglob.pl
#!perl -w
use File::DosGlob;
$| = 1;
while (@ARGV) {
my $arg = shift;
my @m = File::DosGlob::doglob(1,$arg);
print (@m ? join("\0", sort @m) : $arg);
print "\0" if @ARGV;
}
__END__
=h
www.eeworm.com/read/125098/6034197
readme
xtiff 2.0
xtiff is a tool for viewing a TIFF file in an X window. It was written to
handle as many different kinds of TIFF files as possible while remaining
simple, portable and efficient. xtiff re
www.eeworm.com/read/125062/6034296
readme
xtiff 2.0
xtiff is a tool for viewing a TIFF file in an X window. It was written to
handle as many different kinds of TIFF files as possible while remaining
simple, portable and efficient. xtiff re
www.eeworm.com/read/113165/6137942
h common.h
/*************************************************************************
* *
* Open Dynamics Engine, Copyright (C) 2001,2002 R
www.eeworm.com/read/108058/6186812
h optimend.h
/*
** Apple Macintosh Developer Technical Support
**
** DirectoryCopy: #defines that let you make MoreFiles code more efficient.
**
** by Jim Luther, Apple Developer Technical Support Emeritus
**
** F
www.eeworm.com/read/108058/6186821
h optim.h
/*
** Apple Macintosh Developer Technical Support
**
** DirectoryCopy: #defines that let you make MoreFiles code more efficient.
**
** by Jim Luther, Apple Developer Technical Support Emeritus
**
** F
www.eeworm.com/read/409492/11320918
readme
datrie - Double-Array Trie Library
==================================
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe [1].
Trie is a kind of di
www.eeworm.com/read/404623/11481350
cpp minfilter.cpp
///////////////////////////////////////////////////////////////////////////
//
// NAME
// MinFilter.cpp -- separable min/max filter
//
// DESCRIPTION
// Performs a separable box filtering usin