代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/421532/10732508

c test_callable_contour_cbind.c

/* Copyright (c) 1999,2000, Compaq Computer Corporation See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRAN
www.eeworm.com/read/421312/10741660

c al7_7.c

/*案例代码文件名:AL7_7.C*/ /*功能:数组名作为函数参数,求平均成绩*/ float aver(float a[ ]) /*定义求平均值函数,形参为一浮点型数组名*/ {int i; float av,s=a[0]; for(i=1;i
www.eeworm.com/read/421312/10741735

c al7_8.c

/*案例代码文件名:AL7_8.C*/ /*功能:计算个人与各科平均成绩及全班平均成绩,并在屏幕上显示出来。*/ #define M 5 /*定义符号常量 人数为5*/ #define N 4 /*定义符号常量 课程为4*/ #include "stdio.h" main() {int i,j; void aver(float sco[M+1][N+1]); stat
www.eeworm.com/read/350397/10744329

cpp cvshapedescr.cpp

/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying,
www.eeworm.com/read/350397/10744377

cpp cvlkpyramid.cpp

/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying,
www.eeworm.com/read/350397/10744431

cpp cvpgh.cpp

/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying,
www.eeworm.com/read/350397/10744465

cpp cvoptflowlk.cpp

/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying,
www.eeworm.com/read/350397/10744599

cpp cvfilter.cpp

/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying,
www.eeworm.com/read/276309/10748541

c show_2d.c

#include void main(void) { int row, column; float table[3][5] = {{1.0, 2.0, 3.0, 4.0, 5.0}, {6.0, 7.0, 8.0, 9.0, 10.0}, {11.0
www.eeworm.com/read/276309/10748554

c show_3d.c

#include void main(void) { int row, column, table; float values[2][3][5] = { {{1.0, 2.0, 3.0, 4.0, 5.0}, {6.0, 7.0,