代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/187002/8885069
c for_more.c
#include
void main ()
{
char letter;
float percent;
for (letter = 'A'; letter = 'a'; letter--)
www.eeworm.com/read/187002/8885107
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/186875/8898411
h adrbfgenerator.h
#ifndef ADRBFGENERATOR
#define ADRBFGENERATOR
#include "PointSet.h"
#include "AxisKdTree.h"
#include "BasisFunction.h"
#include "EvaluationTreeD.h"
#include "PBCG.h"
#include
#inc
www.eeworm.com/read/186875/8898436
h~ adrbfgenerator.h~
#ifndef ADRBFGENERATOR
#define ADRBFGENERATOR
#include "PointSet.h"
#include "AxisKdTree.h"
#include "BasisFunction.h"
#include "EvaluationTreeD.h"
#include "PBCG.h"
#include
#inc
www.eeworm.com/read/186875/8898500
h jacobi.h
#ifndef JACOBI_H
#define JACOBI_H
#include
#define NRANSI
#include "nrutil.h"
#define ROTATE(a,i,j,k,l) g=a[i][j];h=a[k][l];a[i][j]=g-s*(h+g*tau);\
a[k][l]=h+s*(g-h*tau);
#def
www.eeworm.com/read/186875/8898512
h evaluationtreed.h
#ifndef EVALUATIONTREED
#define EVALUATIONTREED
#include "BasisFunction.h"
#include "ImplicitFunction.h"
#include
#include
//#include "jacobi.h"
//Basis functions can
www.eeworm.com/read/383987/8907935
h fristh.h
#include"iostream.h"
void show();
void Addition(float a,float b);
void Subtraction(float a,float b);
void Multiplication(float a,float b);
void Division(float a,float b);
www.eeworm.com/read/284676/8910064
cpp xt13-2-2.cpp
#include
using namespace std;
int main()
{float a[5];
int i;
cout
www.eeworm.com/read/284676/8910253
cpp xt6-15.cpp
#include
using namespace std;
int main()
{void avsco(float *,float *);
void avcour1(char (*)[10],float *);
void fali2(char course[5][10],int num[],float *pscore,float aver[4]);
voi
www.eeworm.com/read/284653/8911664
cpp test.cpp
// Test.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "math.h"
#include "stdlib.h"
#include "time.h"
#include "memory.h"
#define PI (3.141592653