代码搜索:ESTIMATE
找到约 3,366 项符合「ESTIMATE」的源代码
代码结果 3,366
www.eeworm.com/read/275901/4171606
java estimate.java
package net.paoding.analysis.analyzer.estimate;
import java.io.IOException;
import java.io.PrintStream;
import java.io.Reader;
import java.io.StringReader;
import java.util.Iterator;
import ja
www.eeworm.com/read/424537/2015726
cfg estimate.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/424537/2015727
~dpr estimate.~dpr
library Estimate;
{可靠性参数估计}
uses
SysUtils,
Classes,
Math,
u_EstimateInt in 'u_EstimateInt.pas';
{$R *.RES}
{二项分布密度函数}
function BinDistf(r,n:Integer; p:Single):Double;StdCall;
www.eeworm.com/read/424537/2015729
dpr estimate.dpr
library Estimate;
{可靠性参数估计}
uses
SysUtils,
Classes,
Math,
u_EstimateInt in 'u_EstimateInt.pas';
{$R *.RES}
{指数分布密度函数}
function ExpDistf(lambda,t:Double):Double;StdCall;
beg
www.eeworm.com/read/424537/2015730
dof estimate.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
www.eeworm.com/read/134478/13987166
cpp estimate.cpp
// Estimate.cpp: implementation of the CEstimate class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Estimate.h"
#include
www.eeworm.com/read/134478/13987213
h estimate.h
// Estimate.h: interface for the CEstimate class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ESTIMATE_H__84F73930_CE52_463D_BFDA_2B502424325F__INCL
www.eeworm.com/read/201119/15416056
m estimate.m
m=input('please enter m,the number of experiments:');
n=input('please enter n,the number of trials: ');
z=zeros(1,m);
data=zeros(n,m);
for j=1:m
x=rand(1,n);
y=rand(1,n);
k=0;
www.eeworm.com/read/192030/8410976
m sobolev_estimate.m
function sigma = sobolev_estimate(H)
% SOBOLEV_ESTIMATE -- estimate Sobolev exponent of multiwavelet (fast, but crude)
%
% sigma = sobolev_estimate(H)
%
% The input parameter H can be ei
www.eeworm.com/read/384839/8839502
m couple_estimate.m
% the data of signal
clear;
clc;
format long;
c=3*10.^8;%光速
L=10;%阵元数
sam=500;%取样点
N=500;
dx=1/2; %阵元间距
dy=1/2;
w1=0.8;%第一个信号的角频率
w2=0.9;%第二个信号的角频率
w3=1;
w4=1.1;
phase1=0;%初始相位
phase2