代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/333652/12666659
m chap9_6i.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/246998/12693402
m chap9_6i.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/244284/12875090
manip-0 menu.manip-0
....... DENSITIES MANIPULATION MENU .................
... CALCULATE the density from A,B-densities as: ....
final(grid) = 1.000 * A(grid) -1.000 * B(grid)
>
www.eeworm.com/read/243660/12928982
c autohf.c
/**************************************************************************
*
* ROUTINE
* autohf
*
* FUNCTION
* LPC autocorrelation analysis with high frequency compensation
*
*
* SYNOPSIS
www.eeworm.com/read/243660/12929193
c autohf.c
/**************************************************************************
*
* ROUTINE
* autohf
*
* FUNCTION
* LPC autocorrelation analysis with high frequency compensation
*
*
* SYNOPSIS
www.eeworm.com/read/243660/12929673
c autohf.c
/**************************************************************************
*
* ROUTINE
* autohf
*
* FUNCTION
* LPC autocorrelation analysis with high frequency compensation
*
*
* SYNOPSIS
www.eeworm.com/read/329258/12966977
s90 2nd_order_iir.s90
;*****************************************************
;* File: 2nd_order_IIR.s90
;*
;* Version: 1.0
;* Date: 01.06.15 [yy.mm.dd]
;* Author: jllassen
;*
;* Last modified 02.02.20, by jllassen
www.eeworm.com/read/141504/13008027
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/140444/13079928
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/242277/13082172
cpp add.cpp
#include
#include
struct Polynomial
{
float Coefficient;
int Exponent;
Polynomial *Next;
};
Polynomial *CreatPoly (int m)
{
int i;
Polynomial *f