代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/376114/9330625
c huge_flt.c
#include
#include
void main (void)
{
int i;
float huge *values;
if ((values = (float huge *) halloc (17000,
sizeof(float))) == NULL)
printf
www.eeworm.com/read/376114/9330786
c for_more.c
#include
void main ()
{
char letter;
float percent;
for (letter = 'A'; letter = 'a'; letter--)
www.eeworm.com/read/376114/9330806
c sizeof.c
#include
void main ()
{
printf("Variables of type int use %d bytes\n", sizeof(int));
printf("Variables of type float use %d bytes\n", sizeof(float));
printf("Variables of ty
www.eeworm.com/read/376092/9331510
h adjacencywdigraph.h
// AdjacencyWDigraph.h: interface for the AdjacencyWDigraph class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ADJACENCYWDIGRAPH_H__EABCC361_5F82_48
www.eeworm.com/read/179885/9332660
c aliasing.c
//Aliasing.c illustration of downsampling, aliasing, upsampling
#include "lp33.cof" //lowpass at 1.8 kHz
short flag = 0; //toggles for 2x down-sampling
float indly[
www.eeworm.com/read/376075/9332958
lst text1.lst
C51 COMPILER V8.02 TEXT1 11/11/2008 21:20:09 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN T
www.eeworm.com/read/376075/9332959
c text1.c
/*------------------------------------------------------------------------------
本程序用来对一个数组求1次拟和系数
------------------------------------------------------------------------------*/
#include
www.eeworm.com/read/179840/9335394
cpp 复化辛卜生公式.cpp
#include
#include
void main()
{
int i,n=2;
float s;
float f(float);
float Simpson(float (*)(float),float,float,int );
for( i=0;i
www.eeworm.com/read/179839/9335402
cpp hqxlh.cpp
//曲线拟合,例题4.4
#include "stdio.h"
#include "math.h"
#define num 10
float neiji(float b[num],float c[num]) //内积函数
{ int p;
float nj=0;
for (p=1;p
www.eeworm.com/read/179834/9335421
cpp lbgjf.cpp
#include
#include
#include
#include
float x[100];
float f[100];
float a,b;
int n;
void trapezia(float y,float *S)
{
int i,t;
t=(b-a)/y;