搜索资源列表
mandebrot集
- mandebrot集演示程序。该程序利用函数取点,在不同点显示不同颜色,表现出了一种分形结构。-mandebrot Set Demonstration Program. It uses function points from the different points of different colors, showing a fractal structure.
Cloud123
- 二维空间中的分形插值算法 ① 在平面上划分正方形网络n×n,随机给A,B,C,D这4个角点的颜色。 ② 根据4个角点的颜色值的平均值,产生中点M的颜色。 ③ 根据A,B,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点E的颜色;根据B,C,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点F的颜色;根据C,D,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点G的颜色;根据A,D,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点H的颜色。 ④ 根据小正方形EBFM的4
fen
- 程序简介: 本程序是用Java实现的分形程序,实现了绘制M集分形的功能,并且可以方便的管理分形的颜色,可以将绘制得到的分形保存为图片文件,更可以对选中的一片分形区域进行反复的放大绘制。 程序采用Java语言书写,在编写过程中十分注重程序的架构,采用了完全的面向对象的程序设计方法。程序代码整洁清晰,在适当的地方做了注释,以方便大家的阅读和研究。-guide : This procedure is used Java Fractal procedures to achieve the map
duihuakuangbingtu
- 在一个对话框中画饼图,可以动态设置大小,颜色等。
Fractal
- 本程序是在Visual Studio 2003.NET集成环境下基于MFC框架开发。程序界面可以选择生成树的种类,本程序提供三种树算法,效果分别如上。同时需要输入树的繁茂参数,亦即树的递归迭代次数,当然n愈大,生成效果约逼真,但是以巨大的运行时间为代价。另外程序还具有生成树颜色选择的功能,使效果更满意。
newton1032
- 牛顿法解方程 源程序说明: 1。图片按钮的实现(工具栏) 2。程序启动后检查命令行参数以打开文件 3。支持拖放*.HTXT文件到窗口直接打开 4。一种实现多线程处理的替代方法 5。程序始终位于顶层切换的API实现 6。设置图片为桌布的API实现 7。实现“撤销、重复”的数据结构 8。获取和设置图片的数据API实现 9。图像数据的RGB调整 10。调用默认网络浏览程序访问网页,调用默认邮件处理程序编辑、发送邮件 11。在分形绘图方面可以很方便的加入 新的方程、颜色方案和特效处理方式 欢迎联系:Ho
percolation.tar
- 渗漏仿真程序。 按照给定概率模拟网状渗漏,并判断是否会发生渗漏,以不同颜色标示渗漏团-Leakage simulation program. In accordance with a given probability of analog network leakage, and to determine whether leakage, seepage groups marked in different colors
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
Drawleaf
- 分形的简单利用,在鼠标的点击下,画一棵树,树的颜色及方向可设定-Fractal simple to use, in the mouse click, draw a tree, the tree' s color and direction can be set
FACTION
- 一个很优秀的分形显示的程序代码,可以设置显示速度,显示颜色表等。-A very good display of fractal code, you can set the display speed, display color table and so on.
2DIFS_32
- 二维IFS迭代函数系统分形绘图,看似树叶,实际上运用了很多算法才生成的图形。程序功能:改变视图、颜色设置、绘制命令、参数设置等,可以绘图进行一些自定义。 -Two-dimensional IFS IFS fractal graphics, the leaves appear, in fact, did use a lot of algorithm-generated graphics. Program features: change the view, color settings, dr
2DIFS_32
- 二维IFS迭代函数系统分形绘图,看似树叶,实际上运用了很多算法才生成的图形。程序功能:改变视图、颜色设置、绘制命令、参数设置等,可以绘图进行一些自定义。 -Two-dimensional IFS IFS fractal graphics, the leaves appear, in fact, did use a lot of algorithm-generated graphics. Program features: change the view, color settings, dr
FracTree
- MFC下实现三种不同的2D分形树,颜色内可调-MFC to achieve three different 2D fractal tree, color, adjustable
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
color_based-image-retrievel
- 基于颜色的图像检测系统,cbir 类似与google image 里面的功能-failed to translate
f_t_s
- 分形树的生成算法 实现分形树的绘制 有参数输入窗口,通过该窗口输入生成树的各个参数:颜色,大小,旋转角度等等 -Drawing algorithm to generate fractal tree fractal tree parameters are input window, enter the parameters of the spanning tree through the window: color, size, rotation, etc.
光流向量的彩色表示算法设计与matlab实现
- 光流算法采用的是HS光流法,得到每个像素点的光流值,将它表示成HSI色彩空间的任一截面,再根据HSI色彩空间与RGB色彩空间的对应关系将光流场用颜色表示出来。
