代码搜索:Coder
找到约 7,216 项符合「Coder」的源代码
代码结果 7,216
www.eeworm.com/read/244005/4514655
dos makefile.dos
#
# Makefile for LPC10 coder library (MSDOS -- Microsoft C)
#
CC = cl
OBJS_EXT =
CFLAGS = /nologo /W2 /I.. /AL /Ox /Gs
ANALYS_DEP = f2c.h
BSYNZ_DEP = f2c.h
CHANWR_DEP = f2c.h
DCBIAS_DEP = f2c.h
DECO
www.eeworm.com/read/168433/5446980
dos makefile.dos
#
# Makefile for LPC10 coder library (MSDOS -- Microsoft C)
#
CC = cl
OBJS_EXT =
CFLAGS = /nologo /W2 /I.. /AL /Ox /Gs
ANALYS_DEP = f2c.h
BSYNZ_DEP = f2c.h
CHANWR_DEP = f2c.h
DCBIAS_DEP = f2c.h
DECO
www.eeworm.com/read/164348/5492011
dep imdct.dep
thumb-rel32\obj\real\imdct.obj: "real\imdct.c"
thumb-rel32\obj\real\imdct.obj: "real\coder.h"
thumb-rel32\obj\real\imdct.obj: ".\pub\mp3common.h"
thumb-rel32\obj\real\imdct.obj: ".\pub\mp3dec.h"
t
www.eeworm.com/read/425508/2006317
mak lbccodec.mak
# macro noms des objets
OBJETS = \
lbccodec.o coder.o decod.o lpc.o exc_lbc.o\
lsp.o tab_lbc.o util_lbc.o basop.o vad.o\
cod_cng.o dec_cng.o util_cng.o tame.o
# edition de liens
lbccodec :
www.eeworm.com/read/397513/2401435
entries
/G7231_BASOP.C/1.1/Tue Feb 22 01:08:24 2005//
/G7231_CODEC.C/1.1/Fri Jun 6 02:23:35 2008//
/G7231_CODER.C/1.1/Fri Apr 22 02:43:00 2005//
/G7231_COD_CNG.C/1.1/Fri Apr 22 02:46:36 2005//
/G7231_DEC
www.eeworm.com/read/397513/2401438
old entries.old
/G7231_BASOP.C/1.1/Tue Feb 22 01:08:24 2005//
/G7231_CODEC.C/1.1/Fri Jun 6 02:23:35 2008//
/G7231_CODER.C/1.1/Fri Apr 22 02:43:00 2005//
/G7231_COD_CNG.C/1.1/Fri Apr 22 02:46:36 2005//
/G7231_DEC
www.eeworm.com/read/397513/2401441
entries
/G7231_BASOP.H/1.1/Wed Apr 20 03:54:06 2005//
/G7231_CODEC.H/1.1/Thu Apr 21 01:10:30 2005//
/G7231_CODER.H/1.1/Thu Apr 21 00:51:00 2005//
/G7231_COD_CNG.H/1.1/Thu Apr 21 00:59:48 2005//
/G7231_CST
www.eeworm.com/read/380707/9134396
m cyc_sch_decoder.m
%cyclic_coder
%g(x)=x^10+x^8+x^6+x^5+x^4+x^2+1
%//输入35位长度
%u:buffer(35-bit length)
function [sysinfo,ccx]=cyc_sch_encoder(u)
%以下为去尾比特
uu=zeros(1,35);
uu(1:35)=u(1:35);
%以下为译码程序
uu=[uu];
www.eeworm.com/read/223011/14664089
c register_map_test_value.c
// STCHIP_Handle_t hChip;
U32 *DefVal;
// U32 STB0899Val[STB0899_NBREGS]= /* Default values for Coder registers */
// {
// 0x10,0x32,0x80,0x4,0x0,0x0,0x0,0x20,0x99,0xA8,0xB,0x1
www.eeworm.com/read/201589/5057525
m cyc_sch_decoder.m
%cyclic_coder
%g(x)=x^10+x^8+x^6+x^5+x^4+x^2+1
%//输入35位长度
%u:buffer(35-bit length)
function [sysinfo,ccx]=cyc_sch_encoder(u)
%以下为去尾比特
uu=zeros(1,35);
uu(1:35)=u(1:35);
%以下为译码程序
uu=[uu];