代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/460348/7252991

c optimal_order_bintree.c

/* 最佳二叉排序树是具有最佳检索效率的二叉排序树, 本程序提供了最佳二叉排序树的构造方法*/ #include #define MAXVALUE 1e8 #define N 10 void opticBTree(float p[], float q[], float *c[], float *w[], int *r[], int n) { int k
www.eeworm.com/read/460290/7254253

lst sht11.lst

C51 COMPILER V8.08 SHT11 04/07/2009 22:03:19 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE SHT11 OBJECT MODULE PLACED IN S
www.eeworm.com/read/460290/7254262

c sht11.c

/******************************************************************/ /* temperature模and humidity measure */ /* display the data on the 1602; */ /* first line display tempr
www.eeworm.com/read/436253/7254346

ָ

#define N 10 #include main() { float average(float *p,int n); float num[N]; float aver; int i; for(i=0;i
www.eeworm.com/read/436253/7254373

һԪ

/*求一元二次方程的根*/ #include #include void main() { float a,b,c,disc,x1,x2,real,imag; coutb>>c; if(a==0) { if(b==0) cout
www.eeworm.com/read/460264/7254532

c hmap.c

/* ----------------------------------------------------------- */ /* */ /* ___ */ /*
www.eeworm.com/read/460264/7254613

c hsigp.c

/* ----------------------------------------------------------- */ /* */ /* ___ */ /*
www.eeworm.com/read/460247/7254932

c lubksb.c

void lubksb(a,n,indx,b) float **a,b[]; int n,*indx; { int i,ii=0,ip,j; float sum; for (i=1;i
www.eeworm.com/read/460229/7255187

cpp myisodata.cpp

// myisodata.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdio.h" #include "math.h" #include "fstream" #include using namespace std;
www.eeworm.com/read/459928/7262189

c recip_t.c

//***************************************************************************** // Filename: recip_t.c // Version: 0.01 // Description: test for reciprocal of Q15 number //*******************