代码搜索:efficiency
找到约 451 项符合「efficiency」的源代码
代码结果 451
www.eeworm.com/read/11175/207275
txt ideas.txt
Future Features / Ideas for CW:
===============================
-- Efficiency review
* axMac optimize for 80
* WORD / DWORD align data
* CC 5.0
* optimize screen drawing
* optimize thunk
www.eeworm.com/read/300150/13932046
txt readme.txt
Aloha
=====
This model makes it possible to measure the efficiency of the Aloha and
slotted Aloha protocols. The model is similar to the original University
of Hawaii radio network: "hosts" talk
www.eeworm.com/read/221464/4831154
rst zip_iterator_eg.rst
Examples
........
There are two main types of applications of the ``zip_iterator``. The first
one concerns runtime efficiency: If one has several controlled sequences
of the same length that mus
www.eeworm.com/read/168845/5433799
rst zip_iterator_eg.rst
Examples
........
There are two main types of applications of the ``zip_iterator``. The first
one concerns runtime efficiency: If one has several controlled sequences
of the same length that mus
www.eeworm.com/read/429426/1948881
basket inquisition.basket
nobody, expects, the, Spanish, Inquisition
our, chief, weapon, is, surprise, surprise, and, fear,fear, and, surprise
our, two, weapons, are, fear, and, surprise, and, ruthless, efficiency
our, thre
www.eeworm.com/read/409299/2235006
svn-base dualgeneralfeaturestest2.m.svn-base
%A script to improve the efficiency of dualGeneralFeatures
clear;
rand('state',22);
numExamples = 2000;
numFeatures = 500;
numLabels = 20;
tol = 10^-5;
X = rand(numExamples, numFeatures)
www.eeworm.com/read/409299/2235012
m dualgeneralfeaturestest2.m
%A script to improve the efficiency of dualGeneralFeatures
clear;
rand('state',22);
numExamples = 2000;
numFeatures = 500;
numLabels = 20;
tol = 10^-5;
X = rand(numExamples, numFeatures)
www.eeworm.com/read/428242/8881799
c markovhash.c
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* markovhash.c -- generate random text, sped up with hash tables */
/* For storage efficiency (and a
www.eeworm.com/read/377828/9261160
c markovhash.c
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* markovhash.c -- generate random text, sped up with hash tables */
/* For storage efficiency (and a
www.eeworm.com/read/374502/9401688
fib
#
# The point of this is not to test the efficiency of the algorithm,
# but to see how fast the client can crank out lots and lots and lots
# of function calls and many many many evaluation switches.