搜索资源列表

  1. shuzhifenxi

    2下载:
  2. Matlab 编辑的 高斯 二分法 割线法 牛顿法 -Matlab Edit Gauss-Newton method dichotomy secant method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:karl
  1. upload

    0下载:
  2. 汇编程序中的数制转换与DOS调用功能的结合,还有一个表处理程序,以下是程序实现的功能: 1.从键盘输入一个十进制数,转换为二进制显示在屏幕上; 2.输入十位BCD码,转换为4字节十六进制显示; 3.从键盘输入两个十进制数,相加后将结果显示在屏幕上; 4.从键盘键入一个4位十六进制数,转换为十进制显示在屏幕上; 5.对一个已知长度的从小到大的无符号字节数组查找关键字;用二分法实现-Compilation process
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:qcx
  1. stringdeleat

    0下载:
  2. 对内存中的一个字符串,进行关键字的删除。采用的是二分法哦。大家可以自由下载-Memory of a string, the delete keyword. Oh dichotomy used. Everyone is free to download
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:qcx
  1. fhys

    0下载:
  2. matlab牛顿法、二分法和割线法 txt-matlab-Newton method, secant law dichotomy and txt
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:21504
    • 提供者:
  1. 123

    0下载:
  2. 数值分析的一些常用计算,二分法和牛顿法解方程,三弯法求插值,列族元素消元;附件里面有源程序的WORD文档 及报告-Numerical analysis of some commonly used terms, dichotomy and solutions of equations of Newton
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:167936
    • 提供者:丁巍
  1. erfen3

    0下载:
  2. 一个用于求解方程根的程序,采用的是二分法,并可以设定求解根的个数-Equation used to solve the root of a procedure, using the dichotomy, and can be configured to solve the root of the number of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:wangning
  1. BM

    0下载:
  2. 这是二分法程序。满足f(a)*f(b)<0d的f(x)在[a,b]区间的实根。 优点:1)程序简单; 2)对f(x)要求不高,收敛性好。-This is the dichotomy procedure. Satisfy f (a)* f (b)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:顾一新
  1. erfenfa

    0下载:
  2. 数值分析中的用于解方程的二分法,可自行修改函数进行求解-Numerical analysis of the dichotomy for the solution of equations can be solved by modifying the function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:160768
    • 提供者:wangsinan
  1. erfenfa

    0下载:
  2. 介绍了二分法求解非线性方程的算法,欢迎大家提出宝贵意见。-Introduced the dichotomy of the algorithm for solving nonlinear equations, welcome you to give valuable advice.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王海
  1. nonlinear_epuation_solve

    0下载:
  2. 非线性方程组解法源代码,包括二分法和牛顿法,数值分析作业,给初学者作参考。-Solution of nonlinear equations the source code, including the dichotomy and the Newton method, numerical analysis of operations, to the beginners for reference.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:49152
    • 提供者:lsw_hit
  1. bisectVC

    0下载:
  2. 用二分法求解非线性方程,只要用户输入所求的方程,方程的根就很快被程序计算出,方便而且还很快捷.对于数值分析这样的课程,将算法通过程序实现,具有很好的教学价值-dichotomy used to solve nonlinear equations, as long as import demand equation, the equation roots soon be worked out procedures to facilitat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:73728
    • 提供者:sunnypill
  1. Chap1_homeworks

    0下载:
  2. MATLAB 二分法 源代码,全部功能齐全,有需要的请下载-Dichotomy MATLAB source code, fully functional and complete, if necessary, please download the
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:fcf
  1. bisect

    0下载:
  2. matlab的源代码 二分法解方程 matlab程序-matlab source code for solving equations matlab program dichotomy
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:liu
  1. MATLAB1

    0下载:
  2. 计算方法用二分法 以及两种迭代法来进行迭代计算的码源-With the dichotomy, as well as the code source of two kinds of iterative
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李星
  1. nonlinear

    0下载:
  2. 在MATLAB环境中,实现用二分法和Newton法求解非线性方程-StablePoint method and newton method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:anthony
  1. kechengsheji

    0下载:
  2. 应用牛顿法和二分法解高次方程,可以显示过程- it can solve hard questions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:小辛
  1. 二分法查找算法C源码

    2下载:
  2. 此程序可实现二分查找算法,采用的是C编程。(This procedure can achieve two points search algorithm, using C programming.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:xihananhai
  1. 方程解法

    0下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. 二分法解方程

    0下载:
  2. 这个程序的功能是应用二分法解一元二次方程(The function of this program is to apply the dichotomy to solve a single equation of two variables)
  3. 所属分类:其他小程序

  1. 二分法查找数据

    0下载:
  2. 用二分法查找数据,基于C语言编写,可以实现数据查找的功能(Using binary search data, based on C language, can realize the function of data search)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1036288
    • 提供者:mrright
« 1 2 3 45 6 7 8 9 10 ... 41 »

源码中国 www.ymcn.org