代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

pr23002.cpp

//////////////////////////////////////// // File Name: pr23002.cpp //////////////////////////////////////// #include #include #include int main() { // Create

scale.c

/***************************************************************************** * resize.c: video scaling module for YUVP/A pictures * Uses the low quality "nearest neighbour" algorithm. **********

fbm.h

/***************************************************************** Prototypes for the fractional Brownian motion algorithm. These functions were originally the work of F. Kenton Musgrave. For

plugin_lumimasking.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - XviD plugin: performs a lumimasking algorithm on encoded frame - * * Copyright(C

plugin_lumimasking.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - XviD plugin: performs a lumimasking algorithm on encoded frame - * * Copyright(C

cqoctree.cpp

/****************************************************************** CqOctree.CPP Performing Color Quantization using Octree algorithm The 2 functions for global use is HPALETTE CreateO

fig07_14.cpp

/** * Quicksort algorithm (driver). */ template void quicksort( vector & a ) { quicksort( a, 0, a.size( ) - 1 ); }

simplegeneratemaze.cpp

// SimpleGenerateMaze.cpp : Defines the entry point for the console application. // /************************** A* Algorithm Copyright**************************/ /*You can distributed this algorith

config.alg_aes.in

if [ "$CONFIG_IPSEC_ALG" = "y" ]; then tristate ' AES encryption algorithm' CONFIG_IPSEC_ENC_AES fi

alg2.cpp

/************************************************************************** * * alg2.cpp - test program for STL generic algorithm that search for * elements that satisfy a condition. Sectio