一个利用尺度法和测度法快速计算一般分形图形分形维数的程序,只能处理bmp格式的分形图形,但是速度很快-use a yardstick and measure law Rapid Calculation general fractal graphics fractal dimension of the process, can only handle bmp format of the fractal graphics, but speed 下载
没啥可说的..下载自己看.在多年教学、科研和开发的基础上,从计算机图形学的理论高度和计算机绘图的实用角度来研究,编写这本教材。全书共分上、下篇,共13章。上篇介绍计算机图形学的原理、算法及实现;从基本图形生成,由简单到复杂,由二维到多维,循序渐进。下篇介绍完整的VC编程范例,起到举一反三作用。内容为:计算机图形学的概念、发展、应用和软、硬件系统;直线、圆、椭圆基本图形的生成、曲线及区域的填充;几何图形的投影与变换;图形裁剪、消隐处理;光照模型和图案映射等真实感生成技术,并用VC++进行交互式图形设计实例。 -lacks to be said .. do you download. In years of teaching, research and development on the basis of computer graphics from the level of theory and computer graphics practical approach to the preparation of this material. The book is divided into, demonstrating a total of 13 chapters. Part 1 of computer graphics theory, algorithms and implementation; From basic graphics generation, from simple to complex and from two-dimensional to multi-dimensional and gradual manner. Demonstrating integrity of the VC introduced programming paradigm example to role play. Content : the concept of computer graphics, development, application and software and hardware systems; Line, circle, oval basic graphics generation, curve and regional filling; The projection geometry and transform; Graphics cutting, blan 下载
盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序 function D=FractalDim(y,cellmax) %求输入一维信号的计盒分形维数 %y是一维信号 %cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 %D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)), -box dimension MATLAB program. % Under the box dimension of the principle of preparing for a peacekeeping curve fractal dimension of Matlab procedures function FractalDim D = (y, cellmax)% for the importation of one-dimensional signal box fractal dimension% y Victoria is a signal llmax : square of the largest side length, the two can take several dual Power (1, 2,4,8 ...), data from more than even the length of the% D y is the box dimension (Dgt under normal circumstances; = 1), D = lim (log (N (e)) / log (k / e)) , 下载
三维空间中的分形插值算法 ① 在X-Y平面上绘制一个n×n的正方形网格,并对4个角点在Z方向上分别设置初始高度ha,hb,hc,hd,得到A,B,C,D这4点(如图10.3所示)。 ② 根据式hm=(ha+hb+hc+hd)/4+△,计算正方形网格中点的高度hm,其中△为一随机量,从而得到M点。 ③ 根据角点和中点以及虚拟点,计算边中点的高度,即 he=(ha+hb+hm+0)/4+△ hf=(hb+hc+hm+0)/4+△ hg=(hc+hd+hm+0)/4+△ hh=(hd+ha+hm+0)/4+△ 其中,△为一随机量,从而得到E,F,G,H这4点。 ④ 再根据E,B,F,M4点的高度计算小正方形EBFM中点的高度,类似地计算小正方形MFCG,HMGD,AEMH中点的高度,即 he’=(ha+hb+hm+he)/4+△1 hf ’=(hb+hc+hm+hf)/4+△1 hg’=(hc+hd+hm+hg)/4+△1 hh’=(hd+ha+hm+hh)/4+△1 以及这些正方形边中点的高度。 ⑤ 递归步骤③和步骤④使正方形网格逐步细化,直至达到预期递归深度,然后连接每个正方形网格点。 - 下载
计算机视觉是在图像处理的基础上发展起来的新兴学科。计算机视觉从信息处理的层次研究视觉信息的认知过程,研究视觉信息处理的计算理论、表达与计算方法。本书系统地介绍了计算机视觉的重要理论与算法,包括图像特征提取,摄像机定标,立体视觉,运动视觉(或称序列图像分析),由图像灰度恢复三维物体形状的方法,物体建模与识别方法以及距离图像分析方法等。-in computer vision image processing on the basis of the development of a new subject. Computer processing of visual information from the study on the levels of visual information cognitive process, the study of visual information processing theory. Expression and calculation methods. The book systematically introduces computer vision of the important theory and algorithms, including image feature extraction, camera calibration, stereo vision, sports vision (or image sequence analysis), gray-scale images from 3D object shape, Object Modeling and Recognition and the distance between image analysis methods. 下载
计算ARMA(p,q)模型的功率谱密度。 形参说明: b——双精度实型一维数组,长度为(q+1),存放ARMA(p,q)模型的滑动平均系数。 a——双精度实型一维数组,长度为(p+1),存放ARMA(p,q)模型的自回归系数。 q——整型变量,ARMA(p,q)模型的滑动平均阶数。 p——整型变量,ARMA(p,q)模型的自回归阶数。 sigma2——双精度实型变量,ARMA(p,q)模型白噪声激励的方差。 fs——双精度实型变量,采样频率(Hz)。 x——双精度实型一维数组,长度为len。当sign=0时,存放功率谱密度;当sign= 1时,存放用分贝表示的功率谱密度。 freq——双精度实型一维数组,长度为len。存放功率谱密度所对应的频率。 len——整型变量,功率谱密度的数据点数。 sign——整型变量,当sign=0时,计算功率谱密度;当sign=1时,计算用分贝表 示的功率谱密度。 -calculated ARMA (p, q) model of the power spectral density. - Participation : b -- double-precision real one-dimensional arrays, length (q 1), storage ARMA (p, q) model of the average coefficient of sliding. A -- double-precision real one-dimensional arrays, length (p 1), storage ARMA (p, q) model of regression coefficients. Q -- integer variables, ARMA (p, q) moving average model of order. P -- integer variables, ARMA (p, q) model of order since the reunification. Sigma2 -- double precision real-type variables, ARMA (p, q) model white noise variance. Fs -- double precision real-type variables, sampling frequency (Hz). X -- double-precision real one-dimensional array, the length of len. When the sign = 0, storage power spectral density; When the sign = 1:00, storage decibel levels, said th 下载
二维空间中的分形插值算法 ① 在平面上划分正方形网络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角点颜色的平均值,求出小正方形中点以及小正方形的边中点的颜色;然后再沿用上述规则计算小正方形MFCG的中点及边中点的颜色,以此类推,计算小正方形HMGD,AEMH的中点和边中点的颜色。 递归步骤④,使其正方形网格不断细化,直至达到预期的递归深度 - 下载
dialogic开发代码下载 downhill simplex程序 ads 下载 pxa270 图书管理借阅系统 源代码 步进电机加减速算法 windows画图 工具栏 goahead webserver 下载 微软写字板 charmm下载 delphi 组态 源代码 下载 音频 编码 源代码 5416dsk 单片机 7段数码管 td 重庆邮电 jffs2源代码分析 vc,控件库 directshow 摄像头 内存 怎么设计个人的is egavga.bgi 代码 微软虚拟打印机 vb packetx 矢量图形绘图软件 asp 程序生成注册码 jpeg算法源程序 dvb-simulation 模拟程序代码 编译ascent itron flash粒子组件 vb版的winpcap gtk界面设计 c 编程思想答案下载 cbutton 图片 delphi 逐行读取文件 tdump下载 lpc函数手册 细说两晋南北朝下载 标准des算法源代码 java 初学者 书籍 md2 算法代码 wpe进程 邮件查收软件 模糊神经网络程序 pid温度控制c语言 matlab 文字大小 nehe opengl中文教程 crc16计算器 arx源码下载 t9 输入法 source vc 3d游戏