搜索资源列表
PortraitSeveraloperations
- 图象的插值缩放 图象的插值旋转 图象的剪切 在图象的几种几何操作中,图象的缩放和旋转都要用到插值操作。插值算法的好坏直接关系到图象的失真程度,插值函数的设计是插值算法的核心问题。因此,在具体介绍这几种几何操作前,有必要先介绍一下插值的基本原理。 -image interpolation zoom image interpolation rotary shear image in the image of several geometric operation, image
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
hss_ifs
- 分形IFS系统 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 segment will take more RAM.-Fractal It IFS system codes by HSS (2001.1
fxjh
- 分形图形的选择进化 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 segment will take more RAM.-fractal graphics options evolutionary It
sierpinski
- 绘制sierpinski镂垫(四面体)的c++代码 可实现拖动、放缩等交互功能 按住左键拖动 按右键改变大小 另可改变背景颜色 按esc退出 -Drawing pad sierpinski Lou (tetrahedral) and c++ code can be realized drag, zoom and other interactive features hold the left click, right-click to change the size of the other
fractalviewer_source
- 本程序实现了Julia & Mandelbrot分型图的显示和缩放功能。-Procedures for the implementation of the Julia & Mandelbrot type map display and the zoom feature.
sierpinsky-pad-in-c-plus
- 绘制sierpinski镂垫(四面体)的c++代码 可实现拖动、放缩等交互功能 按住左键拖动 按右键改变大小 另可改变背景颜色 按esc退出 -Drawing pad sierpinski (tetrahedral) in c++ code .It realized drag, zoom and other interactive features .hold the left click, right-click to change the size of the other can c
mandelbrot3.tar
- Mandelbrot Set 分形图绘制,Netbeans java 项目。 程序特色: 可放大缩小,多线程计算。-Mandelbrot Set fractal mapping, Netbeans java project. Program features: You can zoom, multi-threaded computing.
Mandelbrot
- 用VC++实现的Mandelbrot分形图的Win32程序,可以自由放大,但只限于double类型的精度内。-With VC of the Mandelbrot fractal images Win32 program, free to zoom in, but only within the precision of type double
Grass
- Fractral文件夹下为绘制分形混浊曲线、Julia集、和Mandelbrot集的程序源代码,程序运行后,分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域进行放大。-Fractral file folder for drawing fractal turbidity curve, in Julia sets from, and the Ma
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
MBTest
- Mandelbrot集的一个简单实现,在控制台生成图像,选取方框后可以放大,缺点是绘图速度较慢,主要可作为算法参考-Mandelbrot set a simple implementation, the image is generated in the console, can zoom selection box drawing slower algorithm, can be used as reference
Fractal-Code
- 程序在DOS下运行,需要包含<graphics.h>, <conio.h>, <cmath>头文件。绘图速度较慢,但精确度高,可进行任意位置的放大缩小。 算法是本程序的核心内容,一切的绘图都建立在这个基础之上。Julia, Mandelbrot, Newton三个绘图函数各有不同的算法,对于每一种情况要分类讨论。程序要进行放大、缩小,需要对程序中的每个点的计算加上一些参数,使放大缩小正确运行。 主函数包含print函数,print函数包含color系列