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

搜索资源列表

  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. MCORRE

    0下载:
  2. 用FFT实现相关函数快速估计,相比一般的直接按定义计算其算法结构要简单得多,而且效率较高-using FFT function rapid estimates, compared to the direct general terms by its algorithm much more simple, but efficient
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:887
    • 提供者:黄如意
  1. α-β-γ滤波源码

    0下载:
  2. 此滤波方法对于从事信号处理的工程人员很熟悉,这里提供了此滤波方法的C源代码,便于工程人员直接应用-this filtering method for signal processing engaged in the engineering staff is very familiar with, this provided a filtering method of C source code to facilitate direct application engineering staff
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:948
    • 提供者:赵凤鲜
  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. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24060
    • 提供者:周思良
  1. 数值分析课程设计

    0下载:
  2. 本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA elimination method is commonl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:95247
    • 提供者:沈嘉祺
  1. VByangtiao

    0下载:
  2. 用vb编写的B样条曲线!!直接运行即可,它主要是数值计算的一个有用软件-prepared with the B-spline curves! ! Direct operation can be, it is primarily a numerical calculation of useful software! !
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1047
    • 提供者:lei
  1. cc_method

    3下载:
  2. C-C方法及改进的C-C方法重构相空间的matlab程序 -------------------------------- 性能: 3000数据耗时3分钟 -------------------------------- 参考文献: 1、Nonlinear dynamics, delay times, and embedding windows.pdf 2、基于改进的C-C方法的相空间重构参数选择4.pdf -------------------
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:474958
    • 提供者:jiao
  1. csha1_demo

    0下载:
  2. 可用于P2P分布式网络的哈希算法, 带有例子,直接复制出HASH类即可方便使用.-for peer-to-peer distributed network of Hash algorithms, with examples. direct cloning HASH category will be easier to use.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32603
    • 提供者:纪灵
  1. WilsonMethod

    1下载:
  2. 进行结构响应分析的Wilson法,是直接积分的基本算法之一,相信进行有限元动力分析编程的诸位都能用上-structural response analysis of Wilson, which is direct integration one of the basic algorithm, believe that the dynamic finite element analysis program you can use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1651
    • 提供者:stefanie
  1. Elliptical_Filter

    0下载:
  2. IIR Filter Coefficient Quantization Example % written by DRB on 6-Dec-2004 for ECE3703 % % Looks at unquantized filter (ideal), direct form, and cascaded second % order section (SOS). -IIR Filter Coefficient Quantization Exam ple% written b
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3727
    • 提供者:
  1. szfx_zjsj

    0下载:
  2. 数值分析中的求解算法-直接三角分解法 程序用C++语言编写。经过编译测试-numerical analysis of algorithm-direct triangular decomposition process using C language. After compiling test
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2037
    • 提供者:张薇
  1. CExp2

    0下载:
  2. doolittle直接分解法和guass-sedilla迭代法解方程组源码-doolittle direct decomposition and guass-iterative method of sedilla equations FOSS
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:602301
    • 提供者:刘泽善
  1. ofeli-1.3.0-3

    0下载:
  2. OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2211735
    • 提供者:王大为
  1. 一元稀疏多项式

    0下载:
  2. 一元稀疏多项式计算器,直接可运行的-one yuan sparse polynomial calculators, and direct operational
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1228
    • 提供者:陈伟
  1. sy3.rar

    0下载:
  2. matlab程序,有约束最优化问题直接法--复合形法,matlab program, constrained optimization problems are the direct method- the complex method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2138
    • 提供者:linfuquan
  1. DLT.rar

    1下载:
  2. ..三维DLT变换解决外方位元素的求解以及对11个参数的确定,.. Three-dimensional DLT transform solution for solving the exterior orientation elements and the 11 parameters
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:65729
    • 提供者:adam
  1. DIRECT_VC

    0下载:
  2. DIRECT算法是一种全局性、无须梯度信息的优化算法,广泛应用于全局优化领域。该算法基于VC编制。-DIRECT algorithm is a comprehensive, no gradient information of the optimization algorithm is widely used in the field of global optimization. The algorithm is based on VC establishment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1156992
    • 提供者:张亚明
  1. Direct_mean_torque_control

    0下载:
  2. Paper about a new method to control flux and torque of an induction motor. Direct Mean Torque Control (DMTC) combines the good dynamic performance of Direct Torque Control (DTC) with the advantages of time equidistant control algorithms for digit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:351709
    • 提供者:gregbur
  1. fitting

    0下载:
  2. 利用最小二乘算法对一组坐标进行曲线拟合,其中包含了利用直接LU分解法解方程的算法代码实现。希望对用到数值计算的带来帮助。-The least square algorithm for fitting a set of coordinates, including the use of direct LU decomposition equations for the algorithm code to achieve. Want to use to bring numerical help.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:102968
    • 提供者:风流云散
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com