代码搜索:CO检测
找到约 10,000 项符合「CO检测」的源代码
代码结果 10,000
www.eeworm.com/read/195963/8119543
m neff_co.m
Neffco=zeros(10); % 初始化
for j=1:100
lamda=(1450+j)*10^(-9);
x1=1.450001;
x2=1.460001;
xacc=1e-8;
f=func(lamda,x1);
%%%%%%%%%%%%%%%%以下调用二分法求解func函数的零点,即求解纤芯基模的有效折射率
fmid=func(lamd
www.eeworm.com/read/296028/8127626
c acelp_co.c
/*
ITU-T G.729 Speech Coder ANSI-C Source Code
Version 3.3 Last modified: December 26, 1995
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Lucent Technol
www.eeworm.com/read/144110/12815510
cab chles_co.cab
www.eeworm.com/read/330370/12898123
vi co2.vi
www.eeworm.com/read/142181/12959236
c acelp_co.c
/* Version 3.3 Last modified: December 26, 1995 */
/*---------------------------------------------------------------------------*
* Function ACELP_CODEBOOK()
www.eeworm.com/read/328638/13009700
c co_debug.c
#include
#include "private.h"
#include "complex.h"
#include "debug.h"
co_debugger::co_debugger(int xl)
{ len = xl; ptr = 0;
vec = new complex[len];
}
void co_debugger::
www.eeworm.com/read/328637/13009757
c co_debug.c
#include
#include "private.h"
#include "complex.h"
#include "debug.h"
co_debugger::co_debugger(int xl)
{ len = xl; ptr = 0;
vec = new complex[len];
}
void co_debugger::