代码搜索:interp
找到约 3,295 项符合「interp」的源代码
代码结果 3,295
www.eeworm.com/read/327441/13078181
h interp.h
#ifndef _INTERP_H_
#define _INTERP_H_
#define SYM_VAC (0x7f)
#define SYM_EQ ((4
www.eeworm.com/read/140161/13102188
p interp.p
/* Protogen Version 1.00 Monday September 16, 1996 10:36:23 */
/* Phitext.c */
void PhiInit(void);
void BadString(void);
BOOL phichar(BYTE *ch, FILE *file);
www.eeworm.com/read/140161/13102380
h interp.h
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13103080
p interp.p
/* Protogen Version 1.00 Monday September 16, 1996 10:36:23 */
/* Phitext.c */
void PhiInit(void);
void BadString(void);
BOOL phichar(BYTE *ch, FILE *file, int
www.eeworm.com/read/140161/13104172
p interp.p
/* Protogen Version 1.00 Monday September 16, 1996 10:36:23 */
/* Phitext.c */
void PhiInit(void);
void BadString(void);
BOOL phichar(BYTE *ch, FILE *file);
www.eeworm.com/read/140161/13104323
h interp.h
/*
Copyright 2001-2003 Free Software Foundation, Inc.
Written by David Lindauer, LADSoft
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gener
www.eeworm.com/read/139776/13133703
c interp.c
void interp(double **uf, double **uc, int nf)
{
int ic,iif,jc,jf,nc;
nc=nf/2+1;
for (jc=1,jf=1;jc
www.eeworm.com/read/241577/13135124
h interp.h
/* Copyright (C) John Olsen, 2000.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source into
www.eeworm.com/read/240523/13215748
m interp.m
function yi=interp(x,y,xi,method)
% 一维非单调数据插值
% 用法参考interp1,唯一区别是interp不要求节点是单调的
% L.J.HU 4-15-1999
x=x(:);y=y(:);
z=[x,y];
z=sortrows(z);
yi=interp1(z(:,1),z(:,2),xi,method);
www.eeworm.com/read/240520/13215810
m interp.m
function yi=interp(x,y,xi,method)
% 一维非单调数据插值
% 用法参考interp1,唯一区别是interp不要求节点是单调的
% L.J.HU 4-15-1999
x=x(:);y=y(:);
z=[x,y];
z=sortrows(z);
yi=interp1(z(:,1),z(:,2),xi,method);