代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/200344/15435217
txt evm67x.txt
EC581 DSP Projects: Lab Project #5
Dept. of Electrical and Computer Engineering
Rose-Hulman Institute of Technology
Digital Audio Average Volume Intensity Meter
& DSP-to-PC Communication
Last Mod
www.eeworm.com/read/104466/15691685
h dsputil_mmx_avg.h
/*
* DSP utils : average functions are compiled twice for 3dnow/mmx2
* Copyright (c) 2000, 2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This library is free software; y
www.eeworm.com/read/432780/8574771
c errorreport.c
#include
//#include
#include "def.h"
/*int IniErrorString(char *ErrorString[])
{
ErrorString[Net_Connect_Cancel_Error]="Net Connect Cancel Error";
ErrorString[Net_C
www.eeworm.com/read/388896/8565482
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "K_average.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/388896/8565496
cpp k_averageview.cpp
// K_averageView.cpp : implementation of the CK_averageView class
//
#include "stdafx.h"
#include "K_average.h"
#include "K_averageDoc.h"
#include "K_averageView.h"
#ifdef _DEBUG
#define
www.eeworm.com/read/387391/8686805
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "K_average.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/387391/8686819
cpp k_averageview.cpp
// K_averageView.cpp : implementation of the CK_averageView class
//
#include "stdafx.h"
#include "K_average.h"
#include "K_averageDoc.h"
#include "K_averageView.h"
#ifdef _DEBUG
#define
www.eeworm.com/read/168118/9937835
m vave2vint.m
function vint=vave2vint(vave,t)
% vins=vave2vint(vave,t)
%
% Convert average to interval velocity
% NOTE: It is illegal for you to use this software for a purpose other
% than non-profit education or
www.eeworm.com/read/360995/10069874
m nndist_range.m
%NNDIST_RANGE Give a vector of scales
%
% D = NNDIST_RANGE(X)
% D = NNDIST_RANGE(X,NR)
%
% Give the average nearest neighbor distance in dataset X. When NR is
% specified, the first NR nearest
www.eeworm.com/read/279234/10452535
pl fig03_12.pl
#!/usr/bin/perl
# Fig. 3.12: fig03_12.pl
# Average-sales problem with sentinel-controlled repetition
$total = 0;
$weekCounter = 0;
print "Enter sales for week or enter quit: ";
chomp( $s