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

搜索资源列表

  1. maxloading

    0下载:
  2. 有两艘船,n 个货箱。第一艘船的载重量是c1,第二艘船的载重量是c2,wi 是货箱i 的重量,且 w 1+w2+……+wn≤c1+c2。 我们希望确定是否有一种可将所有n 个货箱全部装船的方法。若有的话,找出该方法 采用分支法求解-Two vessels, n a cargo box. The first ship load is c1, the second ship of the load is c2, wi is the weight of containers i
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:201299
    • 提供者:jory
  1. Guess

    0下载:
  2. 数值分析里面的高斯方法,用来求解方程组的解-Which the Gauss numerical methods for solving equations
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:695
    • 提供者:海底森林
  1. Unconstrainedoptimizationofcontinuousfunctionofart

    0下载:
  2. 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解。-This source code is an implementation of artificial ant colony algorithm for unconstrained continuous function optimization, with constraints for the case, you can start u
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:12138
    • 提供者:ly
  1. Fullarray

    0下载:
  2. 3种求解全排列的方法,递归,迭代等,VC++6.0编译通过。-Three kinds of methods of solving the full array, recursion, iteration, etc., VC++6.0 compile.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1687
    • 提供者:楠楠
  1. youpiao

    0下载:
  2. 递归方法求解邮票问题,VC++6.0编译通过,有运行结果-Recursive method to solve the issue of stamps, VC++6.0 to compile, with operating results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:21471
    • 提供者:楠楠
  1. paixu

    0下载:
  2. 利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。 1. 至少采用4种方法实现上述问题求解(提示,可采用的方法有插入排序、希尔排序、起泡排序、快速排序、选择排序、堆排序、归并排序)。并把排序后的结果保存在不同的文件中-Use random function N random integers (20000 above), these numbers were a number of ways to sort. 1. At least four kinds of m
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:48794
    • 提供者:谢浩
  1. sy2

    0下载:
  2. 求解矩阵的LU分解和逆,两种一般方法求解线性方程组的解。-LU matrix factorization and solving the inverse, two general methods for solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1192
    • 提供者:王宝木
  1. HHBG

    0下载:
  2. 采用QR方法求解矩阵特征值,同时实现矩阵求逆-Using QR method for solving matrix eigenvalue, while achieving the inverse matrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1737
    • 提供者:肖天雄
  1. daima

    0下载:
  2. 用最小生成树的方法来求解最短的送货路径,并画出生成树图形-With the minimum spanning tree method to solve the shortest delivery path and draw spanning tree graph
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:738
    • 提供者:wmsh
  1. ObjRghScatTE

    0下载:
  2. 海面上方的雷达目标散射的数值仿真,用迭代方法求解,基于矩量法MoM和电磁散射理论。-EM scattering simulation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:12972
    • 提供者:叶红霞
  1. 200741119366291

    0下载:
  2. 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源程序) -Sudoku calculator fast sp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:31006
    • 提供者:cc5432166
  1. feigenbaum

    0下载:
  2. 由重正化群方法求解Feigenbaum常数。这是Feigenbuam首先提出的算法,但是可以优化的余地比较大-By the renormalization group method for solving Feigenbaum constant. This is Feigenbuam first proposed algorithm, but can be relatively large room for optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:116934
    • 提供者:云天河
  1. longbeigesuanfa

    0下载:
  2. 计算方法中龙贝格算法用于求解数值分析中的方程的解。-Calculation method Romberg algorithm for solving the numerical analysis equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:590
    • 提供者:yanyanzheng
  1. HW_RCM

    0下载:
  2. 这是Toro的rcm方法求解非线性浅水方程的精确解, 请结合他的两本书看-Program name: HW-RCM File name: hw_rcm.f Purpose: To solve the time-dependent non-linear one dimensional shallow water equations by the Random Choice Method (RCM) on a non-staggered grid, with van der Cor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:5543
    • 提供者:周润发
  1. Genetic

    0下载:
  2. 遗传算法程序:求解TSP问题的深度高效方法-Genetic Algorithm Programming: Solving the problem of deep and efficient method of TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1964
    • 提供者:andy
  1. EigenvalueComplexMatrices

    1下载:
  2. 两篇关于求复矩阵特征值与特征向量的文献.信号处理的很多领域都需要对矩阵的特征值和特征矢量精确求解,利用它们的结果进行下一步处理。比如,阵列信号处理中MU SIC算法,就是利用噪声子空间特征矢量特性进行估计的方法。-some papers about solving Eigenvalue of a complex matrix.Several kinds of classic algorithms for solving eigenvalues and eigenvectors of the m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:185822
    • 提供者:Thales
  1. svm

    0下载:
  2. SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:118143
    • 提供者:
  1. rpim

    2下载:
  2. 径向基函数的无网格方法,包括形函数及其导数的求解-Radial basis function meshless method, including the shape function and its derivatives to solve
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:329917
    • 提供者:陈小姐
  1. Simplex_method

    0下载:
  2. 单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:294639
    • 提供者:黄仕明
  1. duizhan

    0下载:
  2. 利用堆栈方法(也称为背包法)求解整数规划问题-Using the stack method (knapsack method) for solving integer programming problems
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:788
    • 提供者:松哥
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com