代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/241840/13112557

c anothertestapp.c

// Description: Driver program that makes use of the average library function // to compute the average value of a set of integer data values #include int main() { int tes
www.eeworm.com/read/241840/13113332

c anothertestapp.c

// Description: Driver program that makes use of the average library function // to compute the average value of a set of integer data values #include int main() { int test_
www.eeworm.com/read/326135/13163390

m statxture.m

function t = statxture(f, scale) %STATXTURE Computes statistical measures of texture in an image. % T = STATXURE(F, SCALE) computes six measures of texture from an % image (region) F. Parameter
www.eeworm.com/read/240958/13184693

cpp 004.cpp

#include #include #include /*其它说明*/ #include /*字符串函数*/ #include /*字符操作函数*/ #include /*动态地址分配函数*/ #define LEN sizeof(STUDENT)
www.eeworm.com/read/240956/13185994

cpp ch16_1.cpp

//********************** //** ch16_1.cpp ** //********************** #include #include class Advisor{ int noOfMeeting; }; class Student{ public: Student
www.eeworm.com/read/240686/13204836

h student.h

#ifndef STUDENT #define STUDENT // student record containing an id and grade point average struct Student { int studID; float gpa; }; // overload "==" by comparing student
www.eeworm.com/read/240213/13230800

java listing 11-78.java

private void DownRow ( ResultSet DisplayResults ) throws SQLException { long Orders; long Average; long Sum; Orders = DisplayResults.getLong ( 1 ) ; Average = DisplayResults.getL
www.eeworm.com/read/324161/13280771

java querycourse.java

import java.util.*; import java.io.*; import java.lang.*; public class QueryCourse { public static void main(String args[]) { try{ System.out.println("Please input the c
www.eeworm.com/read/137531/13315030

c math.c

#include void main () { int seconds_in_an_hour; float average; seconds_in_an_hour = 60 * 60; average = (5 + 10 + 15 + 20) / 4; printf("The number of secon
www.eeworm.com/read/238826/13322255

m basemapping.m

function dSource = baseMapping(bitSource,baseType) simulNUM = length(bitSource); switch baseType case 1 dSource = 2*(bitSource-0.5); %BPSK方式调制到1和-1上 case 2