代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/418534/10941731

zb readme.zb

This program needs data file.It can draw curvers. data file format: int float int float......
www.eeworm.com/read/418534/10941774

c readval.c

#include "stdio.h" #define MAX 5000 void main() { FILE *fp1,*fp2,*fp3; float ver[50]; int nodenum,t[14],i,j; int num_node[4]; int node_number; float val[MAX]; char ch,s1[80],s2[80],s3[80],va
www.eeworm.com/read/272824/10942881

cpp p1-83.cpp

#include //声明全局变量并初始化 extern int a[]={1,2,3}; extern float p=3.14; //在show()函数中使用外部变量 show() { int i; cout
www.eeworm.com/read/272824/10942988

cpp p1-23.cpp

#include main() { float a,b,s; coutb; //利用cin从键盘上为变量 a,b 赋值 s=a; if (a
www.eeworm.com/read/272746/10946041

h 8-5.h

#define PI 3.14 class Shape { public: float virtual GetArea()=0; float virtual GetPerim()=0; }; class Rectangle:public Shape { private: float l,w; public: Rectangle(float l=0,float w
www.eeworm.com/read/272746/10946064

h 10-13.h

using namespace std; class Point { private: float x,y; public: Point(float a=0,float b=0); Point& operator ++();//前置单目运算符重载 Point operator ++(int);//后置单目运算符重载 Point& operator --(); Po
www.eeworm.com/read/418361/10951705

h exec.h

/* * ARM execution defines * * Copyright (c) 2003 Fabrice Bellard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
www.eeworm.com/read/272513/10955061

h blas_interface.h

/* // Copyright 1997, 1998, 1999 University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee // // This file is part of the Matrix Template Library // // You should have recei
www.eeworm.com/read/272454/10957065

c 99.c

main() #include "stdio.h" main() { float peven(),podd(),dcall(); float sum; int n; while (1) { scanf("%d",&n); if(n>1) break; } if(n%2==0) {printf("Even="); sum=dcall(peven,n); } else
www.eeworm.com/read/272454/10957091

c 6.c

# define N 5 main( ) { int x , num[N+1] ; float st[N+1] , ave , sum=0; for (x=1 ; x