代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/184417/9101685
c dynamic.c
/* dynamic.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Interactive Figure Program from Chapter
www.eeworm.com/read/372108/9521544
cpp 07-3.cpp
//
// Third example from Item 7 ("delete" as a function object):
//
// Fails under MSVC (any lib)
//
#include
#include
#include "ESTLUtil.h"
#include "Widget.h"
us
www.eeworm.com/read/170114/9818746
sh echo-params-2.sh
#!/bin/sh
echo 'The script name: $0'
echo 'The first parameter: $1'
echo 'The second parameter: $2'
echo 'The third parameter: $3'
echo 'The fourth parameter: $4'
echo 'The fifth parameter: $5'
www.eeworm.com/read/276451/10736812
c teapot.c
/* teapot.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Shaded teapot using recursive subdivis
www.eeworm.com/read/276451/10736892
c gasket2.c
/* gasket2.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Recursive subdivision of triangle to f
www.eeworm.com/read/276451/10736897
c gasket.c
/* gasket.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Two-Dimensional Sierpinski Gasket
www.eeworm.com/read/276451/10736924
c gasket4.c
/* gasket2.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Recursive subdivision of triangle to f
www.eeworm.com/read/276451/10736931
c fractaltreetask1.c
/* gasket2.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Recursive subdivision of triangle to f
www.eeworm.com/read/276451/10736936
c diamond.c
/* gasket.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Two-Dimensional Sierpinski Gasket
www.eeworm.com/read/271693/10983724
m minind.m
function ind = minind(varargin)
% DESCRIPTION ind = minind(x,[],dim)
% As min, but keeps only index.
% Calculates the index along dimension of the third argument,
% otherwise along the first non-si