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

搜索资源列表

  1. 分支限界算法求解TSP问题

    3下载:
  2. 本程序用分支界限方法解决TSP问题,即旅行商问题.-the procedures used branch line solution to TSP, the traveling salesman problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23761
    • 提供者:chen
  1. 设计模式_中文版

    0下载:
  2. 它描述了在面向对象软件设计过程中针对特定问题的简洁而优雅的解决方案。设计模式捕获了随时间进化与发展的问题的求解方法,因此它们并不是人们从一开始就采用的设计方案。它们反映了不为人知的重新设计和重新编码的成果,而这些都来自软件开发者为了设计出灵活可复用的软件而长时间进行的艰苦努力。设计模式捕获了这些解决方案,并用简洁易用的方式表达出来。-It describes the object-oriented software design process-specific issues concise a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:10636577
    • 提供者:mo20
  1. 算24点问题求解

    0下载:
  2. 算24点游戏的解法!还可以算其它任何点数。和传统方法不一样的,可以支持负数和小数解算任意点的问题-count 24 points of the game Solution! Also can calculate any other points. Traditional methods are not the same, and can support a negative decimal Solving the problem of arbitrary point
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1487400
    • 提供者:张俊
  1. 计算方法程序

    0下载:
  2. 文件实现求解线性方程组、多项式插值或积分,包含gauss消去、迭代等,可变换形式达到一程序多用的目的-achieve document for solving linear equations, polynomials or interpolation points, including Gauss elimination, iterative, can transform a process to form the multi-purpose
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:81012
    • 提供者: 孙灵宾
  1. 03120104旅行商问题

    0下载:
  2. 这是旅行商问题的求解方法.............. 文件输入-This the Traveling Salesman Problem Solving Methods .............. file input
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:141519
    • 提供者:jacy
  1. 四种差分方法求微分方程

    3下载:
  2. 差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2795
    • 提供者:叶真
  1. 数值方法

    0下载:
  2. 数值算法 迭带求解算法 用vc写的,简单明了-numerical algorithm iterative algorithm used vc write simple and clear
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:30232
    • 提供者:李冰
  1. qishiwenti

    0下载:
  2. 这里面有JAVA和C的骑士问题的一些求解方法 大家可以做为参考 有什么问题可以在这里留言-that there are Java and C of the Cavaliers some way we can solve as a reference for what is the problem with the message here
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:45514
    • 提供者:wzkdhr
  1. CUMCM_prize

    0下载:
  2. 整数规划的一个求解方法(得到CUMCM一等奖)主要思想:找最大元之后的逐步互换求解,有点类似遗传算法-an Integer Programming Solution (with Into First Class) main ideas : after finding the greatest element gradually swap solution, it is somewhat similar genetic algorithms
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:882
    • 提供者:张天翼
  1. designpattern

    0下载:
  2. 而是一本关于设计模式的书,它描述了在面向对象软件设计过程中针对特定问题的简洁而优雅的解决方案。设计模式捕获了随时间进化与发展的问题的求解方法,因此它们并不是人们从一开始就采用的设计方案。它们反映了不为人知的重新设计和重新编码的成果,而这些都来自软件开发者为了设计出灵活可复用的软件而长时间进行的艰苦努力。设计模式捕获了这些解决方案,并用简洁易用的方式表达出来。 设计模式并不要求使用独特的语言特性-but a model for the design of the book, It descr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7928825
    • 提供者:龙铮
  1. hertt

    0下载:
  2. 矩阵的最大特征值的幂法. 对于工程计算而言,矩阵的特征值和特征向量都是相当重要和常见的数据,这里给出的幂法是一种常见的求解方法,用的是迭代的思想。 符号说明: 1A为待求的矩阵, 2Uk,Vk为迭代用的列向量。 3最后的最大特征值maxLamda由最后一次的max(Uk)-----求Uk中的绝对值最大的元素的绝对值.所决定。 而maxLamda所对应的特征向量由最后一次迭代的Vk所决定. 主要的想法就是先选一个不为0的初始向量U0!=0,然后按下面的式
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3328
    • 提供者:bass
  1. 龙格库塔求解微分方程数值解

    0下载:
  2. 龙格库塔求解微分方程数值解,非常有用的解题方法,一定会用到-Runge - Kutta numerical solution of differential equations to solve, a very useful method of solving problems, we will use
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-07-09
    • 文件大小:219723
    • 提供者:严倾
  1. 求解方程组方法

    0下载:
  2. 几种主要的求解方程组方法在MTLAB环境的实现(Implementation of several main solving equations in MTLAB environment)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:宇智波龙
  1. 拓扑优化设计(matlab)

    1下载:
  2. 基于拓扑优化的99行程序设计,改进求解方法,采用进退法进行优化求解,提高求解效率(Based on the 99 line programming of topology optimization, the solution method is improved and the approach is used to optimize the solution to improve the efficiency of the solution.)
  3. 所属分类:进化算法

    • 发布日期:2018-01-08
    • 文件大小:10240
    • 提供者:良仔儿
  1. 微分方程解析解

    0下载:
  2. 用matlab求微分方程解析解的小示例,可以求解微分方程 附教程。(A small example of solving analytical solutions of differential equations by Matlab can be used to solve a tutorial for differential equations.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-18
    • 文件大小:596992
    • 提供者:liucoolboy
  1. fluent的udf中求解二阶导数的方法

    2下载:
  2. fluent的udf中求解二阶导数的方法(The method of solving the two order derivative in the UDF of fluent)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:137216
    • 提供者:778899ss
  1. 预处理共轭梯度求解器

    1下载:
  2. 采用预处理的共轭梯度线性方程组求解方法,可以输入预处理矩阵。
  3. 所属分类:matlab例程

  1. qw

    0下载:
  2. 混沌序列求解方法,采用了流行算法,在matlab中直接调用函数(The method of solving the chaotic sequence and adopting the popular algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:121856
    • 提供者:洪大
  1. 最速下降法求解方程组

    0下载:
  2. 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the ol
  3. 所属分类:数学计算

    • 发布日期:2020-05-03
    • 文件大小:3072
    • 提供者:maomao875
  1. 有限元方法求解悬臂梁的的源代码

    1下载:
  2. 还不错的求解有限元方法求解悬臂梁的振动问题。(It is not bad to solve the vibration problem of cantilever beam by finite element method.)
  3. 所属分类:其他

    • 发布日期:2021-04-11
    • 文件大小:11264
    • 提供者:锦上添花6
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com