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

搜索资源列表

  1. EM-algorithm-of-Matlab-source

    1下载:
  2. EM算法的Matlab源码 EM算法是机器学习中一个很重要的算法,即期望最大化算法,主要包括以下两个步骤:   E步骤:estimate the expected values   M步骤:re-estimate parameters-EM algorithm of Matlab source EM algorithm is the machine learning a very important algorithm, which maximize algorithm, mainly
  3. 所属分类:Algorithm

    • 发布日期:2015-05-01
    • 文件大小:11264
    • 提供者:柳瑶
  1. Monte-Carlo--of-CIR-formulation

    0下载:
  2. CIR模型的蒙特卡罗模拟方法在EXCEL中的应用-Monte Carlo simulation procedures of CIR formulation used in the EXCEL,whichcan be run automatically, enter the appropriate parameter.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:22144
    • 提供者:赵里
  1. kalman.rar

    0下载:
  2. 卡尔曼滤波程序,两变量滤波;正弦信号跟踪;卡尔曼差分到状态方程的转换;卡尔曼同滑动平均比较,Kalman filtering process, the two variable filter sinusoidal signal tracking Kalman differential equation of state of the conversion Kalman compared with moving average
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4970
    • 提供者:姚赛金
  1. FEMprogram

    11下载:
  2. 四面体网格划分的有限元计算源代码,在将变形体划分为四面体后,输入节点坐标,程序利用弹塑性本构,将载荷和位移关系转变为线性方程组,是一个很好的求解简单三维变形体的程序,还可输出单元变形量,应力等。-Tetrahedral mesh of the finite element method source code, in the deformed tetrahedron is divided into, the input node coordinates, the program using el
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-01
    • 文件大小:3576
    • 提供者:jzhee_mail
  1. 1002NA

    5下载:
  2. A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval. Format of function double Polynomial_Root(int n, double c[], double a, double b, double EPS) whe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1039
    • 提供者:suncheng
  1. longest

    0下载:
  2. Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... &l
  3. 所属分类:Algorithm

    • 发布日期:2016-12-25
    • 文件大小:1024
    • 提供者:hzf
  1. [D_A.Hodges]Analysis_and_Design_of_Digital_Integra

    0下载:
  2. 绝对的一本经典的数字集成电路书,值得欣赏,基础与提高的结合,很经典-An absolute classic digital integrated circuits book, worthy of appreciation, the foundation and to enhance the combination of classic
  3. 所属分类:Algorithm

    • 发布日期:2017-06-15
    • 文件大小:23758663
    • 提供者:mmq
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4007
    • 提供者:chen changqing
  1. LBM_main

    1下载:
  2. Lattice Boltzmann用于模拟方腔流的程序。 生成的plt文件需用tecplot软件打开。-Lattice Boltzmann Simulation of cavity flow for the procedure.The plt files generated need the software named “tecplot” to open.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-08-08
    • 文件大小:13308
    • 提供者:周文宁
  1. PluralandMatrix

    0下载:
  2. C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:22607
    • 提供者:shiping
  1. Poj1022

    0下载:
  2. 本题写了一个EE3的产品描述,是四维的。确实很难想像清楚。我们这样想就行。它有四个坐标,每一维都可以放上一个立方体,边长为1.然后就是怎么判断是否Inconsistent,有两种情况:1),如题上举的例子,ID为1的在x2坐标上前面是3,那么ID为3的在X2坐标的后面应该是1,否则就Inconsistent。-We usually think that there are three geometric dimensions the fourth dimension is usually ti
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:37129
    • 提供者:zhangzhanyou
  1. MIT-Principles-of-Data-Mining

    0下载:
  2. 介绍数据挖掘基本原理,绝大多数高校本科&研究生用书。-MIT-Principles-of-Data-Mining
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3398541
    • 提供者:张勇
  1. Simm_of_Com_systems

    0下载:
  2. A very good book for simulation of communication analog and digital ,rare to find this book
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:11723050
    • 提供者:neesu
  1. AES

    0下载:
  2. This the source code of AES algorithm which is used in network security.-This is the source code of AES algorithm which is used in network security.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9732
    • 提供者:Krupesh
  1. A

    0下载:
  2. A note on the gradient of a multi-image
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:554278
    • 提供者:www
  1. st

    0下载:
  2. 计算瞬态导热问题的计算机分析程序算法的论文。-Calculation of transient heat conduction problem algorithm for computer analysis program papers.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:379621
    • 提供者:nagtive
  1. EFIE

    1下载:
  2. 本程序用于电场积分方程求解圆柱散射,为矩量法重要的基本程序。-This procedure for the electric field integral equation cylindrical scattering, Method of Moments important for the basic procedures.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1625
    • 提供者:陈民
  1. Accuracy-and-Stability-of-Numerical-Algorithms

    1下载:
  2. Higham的书非常小心的处理细节,强调稳定性,但包含很多算法的信息和提供各种类型的见解。-Higham' s book dealing with the details very carefully, emphasizing the stability, but contains many algorithms to provide various types of information and insights.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8904886
    • 提供者:LiFeiteng
  1. An-equation-of-binary

    0下载:
  2. 求解二元一次方程的C程序,已经封装好,直接调用就是。-Solving an equation of binary C program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:180500
    • 提供者:王永智
  1. The order of the table

    0下载:
  2. The order of the table, a algorithm of linear list.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-11-26
    • 文件大小:3120
    • 提供者:dreamsyeah
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com