代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/298377/7964169
h k_average.h
// K_average.h : main header file for the K_AVERAGE application
//
#if !defined(AFX_K_AVERAGE_H__436116AB_4E7E_4A6C_99EB_9ACF1FCA64EC__INCLUDED_)
#define AFX_K_AVERAGE_H__436116AB_4E7E_4A6C_99EB_
www.eeworm.com/read/298377/7964174
rc k_average.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/298377/7964178
cpp k_average.cpp
// K_average.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "K_average.h"
#include "MainFrm.h"
#include "K_averageDoc.h"
#include "K_averageView.h"
www.eeworm.com/read/298377/7964184
plg k_average.plg
Build Log
--------------------Configuration: K_average - Win32 Debug--------------------
Command Lines
Results
K_average.exe -
www.eeworm.com/read/298377/7964194
clw k_average.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CclassDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "K_averag
www.eeworm.com/read/332264/12766736
java 8.11average.java
import java.io.*;
public class Average{
public static void main(String []args){
byte b[]=new byte[10];
String str;
int n=0;
double sum=0,d,avg;
System.out.print("要对几个数求平均?");
try{
System.in.r
www.eeworm.com/read/245849/12777642
m l_average.m
function wlog=l_average(wlog,varargin)
% Function computes running average over specified log curves
% The function needs equidistantly sampled data; no null values
% Written by: E. R., June 7, 2001
%
www.eeworm.com/read/331649/12816785
m synchronous_average.m
function m=synchronous_average(x,T)
%
% SYNCHRONOUS_AVERAGE
% calculate the synchronous average of the signal x
% with period T
%
% USAGE
% m=synchronous_average
www.eeworm.com/read/240785/13197793
vi random average.vi
www.eeworm.com/read/138638/13227591
c average1.c
/*
** Compute the average of the specified number of values (bad).
*/
float
average( int n_values, int v1, int v2, int v3, int v4, int v5 )
{
float sum = v1;
if( n_values >= 2 )
sum +=