搜索资源列表
aacDecoder
- aac+的解码器,可以在windows下运行,用vc6直接编译。可以解码row,ADIF,ADTS的aac文件-aac decoder can operate in the windows with vc6 directly translated. It can decode row, ADIF, the ADTS aac documents
fixpt.tar
- This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not supported: Supported: - MPEG2, MPEG4 low complexity decoding (intensit
aac adtc latm 格式
- AAC 的ADTS和LATM的编码方式的文档资料
ANALYSIS OF MAN-MADE TARGET DETECTION IN SAR IMAGERY
- Automatic target detection in SAR image is the first stage in the ATR (Automatic Target Recognition) system. It is very important to improve the computing efficiency of the whole system. A conventional automatic target d
aacDecoder
- aac+的解码器,可以在windows下运行,用vc6直接编译。可以解码row,ADIF,ADTS的aac文件-aac decoder can operate in the windows with vc6 directly translated. It can decode row, ADIF, the ADTS aac documents
fixpt.tar
- This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not supported: Supported: - MPEG2, MPEG4 low complexity decoding (intensit
ADTSandLATM
- AAC音频压缩编码标准的ADTS与LATM格式分析-aac audio ADTS vs LATM
Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct
- 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆
SE205b_assignment3
- 要实现一个基于哈希表的字典ADT的从头开始 • 为了设计的游戏配置1散列函数 • 要创建和扩展的ADT为特定目的 • 为了使声音设计选择 • 要创建一个交互式GUI-• To implement a hashtable-based Dictionary ADT from scratch • To design a hash
MP4FileRW
- WIndows mobile下MP4文件读写封装类,使用开源代码进行C++类封装-mp4 file read and write wrapper under windows mobile, wrap as c++ class
tstools-1_11
- The following tools are provided: es2ts: Read ES (video), output TS esdots: Print one character per ES unit esfilter: "Fast forward" ES video data to a file (outputs ES or TS) esmerge: Merge H.264 video and AAC A
AAC_ADTS_LATM
- AAC音频压缩编码标准的ADTS与LATM格式分析-AAC audio compression coding standard with LATM format of ADTS
aac_read
- 一个读取AAC ADTS帧头的程序,自己写的,哈哈。-a programme used to read the aac fr a me head.
disp884
- 允许用户显示图像的头文件,以及“任务” 一个标准ADTS的4极化文件中的参数头 8-8-4格式- Allows the user to display image headers as well as the"mission" parameter header for a standard ADTS 4-Polarization file in the 8-8-4 format
dump884
- 允许用户转储所有标准的ADTS头4极化8-8-4格式的文件到用户指定的输出文件-Allows the user to dump all headers for a standard ADTS 4-polarization 8-8-4 formatted file to a user-specified output file
AAC_Encoder_with_MATLAB
- AAC编码器的matlab实现,可以导出AAC编码中间过程的系数-Usage: Take a wav file (44100, Mono) and name it as original_input.wav or change name in main_aacencoder.m. 1. Open the file main_aacencoder.m to encode original_input.wav in A
abstract-data-types
- In this homework, we are going to implement various ADTs including “doubly linked list”, “dynamic array” and “binary search tree”. Based on the parameter to the “make” command, we will generate 3 different executable
1
- aac数据添加adts头信息 各个bit位数据的 简要代码实现-adts head data for aac
SourceCode
- 《数据结构与算法分析C++语言描述(第2版)》,Larry Nyhoff著一书源代码-《ADTs,Data Structures and Problem Solving with C++》,2nd Edition by Larry Nyhoff source code
raw2aac
- 在已知采样率、声道数的情况下,从编码的raw-data构建ADTS流-make-up ADTS from raw-data.