代码搜索:efficient

找到约 1,594 项符合「efficient」的源代码

代码结果 1,594
www.eeworm.com/read/266151/4274260

sgml memory_slices.sgml

Memory Slices efficient way to allocate groups of equal-sized chunks of memory.
www.eeworm.com/read/170565/9798188

c mrjack.c

/* * MIRACL Jacobi symbol routine * mrjack.c * * See "Efficient Algorithms for Computing the Jacobi Symbol" * Meyer & Sorenson * * Copyright (c) 2001 Shamus Software Ltd. */
www.eeworm.com/read/147693/12538620

pl fig11_11.pl

% Figure 11.11 A more efficient program than that of Figure 11.10 for % the breadth-first search. The improvement is based on using % the difference-pair representation for the list of candidate
www.eeworm.com/read/300788/13893323

h block.h

/* block.h */ /* Template classes Block and DBlock Implement adding and deleting items of the same type in blocks. If there there are many items then using Block or DBlock is more efficient
www.eeworm.com/read/105622/15663714

pas lexdfa.pas

{ DFA table construction. This code, admittedly, is not the most aesthetic, but it's quite efficient (and that's the main goal). For further explanation, refer to Aho/Sethi/Ullman 1986, Secti
www.eeworm.com/read/100903/15862357

txt readme.txt

SurfHelper Copyright (c) 2001 Xiaolin Zhang Introduction ============ SurfHelper is a freeware. It was written to make surfing more comfortable and efficient. Using SurfHelper, you can remove
www.eeworm.com/read/100612/15869039

c mrjack.c

/* * MIRACL Jacobi symbol routine * mrjack.c * * See "Efficient Algorithms for Computing the Jacobi Symbol" * Meyer & Sorenson * * Copyright (c) 2001 Shamus Software Ltd. */
www.eeworm.com/read/281872/9128414

h fasthdlc.h

/* * Mark's Mythical Table-based raw HDLC implementation * * This is designed to be a very fast, but memory efficient * implementation of standard HDLC protocol. * * This table based HDLC techno
www.eeworm.com/read/281000/10273923

cpp fig04_72.cpp

// Computes a map in which the keys are words and values are vectors of words // that differ in only one character from the corresponding key. // Uses an efficient algorithm that is O(N log N) with
www.eeworm.com/read/417108/11003683

c hashtable.c

/* * Routines to provide a memory-efficient hashtable. * * Copyright (C) 2007-2008 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of