代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/171829/9734359
c math.c
#include
void main(void)
{
int seconds_in_an_hour;
float average;
seconds_in_an_hour = 60 * 60;
average = (5 + 10 + 15 + 20) / 4;
printf("The number of seconds i
www.eeworm.com/read/270189/11045628
java myclass2_4.java
/* File Name:MyClass2_4.java
* 这是一个关于while循环语句的实例,求在0到100之间产生的6个随机数和的平均值。
*/
public class MyClass2_4 {
public static void main(String[] args) {
int sum=0; //个数的和
int n=0; //设个数n的初值为0
www.eeworm.com/read/415262/11078927
m durbin.m
function b = durbin(x,p,q)
%DURBIN Find a moving average model using Durbin's method
%----
%Syntax is: b = durbin(x,p,q)
%
% A moving average model for the input sequence x is found
% using Dur
www.eeworm.com/read/415262/11078933
m durbin_ma.m
function ma=durbin_ma(x,p,q)
% Syntax is: ma=durbin_ma(x,p,q)
% This program finds moving average with Durbin's method
% INPUTS:
% x : Given time series
% q : order of the moving average
www.eeworm.com/read/269713/11082347
m select.m
function [y,y1]=select(ImageData,h,w)
thr=0.5;delta=0.05;
%
y=(ImageData>=thr*mean(max(ImageData)));
BW2=bwareaopen(y,10);SE=strel('square',15);
IM2=imdilate(BW2,SE);
IM3=imerode(IM2,SE);
%
www.eeworm.com/read/269711/11082391
m select.m
function [y,y1]=select(ImageData,h,w)
thr=0.5;delta=0.05;
%
y=(ImageData>=thr*mean(max(ImageData)));
BW2=bwareaopen(y,10);SE=strel('square',15); %开运算,消除细小物体
IM2=imdilate(BW2,SE); %膨胀
IM3=imer
www.eeworm.com/read/269220/11105489
cpp f1001.cpp
//=====================================
// f1001.cpp
// 继承
//=====================================
#include
using namespace std;
//-------------------------------------
class Advisor{
www.eeworm.com/read/269220/11105491
cpp f1002.cpp
//=====================================
// f1002.cpp
// constructing derived class
//=====================================
#include
using namespace std;
//-----------------------------
www.eeworm.com/read/414362/11118837
java inforaveragejanpel.java
package myjava.javaSeries.java.compoent;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.sql.*;
public class InforAverageJanpel extends JPanel
{
private JLabel av