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

搜索资源列表

  1. featp.rar

    2下载:
  2. <<有限单元法>>,王勖成编,书后附录源代码, featp,可以求解平面应力弹性问题,平面应变,轴对称的实体单元和MINDLIN板问题,仅仅提供其求解器代码,前后处理没有,因为这50多页已经够难抄写的了.已经通过CVF6.5的编译,但是结果对否,未验证过.,Finite element method, written by Wang Xucheng, source code in appendix, FEATP, This program can solve the e
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-12
    • 文件大小:13.33kb
    • 提供者:wjl
  1. eptree112d

    0下载:
  2. 使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。 <输出的文件内容> 功能树 INKURUDOFAIRUTSURI 测量若干步骤(有条件汇编) 函数索引(使用堆栈大小为每个功能输出) 使用类名单 全局变量,变结构,对象名单 #定义定义列表 清单中所使用 列表名称 信息分布函数的行数-EPTREE can be used for good, C, C++, Java code analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:207.45kb
    • 提供者:limiaoji
  1. MATLABSimulationTechnologyandApplication

    0下载:
  2. 包含<<MATLAB仿真技术与应用>>的配套例题和习题的matlab源代码。-Contains < <MATLAB仿真技术与应用> > Sample questions and exercises supporting the matlab source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:385.56kb
    • 提供者:cbzeng
  1. rs_eedec_euc

    0下载:
  2. 对于Reed-Somolon码的仿真,误码率-The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, ini
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:5.81kb
    • 提供者:雪林
  1. STRSCNE

    0下载:
  2. 给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。-STRSCNE is a Matlab code for constrained nonlinear systems of equations F(x)=0 l<=x<=u where F: R^n--> R^n, l and u a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4.73kb
    • 提供者:muxihan
  1. VB

    2下载:
  2. <VB常用算法大全>中全部源代码,是编程的好帮手-<VB常用算法大全> In all the source code, is a good helper program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:458.48kb
    • 提供者:ssss
  1. fft_yhm

    0下载:
  2. 快速傅立叶变换源码,经验证正确。参数为complex<double>-C/C++ code for FFT and IFFT algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.3kb
    • 提供者:Qinzhu Yang
  1. KMEANS

    0下载:
  2. This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers u
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:3.22kb
    • 提供者:ma
  1. numericalrecipes_common

    0下载:
  2. C++常用算法代码,《用c++语言编写数学常用算法》中各种算法代码-C++ commonly used algorithm code, <<with c++ language commonly used mathematical various algorithms code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.58mb
    • 提供者:李薄
  1. Calendar-algorithm-code

    0下载:
  2. 阳历日期推算阴历日期的方法:前已述及阴历日期是以月亮的圆缺为计月单位,其以逢朔为初一,以月望为十五(大月为十六日),以月晦为二十九日(大月为三十日)。然而目前记时通常用阳历日期表达,如欲将阳历日期换算成阴历日期可以用以下两种方法:其一是查《新编万年历》,如查1984年6月8日是阴历几日?翻开万年历6月10日是阴历十一,则逆推6月8日是阴历初九。其二可以利用公式推算阴历日期: 设:公元年数-1977(或1901)=4q+r 则:阴历日期=14q+10.6(r+1)+年内日期序数-29.5n (注:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6.6kb
    • 提供者:Ryan
  1. RelDielConst_PureIce

    1下载:
  2. 《微波遥感》ulaby中海冰介电常数的计算方法,计算结果为相对介电常数-This code computes the real and imaginary parts of the relative dielectric constant of pure ice at any temperature-40C<T<0C and frequency 1<f<1000GHz
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:733byte
    • 提供者:小符
  1. pysph-pysph-04a086875073

    0下载:
  2. PySPH is an open source framework for Smoothed Particle Hydrodynamics (SPH) simulations. It is implemented in `Python <http://www.python.org>`_ and the performance critical parts are implemented in `Cython <http://www.cython.org>`_.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.38mb
    • 提供者:apm
搜珍网 www.dssz.com