代码搜索:efficient

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

代码结果 1,594
www.eeworm.com/read/148359/5715728

c inftree9.c

/* inftree9.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h" #
www.eeworm.com/read/131315/5933339

notes pmap.notes

Following are some observations about the the BSD hp300 pmap module that may prove useful for other pmap modules: 1. pmap_remove should be efficient with large, sparsely populated ranges. Profili
www.eeworm.com/read/339620/12217276

m calib_gui.m

function calib_gui(mode), % calib_gui(mode) % % Runs the Camera Calibration Toolbox. % Set mode to 1 to run the memory efficient version. % Any other value for mode will run the normal version
www.eeworm.com/read/148683/12443994

h matrix.h

#ifndef _MATRIX_H #define _MATRIX_H #include "defines.h" namespace annie { /** A class for 2-dimensional matrices. * This probably isn't the most efficient way to do matrix operations,
www.eeworm.com/read/130567/14184961

h matrix.h

#ifndef _MATRIX_H #define _MATRIX_H #include "defines.h" namespace annie { /** A class for 2-dimensional matrices. * This probably isn't the most efficient way to do matrix operations,
www.eeworm.com/read/127235/14367029

h matrix.h

#ifndef _MATRIX_H #define _MATRIX_H #include "defines.h" namespace annie { /** A class for 2-dimensional matrices. * This probably isn't the most efficient way to do matrix operations,
www.eeworm.com/read/228533/14380240

c raypoly.c

/* An Efficient Ray/Polygon Intersection by Didier Badouel from "Graphics Gems", Academic Press, 1990 just code, not a procedure. */ /* the value of t is computed. * i1 and i2 come from the polygon
www.eeworm.com/read/225935/14510590

m calib_gui.m

function calib_gui(mode), % calib_gui(mode) % % Runs the Camera Calibration Toolbox. % Set mode to 1 to run the memory efficient version. % Any other value for mode will run the normal version
www.eeworm.com/read/120261/14808553

changelog

Mon Feb 26 09:28:07 2001 David Warme * Geosteiner version 3.1. Significant new features, including efficient pruning of FSTs, enhanced numeric stability of the EFST gene
www.eeworm.com/read/116329/14978695

java bubblesorta.java

// Lab 1 Part A: BubbleSortA.java // Applet sorts an array's values using an efficient bubble sort, so the number of // comparisons will decrease by one after each pass. import java.awt.*; import