代码搜索:L-System
找到约 14 项符合「L-System」的源代码
代码结果 14
www.eeworm.com/read/208935/15230425
java lsystem.java
import javax.media.j3d.BranchGroup;
import javax.media.j3d.Appearance;
import javax.vecmath.Point3d;
/**
* This class provides a front-end interface for creating a BranchGroup
* by interpreting a
www.eeworm.com/read/115011/6120918
c lsystem.c
/******************************************************************************/
/* */
/* TAITO L-SYSTEM (C) 198
www.eeworm.com/read/493621/1164933
c lsystem.c
/******************************************************************************/
/* */
/* TAITO L-SYSTEM (C) 198
www.eeworm.com/read/432926/1886277
pde pentigree.pde
/**
* Pentigree L-System
* by Geraldine Sarmiento (NYU ITP).
*
* This code was based on Patrick Dwyer's L-System class.
*/
PentigreeLSystem ps;
void setup() {
size(640, 360);
smooth()
www.eeworm.com/read/432926/1886282
pde penrosesnowflake.pde
/**
* Penrose Snowflake L-System
* by Geraldine Sarmiento (NYU ITP).
*
* This code was based on Patrick Dwyer's L-System class.
*/
PenroseSnowflakeLSystem ps;
void setup() {
size(640, 36
www.eeworm.com/read/432926/1886272
pde penrosetile.pde
/**
* Penrose Tile L-System
* by Geraldine Sarmiento (NYU ITP).
*
* This code was based on Patrick Dwyer's L-System class.
*/
PenroseLSystem ds;
void setup()
{
size(640, 360);
smooth(
www.eeworm.com/read/474814/1390647
java clsfractal.java
import java.awt.Graphics;
import java.util.Stack;
import java.util.Vector;
/**
* A (not-yet) Context sensitive L-System Fractal applet class.
*
* The rules for the Context L-system are read from t
www.eeworm.com/read/324447/3503340
java clsfractal.java
import java.awt.Graphics;
import java.util.Stack;
import java.util.Vector;
/**
* A (not-yet) Context sensitive L-System Fractal applet class.
*
* The rules for the Context L-system are read from t
www.eeworm.com/read/323581/3514790
java clsfractal.java
import java.awt.Graphics;
import java.util.Stack;
import java.util.Vector;
/**
* A (not-yet) Context sensitive L-System Fractal applet class.
*
* The rules for the Context L-system are read from t