CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - use

搜索资源列表

  1. lp_solve_4.0.tar

    0下载:
  2. 利用c语言编写,编译成动态链接库而成的matlab整数规划工具箱,包含c语言源程序,-use of language, compiled DLL from the Matlab Integer Programming Toolbox contains language source c,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:305823
    • 提供者:郑成勇
  1. PLDistance

    0下载:
  2. 已知三维点和三维线的坐标和代表式,求两者间最短距离,用对话框实现,可以提出算法函数单独使用-known three-dimensional and three-dimensional point of the line-coordinates and representatives, for the shortest distance between the two, with dialog to achieve, we can make use of arithmetic functions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27866
    • 提供者:吴敏珊
  1. 高层筑建减振设计

    1下载:
  2. 主要用于高层建筑的减振设计,根据线性振动理论,用matlab高级语言编写而成,由一个主程序和四个子程序组成-mainly for high-rise building design of the vibration, linear vibration theory, use the advanced language Matlab has been prepared by a main program and four subroutine composition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4545
    • 提供者:长卿
  1. IT.tar

    0下载:
  2. 使用php开发的一个“熵”的计算程序,可用于网页访问统计-use php development of a "entropy" of the program can visit the website for Statistics
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10257
    • 提供者:zxq
  1. fitellipse

    1下载:
  2. 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1767
    • 提供者:王流
  1. simplix

    0下载:
  2. 这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。-tacticians on the simplex method source code, the use of this method is a two-stage method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3403
    • 提供者:黄玫
  1. vb_bezierfit

    0下载:
  2. 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2253
    • 提供者:qiao
  1. Interpolating

    0下载:
  2. Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee between the function and the polynomial at 41 equally spaced points over the same
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:47265
    • 提供者:qiao
  1. zuigansuanfa

    0下载:
  2. 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closur
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2966
    • 提供者:qiao
  1. luostress

    0下载:
  2. 自己用Ansys命令编得求试验台架应力分析得一个例子-own use Ansys order of being Test Bench for stress analysis in a case
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1705
    • 提供者:张伟
  1. 大整数的运算3.1

    0下载:
  2. 本程序可以对那些数值超出整形的大整数进行+ - * % 运算欢迎大家使用并提出宝贵修改意见 -the procedures for those values beyond the plastic for the integer-*% Operational Everyone is welcome to use and valuable changes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2499
    • 提供者:钟毓秀
  1. 27_142

    0下载:
  2. 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11623
    • 提供者:陈冲
  1. FEM

    0下载:
  2. 它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:164951
    • 提供者:zchill0011
  1. tridiag

    0下载:
  2. 追赶法求解三对角矩阵是数值算法中重要的一种,这个利用了求借热传导方程-chased solve three-diagonal matrix numerical algorithm is an important, the use of the demand by heat conduction equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1521
    • 提供者:和可看
  1. Use-a-variety-of-instructions

    0下载:
  2. 主要对数据传输指令,算术逻辑运算和移位指令,串操作指令的使用进行详细介绍。-Mainly on the data transfer instructions, arithmetic and logical operations and shift operations, string manipulation instructions use in detail.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1755
    • 提供者:
  1. use-maple-to-program

    0下载:
  2. maple程序设计,对于数学符号公式的推导有很大帮助-how to use maple to program,especially helpful where prove of sign formula occurs
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:78082
    • 提供者:wang dong
  1. How-to-use-CUFFT-libraries

    0下载:
  2. How to use CUFFT libraries
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:14887
    • 提供者:madeena
  1. the-use-of-the-LMS-algorithm--

    0下载:
  2. LMS算法对线性色散信道的自适应均衡,并且信道的加性噪声为未知-the use of the LMS algorithm for adaptive equalization of a linear dispersive channel that produces (unknown) distortion
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:622
    • 提供者:cyzhope
  1. use-estimate-maximization

    0下载:
  2. use estimate maximization to calculate maximization of equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1581
    • 提供者:maryam
  1. how-to-use-a-Guassian-Copula

    0下载:
  2. example of how to use a Guassian Copula to create random draws normally distributed data -example of how to use a Guassian Copula to create random draws normally distributed data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1985
    • 提供者:bibhuti bhusan
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com