代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/392094/2516131
cs sample6_2.cs
/*
* 示例程序Sample6_2: Interpolation类的一元全区间等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(stri
www.eeworm.com/read/390610/2527914
par tutorial.par
$Title OpenFVM
$File Parameter file
$Parameter 1 26 Description of $Code
30005 1 Convection interpolation scheme
1 1 1 1 0 1
30020 1 Binary output
1
30040 1 Calculate variable (u v w p T s)
1
www.eeworm.com/read/382408/2637302
h typetraits.h
#ifndef MATH_type_traits_H_
#define MATH_type_traits_H_
#include "Vector3.h"
#include "Quaternion.h"
#include "Matrix4x4.h"
#include "Interpolation.h"
namespace dingus {
/*
Math type tr
www.eeworm.com/read/357532/3014922
txt changelog.txt
[2005-3-29]
New function:
1, B frame deblock. [decoder]
2, Add sse2/sse/mmx support for Pixel_avg. [encoder/decoder]
3, rewrite sad + interpolation asm. [encoder]
4, cabac encoder and decoder sup
www.eeworm.com/read/254498/4381954
cs sample6_9.cs
/*
* 示例程序Sample6_9: Interpolation类的埃特金不等距逐步插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(str
www.eeworm.com/read/254498/4381979
cs sample6_7.cs
/*
* 示例程序Sample6_7: Interpolation类的埃尔米特不等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(stri
www.eeworm.com/read/254498/4381994
cs sample6_16.cs
/*
* 示例程序Sample6_16: Interpolation类的二元三点插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(string
www.eeworm.com/read/254498/4381999
cs sample6_2.cs
/*
* 示例程序Sample6_2: Interpolation类的一元全区间等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(stri
www.eeworm.com/read/292658/8342960
cpp interpolationsmoothisometry.cpp
//InterpolationSmoothIsometry 光滑等距插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int k(-1);
double t, x(-1.0), h(0.2);
double y[11] =
{
www.eeworm.com/read/292658/8342969
cpp interpolationfractionnotisometry.cpp
//InterpolationFractionNotIsometry.cpp
//连分式不等距插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
double t, s;
double x[10] =
{
-1.0, -0.8, -