代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/299239/7871170
c g722main.c
#include
#include "rtdspc.h"
/* Main program for g722 encode and decode demo for 210X0 */
extern int encode(int,int);
extern void decode(int);
extern void reset();
/
www.eeworm.com/read/296676/8082556
m dc_dpcm.m
%dc系数的dpcm
% Differential Pulse Coded Modulation
function r = dc_dpcm(x)
%最简单的预测
a = [1];
% x: 输入列向量
% a: 预测滤波器(系数)列向量
% r: 取整后的差分编码输出
% before: 过去值序列
% now: 当前预测值
%获取信号长度和滤波器长度
m = length(x);
p = l
www.eeworm.com/read/140180/5794146
h getvlc.h
/* macroblock modes */
#define MACROBLOCK_INTRA 1
#define MACROBLOCK_PATTERN 2
#define MACROBLOCK_MOTION_BACKWARD 4
#define MACROBLOCK_MOTION_FORWARD 8
#define MACROBLOCK_QUANT 16
#define DCT_TYPE_IN
www.eeworm.com/read/135709/5881325
h getvlc.h
/* macroblock modes */
#define MACROBLOCK_INTRA 1
#define MACROBLOCK_PATTERN 2
#define MACROBLOCK_MOTION_BACKWARD 4
#define MACROBLOCK_MOTION_FORWARD 8
#define MACROBLOCK_QUANT 16
#define DCT_TYPE_IN
www.eeworm.com/read/112162/6150807
h apr_base64.h
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserve
www.eeworm.com/read/101082/6253320
db aqmckspu.db
# @(#)aqmckspu.db 4.2 (ULTRIX) 12/20/90
sseg
id CDS
name mck9000spu_cds
label "MCK INFO"
doc '9000 spu machine check info'
elements
mck9000spu_len mcuv2summ mc1vap mc1int pc psl
mck9000spu_smc0
www.eeworm.com/read/101082/6253327
db aqpcst.db
# @(#)aqpcst.db 4.2 (ULTRIX) 12/20/90
sseg
id cds
name aqpcst_cds
label 'pcs status'
elements
aqpcst_stcreg
sseg
id ads
name aqpcst_ads
label 'additional info'
elements
aqpcst_ambient
aqpcst
www.eeworm.com/read/480745/6661231
m spreadgren.m
function out_signal=spreadgren(coded_Data,pn_code)
s0=2*coded_Data-1;
s1=pn_code'*s0;
out_signal=reshape(s1,1,[]);
www.eeworm.com/read/344690/11866885
rb cht_code.rb
#-----------------------------------------------------------------------
# CHT_code:
# a class of CHT characters coded in Big5 and GB
#
#
#------------------------------------------------------