代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/147862/12513673
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/248862/12537253
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/334951/12559637
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/106929/15617357
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/167222/9975024
v cu.v
module CU (CLE,ZLE,ALU_OP,ACLE,GR_address,GRLE,IRLE,ARLE,PCLE,PCCE,
mux_C_sel,mux_DB_sel,mux_AB_sel,RW,OE,CS,clk,reset,C_in,Z_in,IR_in);
parameter FIRST = 'b00,SECOND = 'b01,THIRD
www.eeworm.com/read/443813/7622916
c data.c
uchar Third;
uchar dd6;
float FrontPositionT; //由前边八个光感得到的当前位置
float FrontPositionL; //由前边八个光感得到的上次位置
float BackPositionT; //由后边八个光感得到的当前位置
float BackPositionL;
www.eeworm.com/read/126430/6016843
c rf.c
#include
#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/44.0)
#define C4
www.eeworm.com/read/102423/6232512
c rf.c
#include
#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/44.0)
#define C4
www.eeworm.com/read/158443/11615167
c rf.c
#include
#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/44.0)
#define C4
www.eeworm.com/read/341882/12056514
v cu.v
module CU (CLE,ZLE,ALU_OP,ACLE,GR_address,GRLE,IRLE,ARLE,PCLE,PCCE,
mux_C_sel,mux_DB_sel,mux_AB_sel,S,D,R,clk,reset,C_in,Z_in,IR_in);
parameter FIRST = 'b00,SECOND = 'b01,THIRD =