搜索资源列表
iso11172-3
- mpeg1标准文档包括音频部分和视频部分,其中最有名的是mp3编解码部分 -mpeg1 standard documentation including audio and video, which is the most famous part of mp3 codecs
MP3-Code-Analysis
- 一个Word文档,分析了mp3解码源程序的功能。-a Word document, analyze the source mp3 decoding function.
mp3
- 一个mp3的设计文档,包括需求、规格说明,详细设计、体系结构和部件等,含有大量类图-An mp3 of the design documents, including requirements, specifications, detailed design, architecture and components, etc., containing a large number of Class Diagram
MP3BOARD
- MP3的设计文档,使用的是1003和M64,有原理图-MP3 OF 1003 AND M64
Z80
- Z80单片机汇编指令的帮助文档,用于做MP3的驱动层开发-Single Chip Z80 instructions to help compile the document for the drive to do MP3-layer development
MP3format
- 详细描述了MP3文件中的内容。对MP3文件解码有兴趣的人可以参阅这个文档做MP3的解码。-A detailed descr iption of the contents of the MP3 file. The people who are interested MP3 decoding can refer to this document.
13818-3
- mpeg2中,关于mp3的文档格式说明,能够拥有mp3的扩展说明-mpeg2 in document formats on mp3, mp3 extension instructions can have
NT7502_ETC_2719386
- 一款mp3的液晶屏驱动芯片文档,型号7502,该芯片有两种驱动模式8088和8086.-A mp3 of the LCD driver IC document, the Model 7502, the chip has two drive model 8088 and 8086.
STM32---MP3
- 教你如何用STM32制作MP3。注意,这是文档,不是源码,主要是做MP3的硬件过程,不含源码-Teach you how to make use STM32 MP3. Note that this is a document, not the source, mainly to do MP3 hardware process, free source code
CW6685X SDK 二次开发文档
- CW6685X SDK 二次开发文档 关于建荣蓝牙MP3方案开发的文档 本方案是采用 CW6685X 芯片+SPIFlash 的一个方案。程序的开发环境是 IAR720H。 程 序主要采用 Banked Model 的模型,即函数默认采用__banked_func。如果非 Bank 的函数, 则需人工加上__near_func 字段
Python3-廖雪峰
- 首先,我们普及一下编程语言的基础知识。用任何编程语言来开发程序, 都是为了让计算机干活,比如下载一个 MP3,编写一个文档等等,而计 算机干活的 CPU 只认识机器指令,所以,尽管不同的编程语言差异极 大,后都得“翻译”成 CPU 可以执行的机器指令。而不同的编程语言, 干同一个活,编写的代码量,差距也很大。 比如,完成同一个任务,C 语言要写 1000 行代码,Java 只需要写 100 行,而 Python 可能只要 20 行。 所以 Python 是一种相当高级的语言。(