代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/174397/9589177

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
www.eeworm.com/read/174254/9599424

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/174062/9610085

c ch11_4.c

/*CH11_4*/ /*计算学生的平均成绩和不及格的人数*/ #include"stdio.h" struct stu { int num; char *name; char sex; float score; }boy[5]={ {101,"Li ping",'M',45}, {102,"
www.eeworm.com/read/174029/9611488

cpp shiyan9.2.cpp

#include #include #include #include struct person { char name[10]; float english; float math; float art; float average; }; void main() { c
www.eeworm.com/read/174029/9611498

cpp shiyan10.1.cpp

#include #include class score { private: double num; float Math,English,Programming; float average; public : void inscore(double a,float b,float c,
www.eeworm.com/read/370188/9611673

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/172503/9704829

txt tktest1.txt

#include double aver(int x,int y); void main() { int a,b; couta>>b; ____(1)_____ v=area(a,b); cout
www.eeworm.com/read/172493/9705445

cpp sentinel.cpp

#include using namespace std; int main() { double sum = 0; int count = 0; double salary = 0; while (salary != -1) { cout
www.eeworm.com/read/172360/9712067

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3180 ClientLeft = 60 ClientTop = 360 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/367990/9720789

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