代码搜索:插值算法
找到约 10,000 项符合「插值算法」的源代码
代码结果 10,000
www.eeworm.com/read/235829/14050327
h pso.h
//PSO头文件PSO.hpp如下:
//Header __PSO_H
//Purpose Provide a class for particle swarm optimization
//Platform Visual C++ 7.0
//Date 2002.4.29
//Author Liu Kang
//群微粒算法:本算法用群微粒算法求目标函数的最大值
//本算法使用步骤
www.eeworm.com/read/381647/9080013
cpp forward.cpp
/*
** File:forward.cpp
** 功能:给定观察值序列和HMM模型,利用前向算法求取其概率
*/
#include"StdAfx.h"
#include
#include"hmm.h"
/***函数名称:Forward
**功能:后向算法估计参数
**参数:phmm:指向HMM的指针
** T:观察值序列的长度
** O:观察值序列
www.eeworm.com/read/181568/9245730
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[格网插值.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/169279/9870551
c spline.c
/*
* 1.给定插值条件如下:
* i 0 1 2 3 4 5 6 7
* Xi 8.125 8.4 9.0 9.485 9.6 9.959 10.166 10.2
* Yi 0.0774 0.099 0.2
www.eeworm.com/read/168640/9903871
bas inspline1mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim m As Integer, n As Integer, i As Double
Dim s As Double
Dim str As String
' 结点数
n = 12
' 插值点数
m = 8
www.eeworm.com/read/168640/9903909
bas inspline2mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim m As Integer, n As Integer, i As Double
Dim s As Double
Dim str As String
' 结点数
n = 12
' 插值点数
m = 8
www.eeworm.com/read/416510/11023096
cpp insert.cpp
//拉格朗日插值法
#include"Insert.h"
Lagrange::Lagrange(GivenPoint * inpoints,double inroot,int inlen)
{
points=inpoints;
root=inroot;
len=inlen;
cout
www.eeworm.com/read/466346/7034247
bas inspline1mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim m As Integer, n As Integer, i As Double
Dim s As Double
Dim str As String
' 结点数
n = 12
' 插值点数
m = 8
www.eeworm.com/read/466346/7034269
bas inspline2mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim m As Integer, n As Integer, i As Double
Dim s As Double
Dim str As String
' 结点数
n = 12
' 插值点数
m = 8
www.eeworm.com/read/139506/13151852
bas inspline1mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim m As Integer, n As Integer, i As Double
Dim s As Double
Dim str As String
' 结点数
n = 12
' 插值点数
m = 8