代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/414527/2145671
cpp interpolation.cpp
// ==============================================================
// This file is part of Glest Shared Library (www.glest.org)
//
// Copyright (C) 2001-2008 Marti駉 Figueroa
//
// You can redistri
www.eeworm.com/read/392094/2516077
cs interpolation.cs
/*
* 进行插值的类Interpolation
* 周长发编制
*/
using System;
namespace CSharpAlgorithm.Algorithm
{
/**
* 进行插值的类Interpolation
* @author 周长发
* @version 1.0
*/
public class Interp
www.eeworm.com/read/382408/2637292
h interpolation.h
// --------------------------------------------------------------------------
// Dingus project - a collection of subsystems for game/graphics applications
// ---------------------------------------
www.eeworm.com/read/380513/2658286
cmp interpolation.cmp
Start with simple string interpolation :
it will cost you $10.00
dog.jpg
foobar.jpg
foobar.jpg
123
1 2 3
How about a directive? Sure :
>a< >b< >c<
For our next tric
www.eeworm.com/read/351405/3108843
cmp interpolation.cmp
Start with simple string interpolation :
it will cost you $10.00
dog.jpg
foobar.jpg
foobar.jpg
123
1 2 3
How about a directive? Sure :
>a< >b< >c<
For our next tric
www.eeworm.com/read/254498/4381945
cs interpolation.cs
/*
* 进行插值的类Interpolation
* 周长发编制
*/
using System;
namespace CSharpAlgorithm.Algorithm
{
/**
* 进行插值的类Interpolation
* @author 周长发
* @version 1.0
*/
public class Interp
www.eeworm.com/read/474433/6809361
m interpolation.m
function varargout = interpolation(varargin)
% INTERPOLATION M-file for interpolation.fig
% INTERPOLATION, by itself, creates a new INTERPOLATION or raises the existing
% singleton*.
%
%
www.eeworm.com/read/393873/8256500
c interpolation.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/393873/8256563
h interpolation.h
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/393665/8270314
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl