搜索资源列表
libid3tag-0.15.1b.tar
- linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!-mps decode program under linux, c code ,recomanded
libmad-0.15.1b.tar
- linux下MPEG编解码程序,有vc工程,纯C代码-MPEG codec library on Linux, has VC build project, pure C source code
madplay-0.15.1b.tar
- linux下MPEG播放器,支持各种格式,有vc工程,纯C代码-MPEG play used under linux, support many style, C code
libz-1.1.4.tar
- linux下MPEG编解码库文件,有vc工程,纯C代码-The library file about MPEG coding and decoding in linux system,including VC projects and pure c codes.
RTP通用开发库(for Linux)
- linux环境下用纯c写的RTP协议的通用开发库-linux environment with pure c write RTP common development libraries
image_bmp_process
- 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。
linux-0.11-devel-040923
- linux:用纯C写的操作系统源代码。里面设计文件管理,进程调度,内存分配。学习的好资料。
flirt
- flirt 一款纯c的flash解码程序。
rgb2yuv422
- blackfin平台下RGB2YUV422的汇编代码,如果是纯C代码在blackfin下运行,将耗费非常多的系统资源,汇编能大大缩短系统的转换时间-blackfin platform RGB2YUV422 assembly code, if it is pure C code running in the blackfin, will cost a lot of system resources, can greatly shorten the compilation time of conve
linux_serial_sms1
- LINUX下纯C写的基于于串口发送AT命令到GSM手机模块进行短信的发送和接收短信的源程序,对短信收发研究者很有帮助-Write pure C under LINUX based on the serial port to send AT commands to the GSM mobile phone module to send and receive SMS text messages of the source code, useful for researchers to send a
gsm-linux
- 在Linux下实现的GSM程序,只有发送没有接收,使用串口通信,纯C代码。有很大的参考价值,使用PDU格式。-In the GSM under Linux, or only send not receive, the use of serial communication, pure C code. Have great reference value, use the PDU format.
mail
- LINUX 平台下面 纯C的 短信和邮件发送程序-LINUX platform pure C, the following text messages and e-mail program
linux_c_http_get
- linux 纯C(geturl)获取网页原码并保留在本地-linux c geturl
jy
- 金庸群侠传 for Dingux 纯c/c++版 bete 0.1 A,版本说明: 1,在booboo的dingux20090728工具链下面编译通过。 2,纯c/c++版速度更快体积更小。 3,保留战斗音效,去除遊戏背景音乐(一直咚咚的很吵)。 bug难免请不吝提交,谢谢! B,安装及操作 直接将local文件夹複制到miniSD卡上即可。 X键:确定键 B键:取消或是显示选单 退出方法:在大地图中,按B键显示选单,再选“系统
Ping
- 用纯C语言实现的ICMP协议,可以用程序实现ping功能,可以收到对端的ping response-Pure C language implementation of the ICMP protocol, you can use programs to achieve ping functionality, you can receive the right side of the ping response
linux_v7_jpeg_arm
- 基于LINUX的JPEG算法实现,纯C语言,可实现BMP格式图像的编解码-LINUX JPEG arithmetic, based on linux OS
7z465
- 最新版7zip源代码,给适合的朋友们,本人正在寻找zip压缩算法,纯C语言,希望得到大家的帮忙,谢谢!-The latest version of 7zip source code, to appropriate friends, I am looking for zip compression algorithm, a pure C language, want to get everyone' s help, thank you!
drawline
- 伯明翰直线算法C语言实现,纯c语言实现,大家参考用-Birmingham line algorithm C language implementation, pure c language implementation, we reference
lda-c-dist
- latent dirichlet allocation论文作者的算法代码,采用纯C实现,在LINUX下运行成功。-latent dirichlet allocation algorithm of the code authors, using pure C implementation, running under the LINUX success.
assn-3-vector-hashset
- 自已用C写的一个vector容器,纯C代码,较C++的vector来说,具有效率高,占用空间小的特点。经测试可用。-I realize a Vector which imitate the functionality of C++ vector. It uses less space than the C++ vector. This code has been test correctly