代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/206661/15292451
m cumest.m
function y_cum = cumest(y,norder,maxlag,nsamp,overlap,flag,k1,k2)
%CUMEST Second-, third- or fourth-order cumulants.
% y_cum = cumest (y, norder, maxlag, samp_seg, overlap, flag, k1, k2)
% y
www.eeworm.com/read/15127/432806
cpp rf.cpp
#include
#include "nr.h"
using namespace std;
DP NR::rf(const DP x, const DP y, const DP z)
{
const DP ERRTOL=0.0025, TINY=1.5e-38, BIG=3.0e37, THIRD=1.0/3.0;
const DP C1=1.0/24.0, C
www.eeworm.com/read/475809/1381477
cpp rf.cpp
#include
#include "nr.h"
using namespace std;
DP NR::rf(const DP x, const DP y, const DP z)
{
const DP ERRTOL=0.0025, TINY=1.5e-38, BIG=3.0e37, THIRD=1.0/3.0;
const DP C1=1.0/24.0, C
www.eeworm.com/read/457727/1594684
c rf.c
#include
#define NRANSI
#include "nrutil.h"
#define ERRTOL 0.08
#define TINY 1.5e-38
#define BIG 3.0e37
#define THIRD (1.0/3.0)
#define C1 (1.0/24.0)
#define C2 0.1
#define C3 (3.0/4
www.eeworm.com/read/248077/4471108
m mx3ordf.m
function xdot=mx3ordpf(t,x,flag,a1,a2,a3,foft);
% CALL: xdot=mx3ordpf(t,x,flag,a1,a2,a3,foft)
% Called by ode23. This function defines the third
% order differential equation as xdot=Ax.
% t is
www.eeworm.com/read/191080/5168732
c rf.c
#include
#define NRANSI
#include "nrutil.h"
#define ERRTOL 0.08
#define TINY 1.5e-38
#define BIG 3.0e37
#define THIRD (1.0/3.0)
#define C1 (1.0/24.0)
#define C2 0.1
#define C3 (3.0/4
www.eeworm.com/read/436911/1840878
entries
8
dir
393
http://v8.googlecode.com/svn/trunk/src/third_party
http://v8.googlecode.com/svn
2008-09-25T09:45:57.598726Z
373
ager@chromium.org
svn:special svn:externals svn:needs-lock
ce
www.eeworm.com/read/436911/1840896
entries
8
dir
393
http://v8.googlecode.com/svn/trunk/src/third_party/jscre
http://v8.googlecode.com/svn
2008-09-25T09:45:57.598726Z
373
ager@chromium.org
svn:special svn:externals svn:needs-lock
www.eeworm.com/read/472548/6869911
m frc_nonlincirc.m
function dy=fRC_NonlinCirc(t,y,flag,rParam)
%third order RC ladder phase shift oscillator with physical parameters
%y0=[3e-3 0 -1e-3][V];
%for Fourier analysis fs=5e6; vTimeRange=[0:1/fs:0.1e-3];
www.eeworm.com/read/294077/8255092
m frc_nonlincirc.m
function dy=fRC_NonlinCirc(t,y,flag,rParam)
%third order RC ladder phase shift oscillator with physical parameters
%y0=[3e-3 0 -1e-3][V];
%for Fourier analysis fs=5e6; vTimeRange=[0:1/fs:0.1e-3];