代码搜索:gasket
找到约 226 项符合「gasket」的源代码
代码结果 226
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/9101567
exe gasket.exe
www.eeworm.com/read/279576/10412967
h gasket.h
/*
* MATLAB Compiler: 3.0
* Date: Sat Sep 04 16:28:02 2004
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/279576/10412969
m gasket.m
function theImage=gasket(numPoints)
theImage =zeros(1000,1000);
corners=[866 1;1 500;866 1000];
startPoint=[866 1];
theRand=rand(numPoints,1);
theRand=ceil(theRand*3);
for i=1:numPoints
sta
www.eeworm.com/read/279576/10412974
c gasket.c
/*
* MATLAB Compiler: 3.0
* Date: Sat Sep 04 16:28:02 2004
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/279576/10412976
exe gasket.exe
www.eeworm.com/read/279576/10412981
dll gasket.dll
www.eeworm.com/read/279576/10412992
cpp gasket.cpp
//
// MATLAB Compiler: 3.0
// Date: Sat Sep 04 16:38:32 2004
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/279576/10412995
hpp gasket.hpp
//
// MATLAB Compiler: 3.0
// Date: Sat Sep 04 16:38:32 2004
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/279576/10413075
m gasket.m
function theImage=gasket(numPoints)
theImage =zeros(1000,1000);
corners=[866 1;1 500;866 1000];
startPoint=[866 1];
theRand=rand(numPoints,1);
theRand=ceil(theRand*3);
for i=1:numPoints
sta