代码搜索结果

找到约 10,000 项符合 L 的代码

penrose.l

{ Generation of Penrose aperiodic tilings Thanks to Herb Savage, who showed it was possible to generate those tilings with L-systems and Fractint. Based on decomposition of tilings described in

tiling.l

; These LSystems are designed to be run from FRACTINT. No compilation is ; necessary, just copy this file to the FRACTINT directory and run FRACTINT. ; Select the lsystem fractal type and press F

test.l

/*这是一个测试程序*/ Program abc; Integer x,y,z; /*变量声明*/ Real a,b; array x[13,2], y[5]; const m=10,v=3.0, u=false; function ab(Integer i,m;Real t) /*过程*/ Begin t:=n+m;

mylex.l

%{ struct lexvalStack { union lex{ char chr; char *str; int integer; float real; double dbl; char name[30]; }lexValue; char type; }; #include #include