搜索资源列表
iMusic
- mp3播放器软件, 是用c#写的,有时间可以
mp3解码c程序
- 本程序为mp3解码
MP3PLAYER
- MP3播放的程序,C语言格式,包括底层驱动和用户界面程序,具有一定的通用性-MP3 playback process, C language format, including low-level driver and user interface, has a certain universal
mp3_using_c_and_atmega8
- mp3 using c and atmega8
OMAP-5910--in-MP3-Encoding
- 基于O M AP 5910 的双核通信机制及 其在M P 3 编码中的应用-Du a l- c or e C om m u n ic a t ion M e c h a n ism Ba se d on O M AP 5910 a n d I t s Ap p lic a t ion in M P 3 E n c od in g
Mp3_decoder
- 超推荐的MP3 解码器 C语言编程。包括源程序和程序分析。-Ultra-recommended MP3 decoder C programming language. Including source code and program analysis.
CH375
- MP3开发中的模块CH375希望对一些开发者有帮助主要是C语言的编写-Module CH375 MP3 Development hope that some developers to help mainly the preparation of the C language
mp3
- 基于C语言平台设计的音乐播放器 里面自带一首歌曲-It comes with a song based on the C language platform music player inside
Python3-廖雪峰
- 首先,我们普及一下编程语言的基础知识。用任何编程语言来开发程序, 都是为了让计算机干活,比如下载一个 MP3,编写一个文档等等,而计 算机干活的 CPU 只认识机器指令,所以,尽管不同的编程语言差异极 大,后都得“翻译”成 CPU 可以执行的机器指令。而不同的编程语言, 干同一个活,编写的代码量,差距也很大。 比如,完成同一个任务,C 语言要写 1000 行代码,Java 只需要写 100 行,而 Python 可能只要 20 行。 所以 Python 是一种相当高级的语言。(