代码搜索:coder
找到约 7,216 项符合「coder」的源代码
代码结果 7,216
www.eeworm.com/read/329351/12958647
java coder.java
// FrontEnd Plus for JAD
// DeCompiled : coder.class
package utils;
public class coder//编码
{
protected int len;//长度
protected int offset;//偏移量
protected int size;//大小
p
www.eeworm.com/read/142181/12959166
c coder.c
/* Version 3.3 Last modified: December 26, 1995 */
/*
ITU-T G.729 Speech Coder ANSI-C Source Code
Copyright (c) 1995, AT&T, France Telecom, NTT, Universite de Sherbrooke.
All rig
www.eeworm.com/read/142181/12959266
mak coder.mak
#/* Version 3.3 Last modified: December 26, 1995 */
#makefile for ANSI-C version of G.729
#options for ? C compiler
# NOTE: Edit these options to reflect your particular system
#CC= cc
#CF
www.eeworm.com/read/328637/13009805
c coder.c
/*********************************************************
**********************************************************
coder.c
**********************************************************
**********
www.eeworm.com/read/328637/13009821
h coder.h
/*********************************************************
**********************************************************
coder.h
**********************************************************
**********
www.eeworm.com/read/328636/13009862
c coder.c
/* Modem for MIPS AJF August 1996
V.32 encoding / decoding routines */
#include
#include
#include
#include "modem.h"
#include "coder.h"
#define
www.eeworm.com/read/328636/13009867
h coder.h
/* segments of training sequence */
#define SEG_1 0 /* ABAB... */
#define SEG_2 (SEG_1 + 256) /* CDCD... */
#define SEG_3 (SEG_2 + 16) /* TRN (A/C) */
#define SEG_4 (SEG_3 + 2
www.eeworm.com/read/328334/13033965
c coder.c
/*
*
* GWIC
*
* (c) Joonas Lehtinen (jole@jole.fi), TUCS, 1998
*
* Most of the code in this file is cut-n-pasted from
* Pasi Fr鋘tis implementation
*
*/
#include "gwic.h"
extern long Byte
www.eeworm.com/read/241867/13111204
c coder.c
/*
* coder.c
*
* 22/02/01
* Calculation of coefficient tables for sub band windowing
* analysis filters and mdct.
*/
#include "types.h"
#include "table1.h"
long int
x[2][HAN_SIZE],
z[512];
www.eeworm.com/read/241867/13111233