-
迭代法计算一元非线性方程
应用背景
在计算方法中计算线性方程中。要考虑迭代格式的构造、初始条件的选取。收敛性。终止条件和误差分析。需要建立迭代函数,写出等价方程的不动点
关键技术迭代法计算一元非线性方程:f(x)是实变量x的非线性实单值函数,一元非线性方程是指f(x)是多项式的非线性方程。可以用迭代法获得F(x)=0的近似值
- 2023-03-02 15:20:03下载
- 积分:1
-
计算方法上机列主消元
计算方法上机列主消元-calculation on the plane out the main elimination
- 2022-01-26 01:31:40下载
- 积分:1
-
c/c++ enthusiasts to learn a good example. For beginners improve the level of de...
c/c++爱好者学习的一个很好的例子。对于提高初学者的水平,开拓思维有很大的帮助-c/c++ enthusiasts to learn a good example. For beginners improve the level of development thinking has a great help
- 2022-03-22 18:06:10下载
- 积分:1
-
efficient Huffman encoding and decoding, oh, good efficiency
高效的huffman编解码,效率不错的哦-efficient Huffman encoding and decoding, oh, good efficiency
- 2022-05-08 08:20:10下载
- 积分:1
-
基于最大类间方差阈值与遗传算法的道路分割算法
The code is based on Otsu threshold algorithm and heritage road split code to calculate the optimal threshold, enabling the road segmentation, experimental results are good.The code is based on Otsu threshold algorithm and heritage road split code to calculate the optimal threshold, enabling the road segmentation, experimental results are good.
- 2022-02-04 01:42:13下载
- 积分:1
-
辛普生法求积分,也是关于数值积分的matlab程序
辛普生法求积分,也是关于数值积分的matlab程序-Simpson for Integral Health Act, as well as on the numerical integration of Matlab procedures
- 2022-02-12 21:18:58下载
- 积分:1
-
自己编写的一些小程序,希望对初学者有理解C语言帮助
自己编写的一些小程序,希望对初学者有理解C语言帮助-I have written a number of small procedures, in the hope that beginners have to understand C language help
- 2022-03-13 06:43:43下载
- 积分:1
-
With c++ Prepared Romberg integration process with examples and calculation resu...
用c++编写的龙贝格积分的程序
附有实例和计算结果-With c++ Prepared Romberg integration process with examples and calculation results
- 2022-02-07 07:17:57下载
- 积分:1
-
图像处理
本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数
据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的
IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。
- 2022-06-28 02:59:38下载
- 积分:1
-
JPEG图片转换成BMP图片
这个程序是功能是将JPEG图片文档转换成BMP图片文档。
包括JPEG文件解码,BMP文件输出。
VC++6.0下编译通过。
- 2022-04-07 02:22:17下载
- 积分:1