搜索资源列表
函数迭代系统
- 这是一个函数迭代系统,可以很直观地了解函数迭代。-This is a method, system, it is quite intuitive understanding of function iteration.
二维迭代函数系统分形源代码
- 二维迭代函数系统分形源代码.zip-2D Iterated Function System Fractal source code. Zip
二维迭代函数系统分形源代码
- 二维迭代函数系统分形源代码.zip-2D Iterated Function System Fractal source code. Zip
s-des算法分析及实现
- :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encry
函数迭代系统
- 这是一个函数迭代系统,可以很直观地了解函数迭代。-This is a method, system, it is quite intuitive understanding of function iteration.
惩罚函数法
- ④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)- output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (to run)
2002011827
- 使用的函数(非自己编写):dib.cpp(附上)功能:1.BMP图的读写;2.画直方图;3. 存直方图;4.迭代算法求得阈值并进行二值化;5.任意输入并进行二值化(供比较);6. 保存新图或者恢复原图。pS:Public类中的文件地址指针是全局变量。-use of the function (their preparation) : dib.cpp (attached) functions : 1. BMP map reading an
分形插值
- 应用VB实现曲线的分形插值,方法采用IFS迭代函数系-VB application of fractal curve interpolation method used IFS IFS system
Cprograms
- 中南大学C语言程序设计实习 1 实验一:C语言图形模式的设置 2 实习二:一元函数的图形绘制 3 实习三:二维图形的几何变换 4 实习四:非线性方程求根的二分法 5 实习五:非线性方程求根的牛顿法 6 实习六:数值积分的矩形法和梯形法 7 实习八:级数求和问题 8 实习九:曲线拟合 9 实习十一:解线性方程组的Gauss消元法 10 实习十四:解线性方程组的J
Gauss-SerdelMATLAB
- 用Gauss-Serdel迭代法计算方程组的MATLAB函数文件-with Gauss- Serdel iterative method of calculating equations MATLAB function documents
JacobiMATLAB
- 用Jacobi迭代法计算大型方程组的MATLAB函数文件-Jacobi iterative method using large calculation equations MATLAB function documents
123
- Matlab在分形模拟上的一些应用!根据程序中迭代的选取,将分形模拟分为确定迭代法和随机迭代法。-Fractal Simulation on Matlab in some applications! According to the procedure in the iterative selection fractal simulation is divided into established and the random iter
fenxing
- ifs(迭代函数系统)生成分形,通过改变ifs码可以构造各种各样分形图形。-ifs (iterated function system) of the fractal, ifs code can be constructed by changing a variety of fractal graphics.
IFS
- 分形与混沌中的迭代函数系统IFS,matlab编的,-it is a matlab program which is about IFS
2004052303485311706
- 使用迭代函数系对几个经典的图形编码,分形主要在于对自己的反复迭代 -Iterated function systems used in several classic graphical coding, mainly due to the fractal iteration of their own
牛顿迭代代码
- 通过牛顿迭代法实现求一个函数在区间内的所有根(All the roots of a function in the interval are obtained by the Newton iterative method)
C语言迭代法详细讲解
- C语言迭代法举例讲解和递归法举例讲解.对于学完C语言函数后,详细了解函数迭代法和 递归法解决一些问题.(C language iterations are illustrated with examples and examples of recursion. After learning the function of the C language, the function iteration and the function i
迭代法估计Beta分布参数
- 求概率分布函数的参数方法 采用迭代法估计Beta分布的分布参数,(Estimation of distribution parameters of Beta distribution by iterative method)
Aitken迭代法
- 先确定方程 的一个收敛的有根区间[a,b], 然后用不动点迭代法在此有根区间的近似根,初值 自己确定,要求根精确到 ,再比较用二分法的二分次数、不动点迭代法、Aitken迭代加速法的迭代次数. (要求:使用函数式文件调用)(First determine a convergence of the equation with the root interval [a, b], and then use the fixed point it
牛顿迭代法
- matlab环境下试用于高维方程组求解的牛顿迭代法算法函数(Newton iterative algorithm function for solving higher dimensional equations in matlab Environment)