代码搜索:selection

找到约 9,869 项符合「selection」的源代码

代码结果 9,869
www.eeworm.com/read/311492/13629925

c selection sort.c

/* A program to perform selection sort on a 10 element array */ int x[10]; int minloc( int a[], int low, int high ) { int i, x, k; k = low; x = a[low]; i = low + 1; while( i < high
www.eeworm.com/read/136812/5857901

c textsw_selection.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)textsw_selection.c 1.1 92/07/30"; #endif #endif /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ /* * User interface to selection within
www.eeworm.com/read/136812/5857948

h selection_svc.h

/* @(#)selection_svc.h 1.1 92/07/30 */ #ifndef suntool_selection_svc_DEFINED #define suntool_selection_svc_DEFINED /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ #include #un
www.eeworm.com/read/136812/5857972

h selection_impl.h

/* @(#)selection_impl.h 1.1 92/07/30 */ #ifndef suntool_selection_impl_DEFINED #define suntool_selection_impl_DEFINED /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ #include #incl
www.eeworm.com/read/136812/5857992

h selection_attributes.h

/* @(#)selection_attributes.h 1.1 92/07/30 */ #ifndef suntool_selection_attributes_DEFINED #define suntool_selection_attributes_DEFINED /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ #inclu
www.eeworm.com/read/136812/5861325

c selection_svc.c

#ifndef lint static char sccsid[] = "@(#)selection_svc.c 1.1 92/07/30 SMI"; #endif /* * Copyright 1985, 1989 Sun Microsystems, Inc. */ #include #include #include
www.eeworm.com/read/136812/5861328

c get_selection.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)get_selection.c 1.1 92/07/30"; #endif #endif /* * Copyright (c) 1986 by Sun Microsystems, Inc. */ #include #include #
www.eeworm.com/read/132649/5911985

hpp selection_buffer.hpp

/* * =========================================================================== * PRODUCTION $Log: selection_buffer.hpp,v $ * PRODUCTION Revision 1000.4 2004/06/01 19:47:01 gouriano * PRODUCTIO
www.eeworm.com/read/132649/5914152

cpp selection_buffer.cpp

/* * =========================================================================== * PRODUCTION $Log: selection_buffer.cpp,v $ * PRODUCTION Revision 1000.3 2004/06/01 20:44:38 gouriano * PRODUCTIO
www.eeworm.com/read/120487/6072734

c geqo_selection.c

/*------------------------------------------------------------------------- * * geqo_selection.c * linear selection scheme for the genetic query optimizer * * Portions Copyright (c) 1996-2003,