代码搜索:efficiency
找到约 451 项符合「efficiency」的源代码
代码结果 451
www.eeworm.com/read/187283/8835400
projects
0. Improved efficiency.
* Parse and output array initializers an element at a time, freeing
storage after each, instead of parsing the whole initializer first and
then outputting. This would reduce
www.eeworm.com/read/296774/7113506
projects
0. Improved efficiency.
* Parse and output array initializers an element at a time, freeing
storage after each, instead of parsing the whole initializer first and
then outputting. This would reduce
www.eeworm.com/read/297233/8037856
projects
0. Improved efficiency.
* Parse and output array initializers an element at a time, freeing
storage after each, instead of parsing the whole initializer first and
then outputting. This would reduce
www.eeworm.com/read/139447/13155853
cpp securehash.cpp
// SecureHash.cpp : Defines the entry point for the DLL application.
//
/* Implementation of NIST's Secure Hash Algorithm (FIPS 180)
* Lightly bummed for execution efficiency.
*
* Jim Gillogly
www.eeworm.com/read/131315/5936163
projects
0. Improved efficiency.
* Parse and output array initializers an element at a time, freeing
storage after each, instead of parsing the whole initializer first and
then outputting. This would reduce
www.eeworm.com/read/123658/14616750
projects
0. Improved efficiency.
* Parse and output array initializers an element at a time, freeing
storage after each, instead of parsing the whole initializer first and
then outputting. This would reduce
www.eeworm.com/read/284616/4061616
h allocator.h
//Custom allocator class that manages its own heap for efficiency.
/*NOTE: THIS CODE IS VERY BUGGY AND IS ONLY MEANT FOR THE PURPOSE OF DEMONSTRATING
UNIT TESTING. DO NOT ACTUALLY USE THIS IN PRODU
www.eeworm.com/read/409299/2234930
svn-base sparsealignmentstest2.m.svn-base
%A script to test the efficiency of sparse alignments
clear;
rand('state',22);
numExamples = 2000;
numFeatures = 500;
tol = 10^-5;
X = rand(numExamples, numFeatures);
Y = sign(rand(numE
www.eeworm.com/read/409299/2234936
m sparsealignmentstest2.m
%A script to test the efficiency of sparse alignments
clear;
rand('state',22);
numExamples = 2000;
numFeatures = 500;
tol = 10^-5;
X = rand(numExamples, numFeatures);
Y = sign(rand(numE
www.eeworm.com/read/285874/8806092
htm mi15.htm
More Effective C++ | Item 15: Understand the costs of exception handling Back to Item 14: Use exception specifications judiciously
Continue to Efficiency
Item 15: Understand the costs of exception ha