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

搜索资源列表

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

    0下载:
  2. 根据模糊故障数的资料,实现了核心的算法。test类是启动测试类。该算法主要实现核心部分,具体应用要根据实际的环境对代码作简单的修改即可-under the fuzzy information on the number of failures to achieve a core of the algorithm. Test is the test launch category. The algorithm main core, specific application according to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4413
    • 提供者:张煜
  1. wuziqi(c++)

    0下载:
  2. 五子棋的核心算法,希望对大家的编程能力及编程思维有一定的帮助作用!-renju the core algorithm, a member of the programming and programming capability of thinking is certainly helpful role.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7878
    • 提供者:阿科
  1. NumRecogBP

    0下载:
  2. 采用BP神经网络算法实现的大写金融汉字识别软件的核心识别功能,适合学习。-BP neural network algorithm to achieve the financial capital of the Chinese character recognition software to identify the core features for learning.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:54398
    • 提供者:sinan
  1. DPP

    0下载:
  2. 本程序采用Dijkstra核心算法,用来计算光网络中路由专用保护算法,计算工作路径和保护路径
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9328
    • 提供者:dujuan
  1. GS

    0下载:
  2. 介绍了GS算法的核心内容,为想学习GS算法的人士提供很好的参考
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:38870
    • 提供者:yaoliangjin
  1. SplineDemo_lhd

    0下载:
  2. 三次样条插值程序演示。在SplineDemoView.cpp文件中的函数BOOL CSplineDemoView::ZSpline3()和函数double Spline3(double)是实现三次样条插值算法的核心函数。用VC6.0编译运行后,在窗口上由左至右点击鼠标左键设置一些点,然后点击鼠标右键即绘出穿过这些点的三次样条插值曲线。-Cubic spline interpolation procedure demonstration.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:41365
    • 提供者:罗皇达
  1. kalman

    0下载:
  2. 核心分享,kalman滤波器算法源码,C语言编写-Share the core, kalman filtering algorithm source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5363
    • 提供者:wushengguang
  1. pso

    0下载:
  2. 微粒群优化算法,可以应用在不同的领域,这是一个核心代码,可根据不同的应用领域进行扩展。-Particle swarm optimization algorithm, can be applied in different fields, this is a core of code, according to different application areas expand.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:248447
    • 提供者:gaoqian
  1. forecast

    0下载:
  2. 预测算法源码,时间序列,回归算法,核心代码-forecast
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:156689
    • 提供者:changyu
  1. WEB110707

    0下载:
  2. 有限元方法在工程中的广泛应用以及并行计算机硬件环境的快速发展使得 有限元并行计算及其网格生成技术受到了前所未有的重视。本文对有限元并行计 算核心技术之一的基于节点的局部网格生成算法(简称局部网格生成算法)作了 较为系统、深入地研究。-With widespread use of FEM in engineering and the rapid development of the parallel computing system,Parallel finite element
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2631538
    • 提供者:翁經堯
  1. sortilege

    0下载:
  2. 这是一个抽签用的小程序,添加项后可以进行抽签,设置可抽1——3项,核心代码为随机数生成算法-This is a small program with a lot to add items after the draw, setting pumping 1- 3, the core code for random number generation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1246591
    • 提供者:姚海龙
  1. Apriori

    1下载:
  2. 该算法应用于单维、单层、布尔关联规则,其核心是基于两阶段频集思想的递推算法。首先找出所有的频集,这些项集出现的频繁性至少和预定义的最小支持度一样。然后由频集产生强关联规则,这些规则必须满足最小支持度和最小可信度。-The algorithm is applied to one-dimensional, single-layer, Boolean association rules, its core is based on the idea of ​ ​ a two-stag
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1536
    • 提供者:曹擎宇
  1. magic-matrix

    0下载:
  2. 是魔方矩阵的算法,刚接触魔方是感觉无从下手,不知道算法,编程的核心就是算法,希望这个算法能个大家带来帮助-magic matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2061
    • 提供者:Anderson
  1. Factorial

    0下载:
  2. actorial (双)阶乘快速计算器 V8.0.0.0 一个可以快速计算(双)阶乘的绿色免费软件,是作者抽取了自开发的“HugeCalc”核心算法开发的,可以独立运行。 在双核上测试,精确计算 40,000,000!,HugeCalc 比最新的 Mathematica V6.01 快了 61 ! -The green free software can quickly calculate (double) factorial, of extracting a core o
  3. 所属分类:Algorithm

    • 发布日期:2017-10-30
    • 文件大小:109359
    • 提供者:冷若水
  1. CropWater

    0下载:
  2. 根据各数据的文件路径(TIFF)计算SWSI(作物缺水指数),核心算法主程序-calculate the SWSI
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2720
    • 提供者:zhikai
  1. main

    0下载:
  2. LDA聚类Gibbs抽样的算法的核心代码-LDA Cluster Gibbs
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6889
    • 提供者:XuLu
  1. EIV-models--

    0下载:
  2. 不等式约束的总体最小二乘算法研究,发表在被SSCI收入的国际测绘核心期刊Journal Of Geodesy上,是研究总体最小二乘的不可或缺的学习资料。-Overall inequality constrained least squares algorithm research, published in the international journal SSCI mapping core earnings Journal Of Geodesy, the study population l
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:279003
    • 提供者:华宇
  1. python机器学习预测分析核心算法

    1下载:
  2. python机器学习预测分析核心算法的例程(Python machine learning prediction and analysis of core algorithm routines)
  3. 所属分类:数学计算

    • 发布日期:2020-11-27
    • 文件大小:256000
    • 提供者:domodo
  1. 机器学习数学基础速查手册_1569739907801

    0下载:
  2. 机器学习是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。 它是人工智能的核心,是使计算机具有智能的根本途径。(Machine learning is an interdisciplinary subject, involving probability theory, statistics, approximation theory, convex
  3. 所属分类:数学计算

    • 发布日期:2020-07-16
    • 文件大小:451584
    • 提供者:Bert_S
搜珍网 www.dssz.com