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

搜索资源列表

  1. CRC16

    0下载:
  2. CRC16校验算法,包含Visual C源码-CRC16 checksum algorithm, including Visual C source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:275490
    • 提供者:杨啸天
  1. VC_numerical_analysis

    0下载:
  2. 本人写的关于数值分析的源码,使用VC6.0开发,对于学习数值分析的朋友会有很大帮助。主要有:牛顿法、二分法、改进欧拉、高斯赛德尔迭代、高斯消去法、拉格朗日插值、龙贝格算法、龙格库塔、牛顿插值、雅可比迭代、约当消去法。-I write about the numerical analysis of the source code, using VC6.0 development, and friends will be very helpful for learning numerical ana
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1288754
    • 提供者:afei
  1. scilab-4.1.2-src.tar

    2下载:
  2. SCILAB 是由法国国家信息、自动化研究院(INRIA)的科学家们开发的“开放源码”软件。SCILAB 一词来源于英文 “Scientific Laboratory"(科学实验室)词头的合并。-SCILAB is " open source" software developed by the French National Institute of Automation (INRIA) scientists. SCILAB term derived from the mer
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:15892277
    • 提供者:朱祖请
  1. FB_LeastSquare

    0下载:
  2. 最小二乘法算法源码C++。实现最小二乘法算法算法计算,内容详实。-The method of least squares algorithm source C++. The method of least squares algorithm algorithm calculated informative.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:12041
    • 提供者:
  1. FB_Str_Split

    0下载:
  2. 字符串拆分元源码。把全局变量或者字符串变量(split)分解为n个值,这样协助解决1个输出变为多个输出。-The string split yuan source. Global variable or a string variable (split) decomposition of n values, so to help solve an output into multiple outputs.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:7196
    • 提供者:
  1. FB_DataRectification

    0下载:
  2. 数据校正源码。1、粗大误差识别与剔除功能有多种准则(莱依特、肖维勒、罗蒙诺夫斯基、格拉布斯、狄克逊),不同准则算法不一样。在一个剔除周期内,对同一变量的n的样本进行粗大误差识别和剔除,样本个数n大于5,小于等于102.2、数据协调功能再粗大误差被剔除的基础上,在满足约束条件下求出无偏最小方差估计解,此解即为数据协调值。-Data correction source. 1 gross error identification and elimination features a variety o
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:20141
    • 提供者:
  1. FEM-3rd-boundary-condition-

    0下载:
  2. 带第三类边界条件的二阶椭圆问题的有限元程序源码,L^2 模估计,自己编写,Matlab语言-finite element method for second order elleptic problem with 3rd boundary condition, L^2 error estimate, Matlab Language
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:8833
    • 提供者:Jonath
  1. VBA-Excel-Example

    0下载:
  2. VBA—Excel开发实例,附带源码,用户可直接引用,或略加修改后使用-VBA-Excel development examples, with source code, the user can directly referenced, or slightly modified
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:477866
    • 提供者:星月
  1. Stepwise_regression-

    0下载:
  2. 逐步回归计算源码:从给定样本数据中获取多元回归函数,并输出计算过程中的关键信息以供查验,本方法侧重回归函数实现,普通界面,内有模块调用实例,简单易学,方便自用。如果感觉好,谢谢支持!-Stepwise regression the calculation source: Get multiple regression function from the given sample data and output during the calculation of the critical info
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:11352
    • 提供者:王东
  1. LVQ

    0下载:
  2. 实现LVQ(Learning Vector Quantization)算法的VB源码,适合多目标对象的函数模型建立,附测试数据和调用方法实例。按不同使用需求,需要用户适当优化调整,此方法对具备或理解LVQ原理+vb编程的用户最佳。如果你觉得好,谢谢支持! -LVQ (Learning Vector Quantization) algorithm VB source, multi-target object function modeling, attached test data and c
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:7869
    • 提供者:王东
  1. WTClass

    0下载:
  2. 实现逐步判别方法的vb源码,可以对已知的多目标对象进行函数建模识别,输出计算过程中间数据以便查验;输出选出的因子和判别系数;输出判别方程及合率;如果有检验集,可输出判别方程的推广能力。侧重算法实现,一般界面,易用性好,如果觉得好,多谢支持!-Vb source stepwise discriminant function modeling to identify multi-target object known, the output calculated the middle of the
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:11899
    • 提供者:王东
  1. Wolf_quasiNewton

    0下载:
  2. 最优化算法中的带有Wolf搜索求步长的拟牛顿算法求最优值的源码,matlab编程实现,希望对大家有用。-Optimization algorithm with Wolf to the search requirements step quasi-Newton algorithms to find the optimal value of the source code, Matlab programming, and hope to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:733
    • 提供者:haoyunhe
  1. Armijo_quasiNewton

    2下载:
  2. 最优化算法中的带Armijo搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用。-Optimization algorithm with Armijo search seeking step quasi-Newton algorithm source code, matlab programming, and hope to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:620
    • 提供者:haoyunhe
  1. quasiCauchy

    1下载:
  2. 最优化算法中的对角二阶拟柯西法的源码,matlab编程实现,希望对大家有用。-Optimization algorithm proposed Cauchy method of source angular second Matlab programming, and hope to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:787
    • 提供者:haoyunhe
  1. Non_mon-Newton

    2下载:
  2. 最优化算法中的使用非单调线搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用-The use of non-monotonic line optimization algorithm to search seeking step quasi-Newton algorithm source code, Matlab programming, and hope to be useful
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:806
    • 提供者:haoyunhe
  1. Kalman

    0下载:
  2. 卡尔曼滤波的c程序源码,通过对函数的参数进行设置便可应用于自己的工程-Kalman filter c program source code, to set the parameters of the function can be applied to their own engineering
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:724
    • 提供者:郭志伟
  1. non_linear-steepest-descent

    0下载:
  2. 最速下降算法解非线性方程组,VC源码,精度很高,代码速度很快-solve non_linear_equations with vc by steepest descent algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:200751
    • 提供者:fellow
  1. kalman-filter-VCPP-source

    0下载:
  2. kalman 滤波器 VC源码,可以直接运行看结果展示的-kalman filter VC source code, can be run directly see the results show
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:4745008
    • 提供者:wanghui
  1. numeriacal-analysis-matlab-code

    0下载:
  2. 数值分析中matlab源码,包括方程求解,数值积分,数值微分,微分方程解法等-Numerical analysis matlab source code, including equations, numerical integration, numerical differentiation, Differential Equation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-05
    • 文件大小:45085
    • 提供者:caoys
  1. CRC16

    0下载:
  2. CRC16校验,用查表校验!基于ARM7实现的源码!-CRC16 check, using look-up table check! Based on the realization of the ARM7 source code!
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:26062
    • 提供者:qi
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 44 »
搜珍网 www.dssz.com