代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/380443/9149502

c dxdygrad.c

/* * dxdygrad.c -- functions for computing phase derivatives in arrays */ #include #include #include "file.h" #include "pi.h" #include "grad.h" #include "dxdygrad.h" /*
www.eeworm.com/read/380443/9149526

c relax.c

/* * relax.c - function for solving weighted or unweighted * version of Poisson equation (i.e., weighted * or unweighted least-squares phase unwrapping) * by mea
www.eeworm.com/read/380443/9149592

c dct.c

#include #include #include #include "file.h" #include "dct.h" /* * Two-dimensional cosine tranform of array. * Array must be dimensioned from 0 to xsize * ysiz
www.eeworm.com/read/281349/9161330

cpp fft.cpp

/********************************************************************** FFT.cpp Dominic Mazzoni September 2000 This file contains a few FFT routines, including a real-FFT routine that is
www.eeworm.com/read/380114/9162329

h graph4.h

//图类结构体定义与相关操作graph4.h typedef struct {char *data; int *visited; float **edge; int max,size; }Graph; //初始化图 void SetGraph(Graph *G,int n) {int i,j; G->data=new char[n]; G->visited=new
www.eeworm.com/read/380114/9162738

txt topsort.txt

//图类结构体定义与相关操作graph4.h typedef struct {char *data; int *visited; float **edge; int max,size; }Graph; //初始化图 void SetGraph(Graph *G,int n) {int i,j; G->data=new char[n]; G->visited=new
www.eeworm.com/read/380114/9162779

h graph4.h

//图类结构体定义与相关操作graph4.h typedef struct {char *data; int *visited; float **edge; int max,size; }Graph; //初始化图 void SetGraph(Graph *G,int n) {int i,j; G->data=new char[n]; G->visited=new
www.eeworm.com/read/380049/9167214

i compass.i

extern void i2c_start(void); extern char i2c_write(char a); extern char i2c_read(void); extern void i2c_stop(void); extern void twi_slave_init(char add); #pragma used+
www.eeworm.com/read/380008/9168765

h ideoptions.h

#pragma once namespace LeastLIDE{ using namespace System; using namespace System::Text; ref class IDEOptions { String ^interpreterPath; String ^interpreterParams; String ^editorFontNa
www.eeworm.com/read/183298/9171246

h graph4.h

//图类结构体定义与相关操作graph4.h typedef struct {char *data; int *visited; float **edge; int max,size; }Graph; //初始化图 void SetGraph(Graph *G,int n) {int i,j; G->data=new char[n]; G->visited=new