搜索资源列表
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
des_i777
- des在windows平台下得实现,纯c,dos版本,具有很好得移植性。-des in the windows platform in the realization of pure c, dos version, with a good transplantation.
FourEncodeArithmeticInCommonUse
- 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
TooMuchOfEncodingArithmetic
- 加密解密算法大全。很多很多的加密解密的实例,纯C语言编写,涵盖了流行的几十种加密算法。-encryption and decryption algorithm Solutions. Many, many examples of encryption and decryption, pure C language, covering dozens of popular encryption algorithm.
18104029765
- 这是我用纯C写的一个服务器程序框架。它的功能有限只是启动服务的时候,启动一个计算器。希望给那些想写服务的人提供一点帮助。 在VC++ 6.0 +XP 环境下运行测试成功。这是原创的。 -This is pure C. I used to write a server framework. Its function is limited launch services, launch a calculator. Wanted to write those services provide as
SocketRsa
- 一个自己封装的,网络传输,纯C的,还有封装的RSA加算法!
image_bmp_process
- 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。
Encrypt
- 纯C代码,实现加密算法,可以跑在单片机上。
DES
- 大名鼎鼎的DES加密算法的纯C代码!非常有价值的哦!
这是一个C语言版本的影碟出租管理系统
- 这是一个C语言版本的影碟出租管理系统,采用纯C语言编写的,对于C语言入门者来说,非常有用。-This is a C language version of the video rental management system, written in pure C language, C language, for starters, very useful.
RC4
- 实现RC4加密算法,纯C语言版,对于加密有兴趣的可以-Achieve the RC4 encryption algorithm, a pure C language version of
mail
- LINUX 平台下面 纯C的 短信和邮件发送程序-LINUX platform pure C, the following text messages and e-mail program
calcaulator
- 计算器用纯c编写的强大的windows计算器,用起来备有一份韵味。-ji suan qi
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
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