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

搜索资源列表

  1. WENOandENO

    3下载:
  2. 利用5阶精度的WENO方法求解欧拉方程,里面有源代码和说明文档,具体可参考论文Efficient Implementation of Weighted ENO Schemes。-The use of 5-order accuracy of the WENO method for solving Euler equations, which source code and documentation, specific reference papers Efficient Implementati
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:473762
    • 提供者:谢昌坦
  1. Newton

    0下载:
  2. 牛顿迭代发法求解方程,数值分析上的内容,用到的方法。-Newton iteration method hair equations, the contents of thenumerical analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:575
    • 提供者:杜波
  1. GRKT10

    0下载:
  2. 龙格-库塔法,数值分析中求解微分方程的方法。-Runge- Kutta method, numerical analysis methods for solving differential equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1052
    • 提供者:杜波
  1. Mathcalculationprocedures

    0下载:
  2. 该程序包含矩阵最大特征值上、下界估计、线性方程组的求解、非线性方程组的一个最新迭代方法、数值积分、微分方程数值解!-The program contains the largest eigenvalue matrix, the lower bound estimates, linear equations, nonlinear equations, a recent iterative method, numerical integration, numerical solution of di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6612
    • 提供者:刘利斌
  1. eight_queen

    0下载:
  2. 八皇后问题,老归老,但试图用各种方法来实现求解,出乎意料的是,同样的算法,非递归实现的速度竟然比递归实现慢!-Eight queen problem, the old to the old, but trying to use various methods to achieve Solving Surprisingly, the same algorithm, the speed of non-recursive implementation was slower than the recur
  3. 所属分类:Other Games

    • 发布日期:2017-04-23
    • 文件大小:53144
    • 提供者:zhangjun
  1. poly_svm

    0下载:
  2. 核函数是利用支持向量机解决不可分问题时引入的一种非线性变换的手段。基本思想是通过非线性变换,使样本变换之后的特征空间中变得线性可分。然后利用线性可分时构造最优超平面的方法,在特征空间中实现最优超平面的求解。-Kernel function is the use of support vector machine to resolve the issue can not be separated from the introduction of a nonlinear transform mean
  3. 所属分类:Algorithm

    • 发布日期:2016-05-27
    • 文件大小:4123
    • 提供者:王旭
  1. xinetd-2.3.14.tar

    0下载:
  2. 牛顿插值方法求解多项式的系数,通过等值差分,是用C写成的,可以运行!-niudunchazhi
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:301703
    • 提供者:stone
  1. a

    0下载:
  2. 货郎担算法一直是C++领域一个经典的算法,该源代码通过四种方法对货郎担算法进行了求解。-Traveling salesman algorithm has been C++ are the field of a classical algorithm, the source code through the four methods for solving the traveling salesman algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3191
    • 提供者:黄鹏
  1. rengong

    0下载:
  2. ,许多最优化问题性质十分复杂,很难用 传统的优化方法来求解.自1960年以来,人们对求解这类难 解问题日益增加.一种模仿生物自然进化过程的、被称为“ 进化算法(evolutionary algorithm)” -evolutionary algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:8598458
    • 提供者:hexuming
  1. BaHuangHou

    0下载:
  2. 题目:八皇后问题。 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突的放置八个皇后棋子。因为在国际象棋里,皇后的移动方式是横竖交叉,所以在任意一个皇后所在的位置的水平,竖直和斜45度都不能有其他棋子的存在。一个完整的无冲突的八皇后棋子分布成为八皇后问题的一个解。设计思路:我使用了回溯的方法来解决八皇后问题,也就是逐次试探的方法。这个方法是通过函数putchess()对自身的递归调用来实现的。运行程序后,主函数调用putchess()函数在棋盘第一行第一列上放置棋子,开始向下一行递归。每一步
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:31174
    • 提供者:cl
  1. possionequation

    0下载:
  2. 自己写的求解波松方程的matlab程序 并采用两种方法求解 -Writing their own to solve Poisson equation matlab program and the use of two methods for solving
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1203
    • 提供者:周军
  1. gaess3

    0下载:
  2. 通过高斯消元的方法求解n元1次方程组,不是太难的-Through the Gauss elimination method for solving n-1 Equation group, not too difficult
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1104
    • 提供者:sun
  1. gongetidu

    0下载:
  2. 这个程序利用共轭梯度方法,求解对称正定线性方程组-This procedure using conjugate gradient method for solving symmetric positive definite system of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2358
    • 提供者:l
  1. 22

    0下载:
  2. 用两种方法求解上述问题(针对任意权的和针对本问题的)-Two ways to solve the above problem (for arbitrary power and the response to this question)
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1626
    • 提供者:王建
  1. GA

    0下载:
  2. 介绍遗传算法基本原理和人工神经网络,并行遗传,遗传程序等,并用这些方法为商旅问题等求解-Genetic algorithm and Artificial neural network Parallel GA Genetic programming Traveling salesman
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:135415
    • 提供者:张庭
  1. gyy

    0下载:
  2. 从因子分析的角度出发解决基因表达谱分析问题。为解决独立成分分析方法在求解过程中的不稳定性,提出一种基于选择性独立成分分析的DNA微阵列数据集成分类器。首先对基因表达水平的重构误差进行分析,选择部分重构误差较小的独立成分进行样本重构,然后基于重构后的样本同时训练多个支持向量机基分类器,最后选择部分分类正确率较高的基分类器进行最大投票以得到最终结果。在3个常用测试集上验证了本文设计方法的有效性。-This paper tries to deal with gene expression proble
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1427214
    • 提供者:cumtgyy
  1. bxjdd

    0下载:
  2. 解决了并行机调度问题,本题采用穷举法与随机法相结合的方法求解,可取得最优解。-Solve the parallel machine scheduling problem, the problem using exhaustive method, the optimal solution can be achieved.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:720
    • 提供者:langlang
  1. jiyu3Dlitibabiaodeshexiangjibiaodingsuanfa

    1下载:
  2. 利用透镜成像理论建立摄像机数学模型, 提出了一种线性求解摄像机内外参数的方法。该方 法特点是采用主动发光的光点阵列标定靶,利用2D 标定靶的精确移动来实现基于3D 立体靶标的摄像 机标定的算法。-Lens imaging theory using mathematical models set up the camera, a camera inside and outside the parameters for solving linear approach. The met
  3. 所属分类:OpenGL program

    • 发布日期:2014-11-25
    • 文件大小:121942
    • 提供者:刘镖峰
  1. RegularizedLeastSquares

    0下载:
  2. 对于一类非最小二乘问题,采用多步线性化方法求解,在保证结果精度的前提下提高了计算速度-For a class of non-least-squares problem, using multi-step linearization method, in ensuring the accuracy of the premise of the results improve the computing speed
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3463
    • 提供者:Kevin Han
  1. DLT

    1下载:
  2. 利用前方交会和后方交会的方法进行求解地面点坐标-The use of forward intersection and resection of the methods for solving the ground point coordinates
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:16765
    • 提供者:chenhong
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com