代码搜索:Appendix
找到约 1,357 项符合「Appendix」的源代码
代码结果 1,357
www.eeworm.com/read/135238/13949020
m melp_bandpass.m
%This appendix lists the coefficients of the five bandpass filters used in the decoder.
%0 - 500Hz 500 - 1000Hz 1000 - 2000Hz 2000 - 3000Hz 3000 - 4000Hz 0~1000Hz
melp_firs=[...
-0.00
www.eeworm.com/read/199949/7814196
c gen_md5.c
/*
* COMPILE WITH:
* gcc -Wall gen_md5.c -o gen_md5
*/
/* taken from RFC-1321/Appendix A.3 */
/*
* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
*/
/*
*