登录
首页 » 算法 » Newton iterative method for solving this calculation method is commonly used in...

Newton iterative method for solving this calculation method is commonly used in...

于 2022-09-27 发布 文件大小:8.71 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the

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

发表评论

0 个回复

  • 妈妈源代码
    资源描述妈妈是计算电磁兼容问题的重要方法。
    2022-02-26 10:27:32下载
    积分:1
  • vc prepared with a scheduling algorithm procedures
    一个用vc编写的调度算法程序-vc prepared with a scheduling algorithm procedures
    2023-09-05 16:35:04下载
    积分:1
  • 对称AES
    高级加密标准(Advanced Encryption Standard,AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-10 03:25:38下载
    积分:1
  • this is Matlab Circular convolution file name is circonv.m
    this Matlab Circular convolution file name is circonv.m-this is Matlab Circular convolution file name is circonv.m
    2022-03-31 20:23:01下载
    积分:1
  • 人脸追踪 FaceTrace
    应用背景 人脸识别 人脸追踪 The software is provided under the terms of this licence stricly for //       academic, non-commercial, not-for-profit purposes. //     * Redistributions of source code must retain the above copyright notice,  //       this list of conditions (licence) and the following disclaimer. //     * Redistributions in binary form must reproduce the above copyright  //       notice, this list of conditions (licence) and the following disclaimer  //       in the documentation and/or other materials provided with the  //       distribution. //     * The name of the author may not be used to endorse or promote products  //       derived from this software without specific prior written permission. //     * As this software d
    2022-08-14 06:55:42下载
    积分:1
  • LZW压缩c++实现
    应用背景本程序是一个使用C++实现的压缩算法,LZW算法,LZW压缩算法是Lempel-Ziv-Welch 3个人共同发明的,简称 LZW 的压缩算法,可以用任何一种语言来实现它. LZW是GIF图片文件的压缩算法,而且zip压缩的思想也是基于LZW实现的,所以LZW对文本文件具有很好的压缩性能。 LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编码表,然后用编码表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编码表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编码表. 关键技术编码表中每一项的大小一般为12位,用来代表一个字符串。这样编码表有2**12=4096项,编码值是0~4095。通常情况下0~255是固定的,用 来代表单个字符0~255。而值256通常用来表示开始新的编码表,因为如果编码表的4096项都用完了,而待压缩文件还没有处理完,那么就需要生成新的 编码表继续压缩;257表示压缩结束,用来写到压缩文件尾。从258开始,每个值都代表一个字符串(至少2个字符)。 举个例子,有下面的字符串:ababcdefgefg。(a的ascii码是0x61=97) 压缩后的数据是:97 98 258 99 100 101 102 103 263 103。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-11 09:38:15下载
    积分:1
  • inpainting code
    资源描述 This file describes the settings to be used by the documentation system doxygen   for a project 该文件包含代码源文件及相应的实验用例图,和所参考的论文。
    2022-04-28 04:49:16下载
    积分:1
  • 部分旋转
    要解决 N 由 N 线性系统 C C E1: A(1,1) X(1) + A(1,2) X(2) +......+ A(1,N) X(N) = A(1,N+1) C E2: A(2,1) X(1) + A(2,2) X(2) +......+ A(2,N) X(N) = A(2,N+1) C   : C   . C EN: A(N,1) X(1) + A(N,2) X(2) +......+ A(N,N) X(N) = A(N,N+1) C C C 输入: 数目的未知数和方程 N;增广的矩阵 C A=(A(I,J)) 哪里 1 < = I < = N 和 1 < = J < = N + 1。 C C 输出: 解决方案 X(1),X(2),...,X(N) 或 A 消息, C 线性系统有没有独特的解决方案。 C
    2023-07-28 04:30:03下载
    积分:1
  • MATLAB6.0数学手册
    MATLAB6.0数学手册-coefficients Mathematics Handbook
    2022-02-01 10:06:35下载
    积分:1
  • C#,IBS,BEAr
    提示:您提交的代码通过审核后您才能获得积分,只有内容真实实用,描述详细的源代码才能通过审核。请认真填写以下信息。标题(最少5个字,贴切而有吸引力的标题将为您获得更多积分):  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-15 03:06:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载