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

搜索资源列表

  1. tspproblemandGAsolution

    0下载:
  2. 这是一个解决TSP问题的遗传算法.里面有详细的介绍如何编写遗传算法,很值得参考.-This is a solution of TSP genetic algorithm. Which is described in detail how to prepare genetic algorithm, very good reference.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6711
    • 提供者:下沙
  1. xxghyyyycx

    0下载:
  2. 用于解线性规划的BASIC源程序,用于解线性规划的BASIC源程序-linear programming solution for the BASIC source code for the solution of linear programming BASIC source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2078
    • 提供者:suqingpu
  1. hao1

    0下载:
  2. 用C解方程的第2种算法-C solution of the equation algorithms No. 2
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:sun kai
  1. cwf0002

    0下载:
  2. 用c++编的matlab程序.是常微分方程解法.希望能给大家帮助,都是老师给布置的作业!谢谢!-using Matlab c addendum to the proceedings. Solution of ordinary differential equations. I hope that it provides help, teachers are to the layout of operations! Thank you!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:25639
    • 提供者:古爽
  1. RBFcollocRO

    2下载:
  2. 本代码为基于matlab的求解偏微分方程的利用径向基函数的无网格方法的源码-based on the Matlab code for the solution of partial differential equations using Radial Basis Functions non-grid method FOSS
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:18773
    • 提供者:duanyong
  1. shizhan_origin

    0下载:
  2. 本系列文章将主要介绍origin的初级使用方法,为许多刚开始使用origin写试验报告的同学提供入门帮助。并不像某些软件使用说明书籍那样系统的讲解,而是着重面向解决实际问题。-this series of articles will focus on the use of primary origin, Many of origin has just begun to use the written test report provides elementary students to help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:155130
    • 提供者:王中华
  1. solvefunction

    0下载:
  2. 使用matlab解方程的程序,对于方程的求解附有ppt讲解-equation solution using Matlab procedures for the solution of bearing on ppt
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:85462
    • 提供者:muying
  1. chenbihongsuanfayanghj666

    0下载:
  2. 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:210896
    • 提供者:yyy
  1. TwelveBalls

    0下载:
  2. 12个球:有这样一个问题:在12个大小和颜色都相同的球中,其中有一个球的重量与其它的11个球的重量不同。现在有一架天平,你能够只用这架天平只称3次就能够将该球找出来吗?该程序解决这个问题。虽然算法简单些,但是解该问题还是够难的。与大家共享!-12 balls : such a problem : In 12 sizes and colors are the same ball, There is a ball with the weight of the other 11 different w
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:164921
    • 提供者:谭俊哲
  1. 04150247

    0下载:
  2. 用语言编写的解线性方程组的直接方法(包含Gauss顺序消去法、Gauss列主元素消去法、Doolittle三角分解法)-language to be used to prepare the solution of linear equations of the direct method (including Gauss elimination order, Gauss out the main elements of elimination, Doolittle triangular deco
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:9664
    • 提供者:huafei
  1. HopfieldofTSP

    0下载:
  2. 这是在MATLAB上的Hopfield解决简单的TSP问题,虽然有点简单,但效果很好~-This is the MATLAB on the Hopfield simple solution of TSP, Although somewhat simple, but very effective ~
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1327
    • 提供者:Hzu
  1. solute_diophantine_3

    0下载:
  2. 这是我用matlab编写的一个解不定方程的程序,已经测试通过。该程序使用了比较多的技巧,对于matlab的爱好者可能有所帮助-I used Matlab to prepare a solution of indeterminate equations procedures have the test. The procedure used a lot more skills, Matlab lovers might be helpful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1983
    • 提供者:chensong
  1. SooChow_2D

    0下载:
  2. 本程序实现的是二维图形的限定Delaunay的三角剖分,算法的主要思想是采用微分方程数值解法中的有限元方法对二值图像进行三角剖分,程序为二维图像重建提供一个有利的基础。-this program is limited to the two-dimensional graphics Delaunay triangulation. The main idea of this algorithm is the numerical solution of differential equations b
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:174209
    • 提供者:wukongpei
  1. EULERDemo

    0下载:
  2. /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA I
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:105117
    • 提供者:JackHou
  1. ODEsolve_numberic

    0下载:
  2. 数值方法求解常微分方程的C实现[TEXT为主程序,其余方法(即C文件)放入Include文件夹即可]-the numerical solution of ordinary differential equations to achieve C [TEXT-based procedures, other methods (C) Add Include folders can be]
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:25868
    • 提供者:急惊风
  1. Ans_21_VB

    0下载:
  2. 一元二次方程求解,支持实数和虚数,用于解方程的验算-one yuan quadratic equation solving, and support for real-imaginary number for the solution of the equation Checking
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-13
    • 文件大小:1987
    • 提供者:KAR
  1. 53432641

    0下载:
  2. 工程中很多的地方用到龙格库塔求解微分方程的数值解,龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。此代码只是演示求一个微分方程,要求解其它的微分方程,可以自己定义借口函数,退换程序里面的函数:float f(float , float)即可;-project many places used for Runge - Kutta numerical solution of differential equations. Runge - Kutta is a very important
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7386
    • 提供者:马克
  1. efgxf

    0下载:
  2. 为计算方法课程的作业(二分割线法求解方程的解)-courses for the calculation of operations (2 segmentation method for the solution of the equation)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1419
    • 提供者:吴雄芝
  1. fem_ex

    3下载:
  2. 一维边值问题线性有限元数值解法的matlab程序。有详尽的算法分析,程序注释清楚。适用于有限元方法的初学者,能帮助读者加深对基本概念的理解。-one-dimensional linear boundary value problems finite element numerical solution of Matlab procedures. A detailed analysis of algorithms, clear procedures for the Notes. Applicati
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:107815
    • 提供者:姚飞
  1. lamb_problem

    0下载:
  2. Lamb problem: The analytical solution of vertical point source. This is very important for synthetic modeling-Lamb problem : The analytical solution of vertical point sour ce. This is very important for synthetic modeli Vi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:lyh
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com