代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/207072/5002576
eng a8.eng
; Estes A8 RASP.ENG file made from NAR published data
; File produced October 3, 2000
; The total impulse, peak thrust, average thrust and burn time are
; the same as the averaged static test data on
www.eeworm.com/read/201991/5056373
eng a8.eng
; Estes A8 RASP.ENG file made from NAR published data
; File produced October 3, 2000
; The total impulse, peak thrust, average thrust and burn time are
; the same as the averaged static test data on
www.eeworm.com/read/201007/5062466
svn-base dsputil_mmx_avg.h.svn-base
/*
* 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/177697/5321529
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/347918/3161878
java movingaverageplugin.java
package org.joone.util;
import org.joone.engine.*;
import org.joone.util.CSVParser;
/** Changes the specified input serie data so that it becomes a moving average of
* itself. This plugin opera
www.eeworm.com/read/326711/3469839
c fig03_08.c
/* Fig. 3.8: fig03_08.c
Class average program with sentinel-controlled repetition */
#include
/* function main begins program execution */
int main( void )
{
int counter; /* nu
www.eeworm.com/read/326711/3469840
c fig03_06.c
/* Fig. 3.6: fig03_06.c
Class average program with counter-controlled repetition */
#include
/* function main begins program execution */
int main( void )
{
int counter; /* num
www.eeworm.com/read/313143/3645885
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
*
* MMX optimization by Nick Kurshev
www.eeworm.com/read/430037/1942761
m pr8_11.m
%Problem 8.11;
%optimizing average serial search time;
clear all; close all;
Pc=0.999; %specify probability of correct search;
Ts=[]; Mst={}; s=1;
for M=[50,200,1000,10000]; %set search region
www.eeworm.com/read/430037/1942766
m pr8_12.m
%Problem 8.12;
%optimizing average serial search time for Rayleigh signal model;
clear all; close all;
Pc=0.999; %specify probability of correct search;
Ts=[]; Mst={}; s=1;
for M=[50,200,1000,1