使用 C 语言在计算机图形学中编码自相似分形
谁能帮我用c语言编写计算机图形学中自相似分形的编程代码?
Can anyone help me with the programming code for self similar fractals in computer graphics using c language?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该足以让您开始。这绘制了一个以 ascii 格式设置的 Julia。
如果您想绘制 mandelbrot 集,请迭代 c 而不是 z。
This should be enough to get you started. This plots a julia set in ascii.
If you want to plot the mandelbrot set instead, iterate over c instead of z.