代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/168433/5446969
c analys.c
/*
$Log: analys.c,v $
* Revision 1.2 1996/08/20 20:16:01 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is pass
www.eeworm.com/read/168433/5446985
c encode.c
/*
$Log: encode.c,v $
* Revision 1.1 1996/08/19 22:32:21 jaf
* Initial revision
*
*/
#ifdef P_R_O_T_O_T_Y_P_E_S
extern int encode_(integer *voice, integer *pitch, real *rms, real *rc, integer
www.eeworm.com/read/168433/5446987
c pitsyn.c
/*
$Log: pitsyn.c,v $
* Revision 1.2 1996/08/20 20:40:12 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is pass
www.eeworm.com/read/168433/5446989
c decode.c
/*
$Log: decode.c,v $
* Revision 1.2 1996/08/20 20:22:39 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is pass
www.eeworm.com/read/168433/5446992
c voicin.c
/*
$Log: voicin.c,v $
* Revision 1.2 1996/08/20 20:45:00 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is pass
www.eeworm.com/read/167185/5462130
1 ana.1
.\" %W% %G% EPI
.TH ANA 1\-SPS %G%
.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Processing, Inc.
.SH NAME
ana \- Performs pitch-synchronous or "vanilla" analysis
.SH SYNOPSIS
.B a
www.eeworm.com/read/164520/5489280
bas 多项式回归m2.bas
Attribute VB_Name = "modMethod"
'多项式回归
Option Explicit
'全主元高斯-约当消去法求逆矩阵
'A(1 To m, 1 To m):开始存放欲求逆的矩阵,最终存求逆的结果矩阵,m是自变量个数
Public Sub Invert(a() As Double)
Dim N As Integer, ep As Double
www.eeworm.com/read/164520/5489304
bas 多元线性m2.bas
Attribute VB_Name = "modMethod"
'多元线性回归
Option Explicit
'全主元高斯-约当消去法求逆矩阵
'A(1 To m, 1 To m):开始存放欲求逆的矩阵,最终存求逆的结果矩阵,m是自变量个数
Public Sub Invert(a() As Double)
Dim n As Integer, ep As Double
www.eeworm.com/read/164520/5489466
bas 复相关分析m2.bas
Attribute VB_Name = "modMethod"
'复相关分析
Option Explicit
'求简单相关系数
'x(1 To n):变量,n为观测次数,已知
'y(1 To n):变量,n为观测次数,已知
'R:相关系数,计算结果
Public Sub YRelation(x() As Double, y() As Double, R As Double)
www.eeworm.com/read/154133/5640256
bas 多项式回归m2.bas
Attribute VB_Name = "modMethod"
'多项式回归
Option Explicit
'全主元高斯-约当消去法求逆矩阵
'A(1 To m, 1 To m):开始存放欲求逆的矩阵,最终存求逆的结果矩阵,m是自变量个数
Public Sub Invert(a() As Double)
Dim N As Integer, ep As Double