登录
首页 » 算法 » Numerical method of procedure: to accelerate the iterative Gauss

Numerical method of procedure: to accelerate the iterative Gauss

于 2022-09-28 发布 文件大小:56.81 kB
0 62
下载积分: 2 下载次数: 1

代码说明:

数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值-Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition method克洛特Ritter Duri law to catch up with the square root of the square root method to improve the Jacobi iterative method iterative high斯赛德尔piecewise linear Lagrange interpolation interpolation sub-parabolic interpolation

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ZEROC 冰 EVICTOR
    这是一个简单的客户端服务器包课堂冰 evictor 管理,任何人都可以请参阅自述文件的执行程序
    2023-01-24 11:10:03下载
    积分:1
  • 遗传来训练神经网络的权值
    需要一个文本文件作为输入包含 x 和 y 坐标的一系列的曲线上的点。该代码然后使用遗传算法训练神经网络来逼近同一条曲线。运行从 python 命令行 ;示例输入的命令会看起来像: python nn_weights_1.py-r 10-n 100 g 500-t 3600.0-RandomCrossOver-s random_seeds_100.txt-i sine_datapoints1.txt-o results.txt nn_weights_1.py 在哪里的代码文件中,名称-r 告诉它多少运行来执行,-n 告诉它在人口中的多少人-g 告诉它多少代人,在每个运行,-t 告诉它的最长时间 (以秒为单位) 运行,— — 告诉它要使用 (随机、 HillClimber、 RandomCrossOver、 SmallCrossOver、 SmartCrossOver) 的算法,-s 告诉它什么文件用于随机种子 (可选),我告诉它什么数据文件用作输入和-o 告诉它要将输出发送到什么文件。
    2022-03-30 01:50:57下载
    积分:1
  • Fast Fourier Transform, many have reference value to the code. Fast download
    快速傅立叶变换,很多有参考价值的代码.快下载-Fast Fourier Transform, many have reference value to the code. Fast download
    2022-02-04 06:28:49下载
    积分:1
  • 停车场问题:一个关于堆栈操作的程序
    停车场问题:一个关于堆栈操作的程序- Parking lot question: About storehouse operation procedure
    2023-02-10 20:35:03下载
    积分:1
  • GAC模型,迎风方案
    im=imread("e:301clip301.tif"); im=rgb2gray(im);              im=double(im); im = imresize( im, 0.5 );    % 为了减少程序运行时间,将图像变小为原来大小的1/2 figure(1);imshow(uint8(im)); [nrow,ncol]=size(im); J= gauss( im,3,2 );          % 为了计算函数g,先对图像作guassian预平滑 %%- 计算图像梯度模值 J_x = (J(:,[2:ncol ncol])-J(:,[1 1:ncol-1]))/2; J_y = (J([2:nrow nrow],:)-J([1 1:nrow-1],:))/2;       请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-14 21:25:24下载
    积分:1
  • FIR滤波 在tms320VC54X上可以实现FIR
    在tms320VC54X上可以实现FIR 功能已经验证   需要的可以直接移植
    2022-01-22 00:24:37下载
    积分:1
  • part of the numerical algorithm c++, for some netizens should be very useful
    部分数值算法的c++实现,对于某些网友应该非常有用-part of the numerical algorithm c++, for some netizens should be very useful
    2023-03-15 18:50:03下载
    积分:1
  • 北大ACM试题poj 第3058题源码,很好的代码,希望对搞ACM的同学有帮助...
    北大ACM试题poj 第3058题源码,很好的代码,希望对搞ACM的同学有帮助 -Peking University ACM Chapter 3058 question Question poj source code, good code, and want to help students engage in ACM
    2023-02-13 09:30:03下载
    积分:1
  • 在 c + + 中的 SHA1
    数字签名是一个数学计划演示数字消息或文档的真实性。有效的数字签名给的收件人的理由相信该消息由已知发件人,这样发件人不能否认曾经发送过 (认证和不可否认性) 的消息,该消息过境 (完整性) 中没被更改。软件分发、 金融交易和其他重要探测伪造或篡改的情况,通常使用数字签名。
    2022-02-26 02:12:01下载
    积分:1
  • 用fortran语言编写的程序,在该系统下可以直接运行。希望大家多多提意见。...
    用fortran语言编写的程序,在该系统下可以直接运行。希望大家多多提意见。-using FORTRAN language prepared by the procedure, the system can be run directly. We hope that more criticism.
    2022-08-15 04:46:08下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载