代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/109973/15544485
cpp accum5.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/109973/15544489
cpp accum4.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/109973/15544499
cpp accum3.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/109466/15557150
plot fitness.plot
#set multiplot
set autoscale
set output 'plot.ps'
set terminal postscript landscape enhanced color solid simplex 'Helvetica'
set yrange [0:200]
set xlabel "Generation"
set ylabel "Fitness"
set xzeroax
www.eeworm.com/read/109003/15568861
c query.c
/* 学生成绩查询系统 */
# include
# include
void main( )
{
int select;
int i, j;
int score[5][7];
int average = 0;
int sum = 0;
do{
printf("本程序有4项功能:\n");
printf
www.eeworm.com/read/108859/15574017
m examp16.m
clc,echo on
%EXAMPLE 16
ts=0.001;t=0:ts:0.2; % Time array
x=sin(40*pi*t); % Pure sinusoid
xn=x+randist(x,'uni',0); % Signal+uniform noise (me
www.eeworm.com/read/106939/15617006
cpp classaverage.cpp
#include"head.h"
#include
extern void SortEachClass(Student* &);
void ClassAverage(Student* &head)
{
Student *pGuard;
Student *p;
double Average[MAX]; //各科目平均成绩
double To
www.eeworm.com/read/106690/15626784
m reref.m
% reref() - convert common reference EEG data to some other common reference
% or to average reference
%
% Usage:
% >> dataout = reref(data);
% >> [dataout Chanlocs Wout Sout meandata] =
www.eeworm.com/read/104053/15711619
1 tload.1
.\" -*-Nroff-*-
.\" This page Copyright (C) 1993 Matt Welsh, mdw@tc.cornell.edu.
.\" Freely distributable under the terms of the GPL
.TH TLOAD 1 "20 Mar 1993 " "Cohesive Systems" "Linux
www.eeworm.com/read/101358/15836081
txt jl.cpp.txt
程序设计:哈希表的一个应用
#include
#include
#include
#define L 50 /*定义哈希表长*/
#define M 47 /*定义p值*/
#define N 30 /*定义名单长*/
char z[22];
struct