代码搜索:Sierpinski
找到约 126 项符合「Sierpinski」的源代码
代码结果 126
www.eeworm.com/read/191214/8433100
m sierpinski.m
function sierpinski(x,y,z,n)
%x为初始三角形的第一个顶点的坐标
%y为初始三角形的第二个顶点的坐标
%z为初始三角形的第三个顶点的坐标
%n为迭代次数
x1=x(1);
x2=x(2);
y1=y(1);
y2=y(2);
z1=z(1);
z2=z(2);
for j=1:n
a1=[];
a2=[];
b1=[];
b
www.eeworm.com/read/365868/9842366
m sierpinski.m
function sierpinski(x,y,z,n)
%x为初始三角形的第一个顶点的坐标
%y为初始三角形的第二个顶点的坐标
%z为初始三角形的第三个顶点的坐标
%n为迭代次数
x1=x(1);
x2=x(2);
y1=y(1);
y2=y(2);
z1=z(1);
z2=z(2);
for j=1:n
a1=[];
a2=[];
b1=[];
b
www.eeworm.com/read/356085/10237412
m sierpinski.m
function sierpinski(x,y,z,n)
%x为初始三角形的第一个顶点的坐标
%y为初始三角形的第二个顶点的坐标
%z为初始三角形的第三个顶点的坐标
%n为迭代次数
x1=x(1);
x2=x(2);
y1=y(1);
y2=y(2);
z1=z(1);
z2=z(2);
for j=1:n
a1=[];
a2=[];
b1=[];
b
www.eeworm.com/read/160819/10496089
cpp sierpinski.cpp
#include "canvas.h"
#include "utils.h"
#include
#include
using namespace std;
void TriangleFill(Canvas& c, const Point& p1, const Point& p2, const Point& p3)
{
if ( fab
www.eeworm.com/read/160256/10548586
m sierpinski.m
function sierpinski(x,y,z,n)
%x为初始三角形的第一个顶点的坐标
%y为初始三角形的第二个顶点的坐标
%z为初始三角形的第三个顶点的坐标
%n为迭代次数
x1=x(1);
x2=x(2);
y1=y(1);
y2=y(2);
z1=z(1);
z2=z(2);
for j=1:n
a1=[];
a2=[];
b1=[];
b
www.eeworm.com/read/464287/7166802
m sierpinski.m
function sierpinski(x,y,z,n)
%x为初始三角形的第一个顶点的坐标
%y为初始三角形的第二个顶点的坐标
%z为初始三角形的第三个顶点的坐标
%n为迭代次数
x1=x(1);
x2=x(2);
y1=y(1);
y2=y(2);
z1=z(1);
z2=z(2);
for j=1:n
a1=[];
a2=[];
b1=[];
b
www.eeworm.com/read/142827/12916238
opt sierpinski.opt
www.eeworm.com/read/142827/12916242
dsp sierpinski.dsp
# Microsoft Developer Studio Project File - Name="SIERPINSKI" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/142827/12916246
cpp sierpinski.cpp
/*------------------------------------------------------------
This program is design for fractal
------------------------------------------------------------*/
#include
#include
www.eeworm.com/read/142827/12916248