代码搜索:efficiency

找到约 451 项符合「efficiency」的源代码

代码结果 451
www.eeworm.com/read/179753/9340492

htm ch24_02.htm

Efficiency (Programming Perl)
www.eeworm.com/read/279032/10479111

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
www.eeworm.com/read/281683/4113228

java performancetest.java

import java.lang.System; import lejos.nxt.*; /** * This program tests the performance with and without Listeners, * speed as well as memory efficiency. * Press Run repeatedly to obtain 8 values *
www.eeworm.com/read/177015/9474485

m mie_abs.m

function result = Mie_abs(m, x) % Computation of the Absorption Efficiency Qabs % of a sphere of size parameter x, % complex refractive index m=m'+im", % based on nj internal radial elect
www.eeworm.com/read/423357/10568871

m mie_abs.m

function result = Mie_abs(m, x) % Computation of the Absorption Efficiency Qabs % of a sphere of size parameter x, % complex refractive index m=m'+im", % based on nj internal radial elect
www.eeworm.com/read/136812/5858369

makefile

# # @(#)Makefile 1.1 92/07/30 SMI; # # libm libF77 directory Makefile # for libF77 routines in libm for efficiency # The following are expected to be defined outside this makefile: # FP= floating-
www.eeworm.com/read/349580/3143277

m meshindex.m

function index = meshindex(p, t) % MESHINDEX - COMPUTE APPROXIMATE MULTI-ADAPTIVE EFFICIENCY INDEX FOR MESH % % Usage: index = meshindex(p, t) % % p - points (exported from PDE Toolbox) % t -
www.eeworm.com/read/407519/2262871

m meshindex.m

function index = meshindex(p, t) % MESHINDEX - COMPUTE APPROXIMATE MULTI-ADAPTIVE EFFICIENCY INDEX FOR MESH % % Usage: index = meshindex(p, t) % % p - points (exported from PDE Toolbox) % t -
www.eeworm.com/read/186716/8914474

m quant_ef.m

function quant_ef(inq,no_bits) % QUANT_EF .... Evaluates the efficiency of the quantization operation. % % QUANT_EF(XQ,N) operates on the input sequence XQ that had previously % quantized with
www.eeworm.com/read/279234/10453146

pl fig20_13.pl

#!/usr/bin/perl # Figure 20.13: fig20_13.pl # Shows the efficiency of the Perl hashing algorithm. use warnings; use strict; my %hash; foreach ( 1 .. 100 ) { $hash{ "key$_" } = $_;