搜索资源列表
zuigansuanfa
- 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-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
troubleTree
- 根据模糊故障数的资料,实现了核心的算法。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
wuziqi(c++)
- 五子棋的核心算法,希望对大家的编程能力及编程思维有一定的帮助作用!-renju the core algorithm, a member of the programming and programming capability of thinking is certainly helpful role.
NumRecogBP
- 采用BP神经网络算法实现的大写金融汉字识别软件的核心识别功能,适合学习。-BP neural network algorithm to achieve the financial capital of the Chinese character recognition software to identify the core features for learning.
chinapi_demo
- 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及
xapian-core-0.9.5.tar
- xapian 是一个“Xapian 是一个开源概率论信息检索库,基于GPL发布。它是用C++编写的,提供的绑定可以支持其它语言(支持Perl, Python, PHP, Java, and TCL )的开发。
core-interpolation
- 这是关于测井岩心插值的算法,是非常有用的岩心数据插值c++程序
core
- 矩阵的QR分解算法,奇异值分解算法等,可以用于数据万挖掘的算法之中,或者作为学习用
bcs_vb.zip
- 一个基础贝叶斯变换的压缩感知,包含一个源代码和一个一维信号处理的例子和两个二维图像的例子,The basic BCS implemented via a variational Bayesian approach. The package includes the core VB-BCS code, one example of a 1-dimensional signal and two examples of 2-dimensional images.
Kriging-ppt
- 克里金方法(Kriging), 是以南非矿业工程师D.G.Krige (克里金)名字命名的一项实用空间估计技术,是地质统计学 的重要组成部分,也是地质统计学的核心。 -Kriging method (Kriging), is a South African mining engineer DGKrige (Kerry King), named after a practical space estimation techniques, is an important part of geo
PrimeSingle
- 求某范围内得素数,我们多核试验提供得,老师让把它并行化-A framework for a prime number, we provide a multi-core test, the teacher let it parallelization
fft
- 基为2的快速傅立叶变换的核心代码,蝶形计算-Base for the 2 fast Fourier transform core code, butterfly calculation
Kalman-cpp
- Kalman滤波器的C++实现,核心代码,经过实际使用的测试-Kalman filter C++ Realized, the core code, after the actual use of the test
ADINA
- ADINA fortran核心源码-ADINA fortran core source
kalman
- 核心分享,kalman滤波器算法源码,C语言编写-Share the core, kalman filtering algorithm source code
pso
- 微粒群优化算法,可以应用在不同的领域,这是一个核心代码,可根据不同的应用领域进行扩展。-Particle swarm optimization algorithm, can be applied in different fields, this is a core of code, according to different application areas expand.
BallFit
- 用有限的数据点采用最小二乘的方法拟合一个球,算出了球心坐标和半径。数据点来源与Solidworks软件中绘制的一个球上的点集-With limited data points using least squares method of fitting a ball, calculate the coordinates and radius of the core. Solidworks data sources and mapping software on a ball point set
FFTdemo
- 这是一个用VB实现FFT运算,并且进行简单应用的演示程序。-This is a FFT algorithm demo, programmed by VB language. The core of this programm is the realization of FFT algorithm by VB language.
1
- 一个把拉格朗日插值法核数值积分统一到一起的程序核心代码-Lagrange interpolation method to a numerical integration into the nuclear program with the core code
Bisection_method
- 二分法求解任意代数方程,比如超越方程等等,最原始的方法,但是最可靠。 本文档是Mathematica的求解代码。用户可以修改本代码,提取适合自己的核心代码。-Dichotomy solving any algebraic equation, such as the transcendental equation and so on, the most primitive methods, but the most reliable. This document is the solution