代码搜索:codebook
找到约 1,717 项符合「codebook」的源代码
代码结果 1,717
www.eeworm.com/read/380093/9165290
txt java常见问题.txt
1. Java编译运行问题
2. Object操作容易出现NullPointException错误
3. 多余处理语句
4. 参数传递问题
5. 例外处理
6. 数据库操作的问题
7. index越界
8. 其它
9. 有待讨论的问题
1.Java编译运行问题
Java程序文件首先得编绎成字节码的class文件,
www.eeworm.com/read/379449/9196939
c bits.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/374698/9388954
m code_ecoc.m
function [codebook,scheme] = code_ECOC(m,dist,distfct)
% Generate the codebook for multiclass classification with Error Correcting Output encoding if feasible.
%
% function coding the multiple classes
www.eeworm.com/read/178375/9405673
h c4_17pf.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/178375/9405778
c d1035pf.c
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/178375/9405926
h c2_11pf.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/178375/9405972
h c3_14pf.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/178375/9405990
h qua_gain.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/178375/9406074
h qgain795.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/374047/9422790
m voicedatacodebookexisting.m
%建立与码本对应的码本语音库voicedatacodebook
load('codebook','cw');
load('lpcdata','c');
load('voicedata','v');
d=disteu(cw,c);
[m,ind]=min(d,[],2);
k=ind(1)-1;
p=k*240;
vcw=v(p+1:p+240);
for i=2:512