代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/278154/10563796
c qrsolv.c
void qrsolv(float **a, int n, float c[], float d[], float b[])
{
void rsolv(float **a, int n, float d[], float b[]);
int i,j;
float sum,tau;
for (j=1;j
www.eeworm.com/read/278154/10563802
c banbks.c
#define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;}
void banbks(float **a, unsigned long n, int m1, int m2, float **al,
unsigned long indx[], float b[])
{
unsigned long i,k,l;
int mm;
float dum;
www.eeworm.com/read/278154/10563807
c banmul.c
#define NRANSI
#include "nrutil.h"
void banmul(float **a, unsigned long n, int m1, int m2, float x[], float b[])
{
unsigned long i,j,k,tmploop;
for (i=1;i
www.eeworm.com/read/278154/10563822
c zrhqr.c
#define NRANSI
#include "nrutil.h"
#define MAXM 50
void zrhqr(float a[], int m, float rtr[], float rti[])
{
void balanc(float **a, int n);
void hqr(float **a, int n, float wr[], float wi[]);
www.eeworm.com/read/278154/10563930
c savgol.c
#include
#define NRANSI
#include "nrutil.h"
void savgol(float c[], int np, int nl, int nr, int ld, int m)
{
void lubksb(float **a, int n, int *indx, float b[]);
void ludcmp(float **
www.eeworm.com/read/352319/10563932
c fsk.c
#include
#include
#include "DspRegDefine.h"
#define UINT16 unsigned int
#define UINT32 unsigned long
float refsin[8];
/*
************************************
www.eeworm.com/read/278154/10563939
c chder.c
void chder(float a, float b, float c[], float cder[], int n)
{
int j;
float con;
cder[n-1]=0.0;
cder[n-2]=2*(n-1)*c[n-1];
for (j=n-3;j>=0;j--)
cder[j]=cder[j+2]+2*(j+1)*c[j+1];
con=2
www.eeworm.com/read/278154/10563952
c crank.c
void crank(unsigned long n, float w[], float *s)
{
unsigned long j=1,ji,jt;
float t,rank;
*s=0.0;
while (j < n) {
if (w[j+1] != w[j]) {
w[j]=j;
++j;
} else {
for (jt=j+1;j
www.eeworm.com/read/278154/10563956
c fourfs.c
#include
#include
#define NRANSI
#include "nrutil.h"
#define KBF 128
void fourfs(FILE *file[5], unsigned long nn[], int ndim, int isign)
{
void fourew(FILE *file[5], int *
www.eeworm.com/read/278154/10563964
c voltra.c
#define NRANSI
#include "nrutil.h"
void voltra(int n, int m, float t0, float h, float *t, float **f,
float (*g)(int, float), float (*ak)(int, int, float, float))
{
void lubksb(float **a, int