CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 求解方法

搜索资源列表

  1. zuiganfa

    0下载:
  2. 计算方法设计求解线性方程组的追赶法的matlab程序,是自己的计算方法作业,有详细的注解-Method designed for solving linear equations matlab program catch-up method, the calculation of their own work, with detailed comments
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2369
    • 提供者:沈大勇
  1. TSP

    0下载:
  2. 用穷举法和模拟退火方法实现了求解tsp问题-With exhaustion and simulated annealing method for solving TSP problem
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:5487
    • 提供者:姚灵灵
  1. shuzhifenxi

    0下载:
  2. 数值分析课件 数值分析(numerical analysis),是数学的一个分支,以数字计算机求解数学问题的理论和方法为研究对象。 -Courseware for Numerical Analysis Numerical Analysis (numerical analysis), is a branch of mathematics to digital computer to solve mathematical problems in theory and methods in thi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2725192
    • 提供者:dz
  1. nQueens

    0下载:
  2. 人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,n皇后问题为把n个皇后放入一个n*n的棋盘中,使皇后两两不在同一行,同一列以及同一斜线中。求解n皇后问题的算法众多,主要有回溯法,构造法,概率算法以及本实验所用的启发式搜索方法等。方法不同,求解问题所产生的时间效率也大不相同,本实验主要对比构造法与启发式搜索方法的效率。 -Artificial Intelligence Curriculum Experiment: Usin
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2101226
    • 提供者:夏雪
  1. yichuansuanfa

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。-The greedy repair method and genetic algorithm are combined to form hybrid genetic algorithm, and solve the classical knapsack problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:23848
    • 提供者:施金泉
  1. Untitled2

    0下载:
  2. 用感知准则函数的方法求解以下数据的判决面,学习率为 ,画出每次迭代法向量的变化轨迹,并画出最终的判决曲线。 -The Perceptron criterion function method for solving the decision following data side, learning rate, draw vector for each iteration the trajectory, and draw the curve of the final decision.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:520
    • 提供者:liqiang
  1. exe

    0下载:
  2. 幂法是求解按模最大特征值和相应的特征向量的一种迭代方法。-Power law model is solved by the largest eigenvalue and corresponding eigenvector of an iterative method.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:600
    • 提供者:李龙
  1. yhzgah_sars

    0下载:
  2. 介绍遗传算法基本原理和人工神经网络,并行遗传,遗传程序等,并用这些方法为商旅问题等求解-GA toolbox
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:47296
    • 提供者:qin
  1. Parabolic(keller)

    0下载:
  2. 求解抛物线方程的keller盒子方法,隐式方法-Solving parabolic equations keller box method, implicit method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:108809
    • 提供者:车宇
  1. elliptic(direct)

    0下载:
  2. 求解椭圆形方程的直接方法,编译example4_05.f,生成可执行文件。输入数据table4_05inp.txt-Solve the elliptic equation of the direct method, compile example4_05.f, generated executable file. Input data table4_05inp.txt
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:150609
    • 提供者:车宇
  1. liezhuyuan

    0下载:
  2. 通过迭代的方法,求输入的矩阵的列主元。即列主元求解算法。-Through the iterative approach, seeking input matrix main-element. The main-element algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:621
    • 提供者:杨铮铮
  1. gaosisaideer

    0下载:
  2. 通过高斯赛德尔方法求解方程组,需要输入方程组的系数矩阵。-Through high Sisaideer method for solving equations, need to enter the coefficient matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:560
    • 提供者:杨铮铮
  1. ji-suan-fang-fa-shiyan

    0下载:
  2. 计算方法实验:包括高斯迭代和牛顿下山法;1、用Gauss - Seidel 迭代法求解方程组 10x1-x2-2x3=7.2 -x1+10x2-2x3=8.3 -x1-x2=5x3 输入:系数矩阵A,最大迭代次数N,初始向量,误差限e 输出:解向量 2、用牛顿下山法解方程 x*x*x-x*x-1=0(初值为0.6) 输入:初值,误差限,迭代最大次数,下山最大次数 输出:近似根各步下山因子。-Experimental method: includ
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1689553
    • 提供者:
  1. adi

    1下载:
  2. 用adi方法求解二维潮流方程的数值计算程序-Adi method for solving two-dimensional flow using Numerical calculation procedure
  3. 所属分类:Algorithm

    • 发布日期:2016-12-02
    • 文件大小:7970816
    • 提供者:王华
  1. Euler

    0下载:
  2. Euler方法求解微分方程的源程序,很实用,绝对正确,还有画图功能,图形中描出点来,简单易懂。-Euler method for solving differential equations of the source, very practical, absolutely right, there are drawing function, points to delineate the graphic, easy to understand.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:10621
    • 提供者:于凤财
  1. work

    0下载:
  2. 用显示euler法、heun法、中点法和rk4方法求解一阶微分方程精确解和数值解的程序-Euler method with the show, heun method, midpoint method and rk4 exact method for solving first order differential equations and numerical solutions of the procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1315
    • 提供者:小西
  1. shiyanyi

    0下载:
  2. 自选求根问题,分别用二分法、简单迭代法、埃特金加速收敛法和牛顿迭代法求解其根,然后完成编程作业(注意把同一求根问题的几种不同方法放在一个程序之内)。以下求根问题供参考和选择,也可自行选择其他求根问题: 1.用二分法求方程f(x)=x3-2x-5=0在区间[2 , 3]内的根。 2.方程f(x)=2x3-5x2-19x+42=0在x=3.0附近有根,试写出其三种不同的等价形式以构成三种不同的迭代格式,再用简单迭代法求根,观察这三种迭代是否收敛及收敛的快慢。 3.用牛顿迭代法求方程
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:224015
    • 提供者:肖潇
  1. shiyaner

    0下载:
  2. 自选线性方程组,编制一个程序,分别用高斯列主元消元法和LU分解法求解。然后完成作业: 分别用高斯列主元消元法和LU分解法求解下面的方程组(以下方程组供选择)。 -数值计算方法
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:266905
    • 提供者:肖潇
  1. sgbzds

    0下载:
  2. 有三个杯子,分别能盛水 10 升、7 升、3 升。已知只有第一个杯子里有 10 升水,利用三个杯子相互倒水,最少经过多少次后,可以平分这 10 升水?   本文利用 VB 编程方法求解,可任意设置三个水杯容量、每个水杯初始水量、倒水最后结果每个杯子水量。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3392
    • 提供者:平步青云
  1. SGA_5

    0下载:
  2. 用遗传算法来解决多极值函数的求解问题, 程序采用了锦标赛选择方法-Using genetic algorithm to solve the multiple maximum function problem.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:215583
    • 提供者:weiwei
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com