代码搜索:efficiency
找到约 451 项符合「efficiency」的源代码
代码结果 451
www.eeworm.com/read/334779/12574400
cpp prg3_1.cpp
// File: prg3_1.cpp
// the program compares the efficiency of the sequential
// and binary search by timing algorithm execution using the
// timer class. two integer arrays list1 and list2
// of s
www.eeworm.com/read/378186/9242820
makefile
#
# Master Makefile for the EuroBen Efficiency Benchmark
SHELL = /bin/sh
PROGRAMS = commun dddot fft1d gmxm gmxv linful linspar ping pingpong qsort \
smxv transp wvlt2d
SEQS = b
www.eeworm.com/read/424550/10439852
txt changes.txt
Version 0.99.4.65 - 23rd January, 2009
Major changes:
Completely rewritten base code.
Core Temp is now available in both 32 and 64 bit versions.
- Add: CPU detection improved, efficiency impro
www.eeworm.com/read/234675/7082915
c sha.c
/* Implementation of NIST's Secure Hash Algorithm (FIPS 180)
* Lightly bummed for execution efficiency.
*
* Jim Gillogly 3 May 1993
*
* 27 Aug 93: imported LITTLE_ENDIAN mods from Peter Gutmann's
www.eeworm.com/read/234675/7082935
c sha.c
/* Implementation of NIST's Secure Hash Algorithm (FIPS 180)
* Lightly bummed for execution efficiency.
*
* Jim Gillogly 3 May 1993
*
* 27 Aug 93: imported LITTLE_ENDIAN mods from Peter Gutmann's
www.eeworm.com/read/234675/7082945
c sha.c
/* Implementation of NIST's Secure Hash Algorithm (FIPS 180)
* Lightly bummed for execution efficiency.
*
* Jim Gillogly 3 May 1993
*
* 27 Aug 93: imported LITTLE_ENDIAN mods from Peter Gutmann's
www.eeworm.com/read/234675/7082966
c sha.c
/* Implementation of NIST's Secure Hash Algorithm (FIPS 180)
* Lightly bummed for execution efficiency.
*
* Jim Gillogly 3 May 1993
*
* 27 Aug 93: imported LITTLE_ENDIAN mods from Peter Gutmann's
www.eeworm.com/read/234675/7082979
c sha.c
/* Implementation of NIST's Secure Hash Algorithm (FIPS 180)
* Lightly bummed for execution efficiency.
*
* Jim Gillogly 3 May 1993
*
* 27 Aug 93: imported LITTLE_ENDIAN mods from Peter Gutmann's
www.eeworm.com/read/457731/7318627
m main.m
%
% main.m
%
% Sunghwan Yoo
%% Step 1. Load file
dataset = dlmread('house-votes-84.ndata', ',');
% the original dataset has been modified for efficiency
%% Step 2. Load data into m file a
www.eeworm.com/read/340665/3269014
s crt0.s
.text
.balign 4
.global _start
_start:
ld24 sp, _stack
ldi fp, #0
# Clear the BSS. Do it in two parts for efficiency: longwords first
# for most of it, then the remaining 0 to 3 bytes.
seth