代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/397031/8071574

c supofilt.c

/* Copyright (c) Colorado School of Mines, 2008.*/ /* All rights reserved. */ /* SUPOFILT: $Revision: 1.3 $ ; $Date: 2003/06/09 16:17:07 $ */ #include "su.h" #include "segy.h"
www.eeworm.com/read/296847/8075088

m readanalyzeimg.m

function [img,hdr]=ReadAnalyzeImg(name,dim,pre,lim,no,scale,offset,endian) % Reads one or more images in img file % % img=ReadAnalyzeImg(name,dim,pre,lim,no[,scale,offset[,endian]]) % [img,
www.eeworm.com/read/296608/8087068

zb readme.zb

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

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/196428/8092417

c lt525.c

# include "stdio.h" void main( ) { float sum (float *p,int n); float num[10],total; int i; for (i=0;i
www.eeworm.com/read/196428/8092438

c lt52.c

# include "stdio.h" void main( ) { int i; float j; int *pointer_1; float *pointer_2; scanf("%d%f",&i,&j); pointer_1=&i; pointer_2=&j; printf("%d %f\n ",i,j); printf(
www.eeworm.com/read/196428/8092570

c lt714.c

# define f(a,b) a*b*a void main ( ) { float x=8,y=25,z; z=f(x,y); printf("%6.2f\t",z); z=f(x*x+6*x-8,y+21); printf("%6.2f\n",z); }
www.eeworm.com/read/196428/8092624

c sx23.c

# include "stdio.h" void main( ) { int a; float b; char c; scanf("%d%d%d",&a,&b,&c); printf("a= %d\t b= %d\t c= %d\n",a,b,c); }
www.eeworm.com/read/196428/8092636

c lt213.c

# include "stdio.h" void main( ) { float a,b,min; printf("请输入两个实数:"); scanf("%f%f",&a,&b); min=a
www.eeworm.com/read/196428/8092681

c lt417.c

# include "stdio.h" void main( ) { float score[10],aver; float average( ); int i; char s; printf("input 10 score:\n"); for (i=0;i