CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mp3 C linux

搜索资源列表

  1. libid3tag-0.15.1b.tar

    0下载:
  2. linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!-mps decode program under linux, c code ,recomanded
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:330.22kb
    • 提供者:JYL
  1. smpeg-0.5.4b

    0下载:
  2. 本软件是音频(mp3),视频(mpeg)解码c++程序,提供了vc下和linux下的两个版本,也可以移植到嵌入式系统中。-Audio (mp3), video (mpeg) decoder c procedures, vc provided under linux and the two versions can be transplanted to embedded systems.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:382.02kb
    • 提供者:谭鸿
  1. 调用libmad的简单MP3播放器

    1下载:
  2. 今天研究了一下libmad,发现用这个库做一个简单的mp3播放器非常容易,网上也有很多例程,于是想把播放mp3功能加入我的wav播放小程序里面。晚上实验了一下,的确很好用,在sep4020这颗小arm7上面跑的很欢乐。程序结构目前很乱,还要整理一下,现在的仅仅实现功能,算是beat版。 首先需要编译安装libmad,这个参考以前的文章,编译程序时时需要mad.h 和libmad.a等文件。 为了便于交流,采用静态链接的方法添加libmad库比较好,相当于把libmad包含的程序里面去。 最后将w
  3. 所属分类:嵌入式/单片机编程

  1. Qt-mp3

    1下载:
  2. 在linux下基于C++和qt编写的MP3播放界面程序-In c++ and qt under Linux based on the MP3 interface program written
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:6.38kb
    • 提供者:shaoxiaoxin
  1. MP3

    0下载:
  2. 嵌入式linux下C语言编写的mp3播放器,GTK界面,用libmad音频解码库-Embedded linux written in C, mp3 player, GTK interface, using libmad audio decoder library
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-14
    • 文件大小:3.65mb
    • 提供者:赵希
  1. MP3-Player

    0下载:
  2. 这是国嵌推出的基于Linux及mini2440的MP3播放器项目,里面有详细的项目文档和程序。-This is a country based on embedded Linux and mini2440 launched the MP3 player project, which has detailed project documentation and procedures.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-17
    • 文件大小:4.67mb
    • 提供者:parker
  1. UnderMP3Cover-1.1.tar

    0下载:
  2. 在Linux/Unix环境下运行,通过mp3格式的文件作为载体进行信息的隐藏及信息的提取。包括所有的C语言程序。 -This program allows you to hide a file within a specified mp3 and read it back.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:95.63kb
    • 提供者:陈松
  1. madplay-0.16.1b

    0下载:
  2. 经典的C语言MP3编码解码实现,可以在linux/unix平台下编译运行. -Classic C language realize MP3 codec, you can linux/unix platform running under the compiler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:698.32kb
    • 提供者:forest
  1. wxWidgets-2.8.9

    0下载:
  2. wxWidgets-2.8.9 界面开发库源代码,可在windows 和 linux下应用,跨平台的,此代码是windwos平台的库代码-mp3 algorithm source code, using pure C language implementation of the MP3 decoder must have reference value
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19.09mb
    • 提供者:dfdsf
  1. MP3

    0下载:
  2. 基于linux系统开发的C语言MP3系统开发程序。-Linux system development based on C-MP3 system development program.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:19.73kb
    • 提供者:lanjianwen
  1. xcvbdgh

    0下载:
  2. [multi-ice-ddd.tar.gz] - in Linux and multi-ice connectivity, used to debug the Linux source code [at91sam7s64mp3.rar] - atmelsam7s64 do mp3 decoding of the source [Mp3.rar] - mp3 decoder detailed algorithm flow, as well as the mp3 file fo
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:38.65kb
    • 提供者:sasa
  1. DecodeMagStripe

    0下载:
  2. Decoding the signal from magnetic stripe card or ticket using just a simple magnetic head connected to a microphone jack. Recording an audio WAVE file, and then this information can be decoded by the 2 programs included. First program dab.c deco
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7.65kb
    • 提供者:jojoland
  1. bass24

    1下载:
  2. BASS is an audio library for use in Windows and Mac OSX software. Its purpose is to provide developers with powerful and efficient sample, stream (MP3, MP2, MP1, OGG, WAV, AIFF, custom generated, and more via add-ons), MOD music (XM, IT, S3M, MOD, MT
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-28
    • 文件大小:729.4kb
    • 提供者:naja
  1. madlldlib-10b4_dll

    0下载:
  2. libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, en
  3. 所属分类:Audio program

    • 发布日期:2017-03-24
    • 文件大小:72.59kb
    • 提供者:xinghe
  1. mp3

    0下载:
  2. linux mp3播放歌曲的应用程序,调试成功的-linux mp3 music player application, debugging success
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:5.46kb
    • 提供者:hongwei
  1. email

    0下载:
  2. 本程序在linux环境下是用C语言开发,实现了邮件的发送功能。它可以实现邮件的普通发送、抄送、密送,并支持txt、doc、mp3、avi、rar、pdf等十几种附件的添加。支持邮件的批量发送,提供配置接口,操作简单。-This program is in the linux environment using C language development, to achieve the e-mail sending function. It can send regular mail, Cc,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:41.33kb
    • 提供者:周密
  1. mp3

    0下载:
  2. linux环境下,基于libmad的MP3播放程序,需要用到libmad,libasound库。编译:gcc mp3.c -lmad -lasound .执行时:./a.out **.mp3-Linux environment, based on the libmad MP3 procedures, the use of libmad, libasound library. Compiler: GCC mp3. C- lmad- lasound. Implementation:./a.o ut*
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-17
    • 文件大小:4.54kb
    • 提供者:张华平
  1. MP3

    0下载:
  2. C语言在linux上实现的MP3播放器。菜鸟们如果想做嵌入式就多在linux上多练习开发应用程序-C language in linux MP3 player. Newbies If you want to do embedded more in linux on practice developing applications
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:2.35kb
    • 提供者:刘兰
  1. mp3source-code-linux

    0下载:
  2. 嵌入式linux 平台下,利用C语言进行开发MP3 播放软件-Embedded linux platform, using C language development of MP3 player software
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:32.42kb
    • 提供者:
  1. MP3-player

    0下载:
  2. 基于Qt的c++程序,实现MP3播放功能,在Linux下完美运行-c++ program based on the Qt , the realization of MP3 function, perfect operating under Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:528.53kb
    • 提供者:小范
« 12 »
搜珍网 www.dssz.com