代码搜索:Approach

找到约 1,300 项符合「Approach」的源代码

代码结果 1,300
www.eeworm.com/read/382068/9053030

js scriptaculous.js

Scriptaculous = { Version: '1.5_pre1', require: function(libraryName) { // inserting via DOM fails in Safari 2.0, so brute force approach document.write('
www.eeworm.com/read/184417/9101385

c newpaint.c

/* newpaint.c */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ /* paint program from chapter 3 */
www.eeworm.com/read/184417/9101391

c readpixels.c

/* readpixels.c */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ /* reads pixels values from display
www.eeworm.com/read/184417/9101399

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/184417/9101522

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/184417/9101528

c bteapot.c

/* Shaded teapot using Bezier surfaces */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ #include
www.eeworm.com/read/184417/9101538

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/184417/9101570

c ppmdisplay.c

/* ppmdisplay.c */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ /* displays a ppm file using OpenGL
www.eeworm.com/read/184417/9101595

c figuretr.c

/* figuretr.c */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ /* Interactive Figure Program from Cha
www.eeworm.com/read/184417/9101604

c simple.c

/* * simple.c * This program draws a white rectangle on a black background. */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-We