代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/286953/8736089
c for_more.c
#include
void main ()
{
char letter;
float percent;
for (letter = 'A'; letter = 'a'; letter--)
www.eeworm.com/read/286953/8736115
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/286949/8736786
txt dancunx.txt
#include "math.h"
#include "stdio.h"
#define iDim 2
#define iNum iDim+1
#define ep 0.001
#define v1 0.75 /*压缩因子*/
#define v2 0.25 /*压缩因子*/
#define u 2
www.eeworm.com/read/286949/8736789
c dancunx.c
#include "math.h"
#include "stdio.h"
#define iDim 2
#define iNum iDim+1
#define ep 0.001
#define v1 0.75 /*压缩因子*/
#define v2 0.25 /*压缩因子*/
#define u 2
www.eeworm.com/read/286883/8738492
c c4_6_1.c
#include"stdio.h"
#include"stdlib.h"
#include"math.h"
#define pi 3.1415926536
#define NN 2048
main()
{
int i,j,k,m,N,r,s,t;
static float a0,a1,b0,b1,p,z,g;
static int a[NN];
sta
www.eeworm.com/read/286613/8755893
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/286613/8756081
cpp p1-23.cpp
#include
main()
{
float a,b,s;
coutb; //利用cin从键盘上为变量 a,b 赋值
s=a;
if (a
www.eeworm.com/read/286613/8756441
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/286613/8756652
cpp p1-23.cpp
#include
main()
{
float a,b,s;
coutb; //利用cin从键盘上为变量 a,b 赋值
s=a;
if (a
www.eeworm.com/read/430317/8756738
java landmark.java
package fy;
public class LandMark {
public float leftDistance;
public float rightDistance;
public Node left;
public Node right;
public String name;
public LandMark(String name,Nod