代码搜索:Decoding

找到约 6,356 项符合「Decoding」的源代码

代码结果 6,356
www.eeworm.com/read/300254/13924344

h idctref.h

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/300254/13924353

h gethdr.h

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/300254/13924355

h decdef.h

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/300254/13924380

h sac.h

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/112323/15489613

in libmpeg2.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: libmpeg2 Description: A decoding library for MPEG-1 and MPEG-2 streams. Version: @VERSION@ Libs: -L${libdir} -l
www.eeworm.com/read/176193/9512800

txt map接收机程序说明.txt

该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收。 主要程序的用途说明: mainMIMO_OFDMA_2Tx_Convcode.m: 主程序,设置各种参数 gendatabits.m: 生成原始信息比特数据的程序 conv_encoder.m: 卷积码编码器 interleave.m: 交织器 mod_2Tx_STBC_DFUSC_Convcode.m:调制程
www.eeworm.com/read/188503/8535537

cpp dtsstrm_in.cpp

/* * dtsstrm_in.c: dts Audio stream class members handling scanning and * buffering raw input stream. * * Copyright (C) 2003 Markus Plail * * This program is free software; yo
www.eeworm.com/read/387891/8648077

sh regression.sh

#!/bin/sh # # automatic regression test for ffmpeg # # #set -x # Even in the 21st century some diffs are not supporting -u. diff -u "$0" "$0" > /dev/null 2>&1 if [ $? -eq 0 ]; then diff_cmd="diff -u
www.eeworm.com/read/283587/9003899

sh regression.sh

#!/bin/sh # # automatic regression test for ffmpeg # # #set -x # Even in the 21st century some diffs are not supporting -u. diff -u "$0" "$0" > /dev/null 2>&1 if [ $? -eq 0 ]; then diff_cmd="diff -u
www.eeworm.com/read/309344/13673856

c decode.c

/* DECODE.C - MAIN PROGRAM FOR DECODING. */ #include #define global #include "code.h" #include "model.h" void main(void) { int symbol; /* Character to decoded as a symbo