搜索资源列表
fxfb
- 分形图形 本程序由 Hss 设计!( 2001.10.1 ) 左键拖动为放大,右键拖动为缩小。 录制GIF动画时,更长的时间片断将占用更大的内存空间。 It codes by HSS ( 2001.10.1 ). Drag left button down when you want to zoom in , and drag right button down when you want to zoom out. As recording GIF animator,longer time se
gwfb
- 分形图形2 本程序由 Hss 设计!( 2001.10.1 ) 左键拖动为放大,右键拖动为缩小。 录制GIF动画时,更长的时间片断将占用更大的内存空间。 It codes by HSS ( 2001.10.1 ). Drag left button down when you want to zoom in , and drag right button down when you want to zoom out. As recording GIF animator,longer time s
实验八 二维几何变换
- 加深对常用的二维几何变换的了解,如平移,旋转,放大缩小等,掌握变换顺序和变换矩阵的用法。-better used to transform the two-dimensional geometry of understanding, such as translation, rotation, zooming, and the master sequence transform matrix of usage.
mandelbrot3.tar
- Mandelbrot Set 分形图绘制,Netbeans java 项目。 程序特色: 可放大缩小,多线程计算。-Mandelbrot Set fractal mapping, Netbeans java project. Program features: You can zoom, multi-threaded computing.
brace
- 一个描绘括线的软件,能够通过八个点调整其括线的形状。能放大缩小,导出文件。-One depicting including lines of software, including line shape can be adjusted eight. Zoom, and export the file.
Zoom-in-and-out-of-the-image
- 图像的缩小和放大程序模块,用的线性方法实现。-Zoom in and out of the image of the program modules, using the linear method.
Zoom-in-and-out-of-the-image
- 图像的放大和缩小程序模块,用三次的方法,挺实用-Image zoom in and out of the program modules, with three times the method is very useful
Fractal-Code
- 程序在DOS下运行,需要包含<graphics.h>, <conio.h>, <cmath>头文件。绘图速度较慢,但精确度高,可进行任意位置的放大缩小。 算法是本程序的核心内容,一切的绘图都建立在这个基础之上。Julia, Mandelbrot, Newton三个绘图函数各有不同的算法,对于每一种情况要分类讨论。程序要进行放大、缩小,需要对程序中的每个点的计算加上一些参数,使放大缩小正确运行。 主函数包含print函数,print函数包含color系列