代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/423529/10553511
cpp avo_2正演模型实验_加噪音b5-25.cpp
//---------------------------------------------------------------//
// AVO 技术正演模型实验 //
// 3 层模型(一) //
//
www.eeworm.com/read/423529/10553515
cpp avo正演模型实验_直接形成cdp.cpp
//---------------------------------------------------------------//
// AVO 技术正演模型实验 //
// 3 层模型 //
//
www.eeworm.com/read/423529/10553522
cpp avo_2正演模型实验_加噪音.cpp
//---------------------------------------------------------------//
// AVO 技术正演模型实验 //
// 3 层模型(一) //
//
www.eeworm.com/read/423529/10553527
cpp avo_2正演模型实验_加噪音_角度区域.cpp
//---------------------------------------------------------------//
// AVO 技术正演模型实验 //
// 3 层模型(一) //
//
www.eeworm.com/read/423529/10553531
cpp 速度分析_二进制文件输出.cpp
//---------------------------------------------------------------//
// 地震速度分析(二层模型) //
//---------------------------------------------------------------//
#incl
www.eeworm.com/read/160194/10559438
txt lpcc.txt
//Calculate LPC coefficients coefficients based on autocorrelation
void corref(int ip,float cor[],float alf[])
{
int i,j;
float refi,alfsave,resid;
alf[1]=(-cor[1]);
alf[0]=1;
resid=1-cor[1]*
www.eeworm.com/read/278154/10561398
c pcshft.c
void pcshft(float a, float b, float d[], int n)
{
int k,j;
float fac,cnst;
cnst=2.0/(b-a);
fac=cnst;
for (j=1;j
www.eeworm.com/read/278154/10561552
c xfourfs.c
/* Driver for routine fourfs */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define SWAP(a,b) {iswap=(a);(a)=(b);(b)=iswap;}
#define FSWAP(a,b) {
www.eeworm.com/read/278154/10561643
c xrlft3.c
/* Driver for routine rlft3 */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define IPRNT 20
static unsigned long compare(char *string, float ***a
www.eeworm.com/read/278154/10561687
c xpcshft.c
/* Driver for routine pcshft */
#include
#include
#define NRANSI
#include "nr.h"
#define NVAL 40
#define PIO2 1.5707963
float func(float x)
{
return x*x*(x*x-2.0)*si