搜索资源列表
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.
Des(vc++)
- DES加密算法VC源码,只包含了一个源文件,自己在VC 中建工程即可编译,代码中有详细的注释,适于学习。-DES encryption algorithm VC source, contains only one source, VC in their works can be built, a detailed code of the Notes, suitable for learning.
Markup90
- VC工程源代码,实现XML语言的解析。XML应用场合越来越广,能够自己编码解析XML将很有用处
ShowKernelAPI
- VC工程,可以解析指定软件调用了那些库文件,并导出库文件的函数。
sharemem
- vc工程,实现windows下进程间共享内存,是个不错的学习例子。
DES_demo
- DES算法演示。VC++工程。需要调用“des.dll”
jrtplib-2.9
- 此代码为jrtplib-2.9库文件,用于开发RTP协议数据传输十分有效,已经用此库编写出recive和send函数,并验证成功,适用于linux和vc开发。内有linux的Makefile文件和VC工程文件,可直接使用。
ClearVCPrj
- 在学习Visual C++编程的时候,会建立一个又一个的工程,这么多的工程,除了管理上的问题之外,就是要占用大量的磁盘空间,而实际有用的东西并不大。如果VC工程较长的时间不用,而又必须保留,那么清除其中无用的东西就势在必行。在VC工程中,我们可以把工程目录下面的*.ncb、*.opt、*.plg文件删除是不会影响工程的完整性,另外还有比较大的就是debug和release两个文件夹,也可以删除
CertImport_src
- 用来把一个CA证书文件导入到系统证书库的程序,全部VC工程源码-to put a CA certificate system to file import certificates for the procedure, all-source projects VC
Md5验证资源更改
- 让程序启动时用Md5的加密解密算法来验证本程序的资源是否被更改过。是一个完整的vc工程-allow commencement Md5 with the encryption and decryption algorithms to verify the procedures whether the resources were changed. It is a complete engineering vc
Msvc097
- openssl的VC工程
log4cxx-0.10.0-vc6-June2008.ra
- 开源C++日志系统Apache Log4Cxx 0.10.0 for vc6.0,含源代码和工程文件,windows平台下直接编译。,Open source C++ log system Apache Log4Cxx 0.10.0 for vc6.0, including source code and project files, windows platform compiler directly.
Md5Code.rar
- 计算文件MD5码的源代码,可以直接用到自己的工程中,包括VC工程或者纯C工程,MD5 calculation document source code can be used directly on their own projects, including the VC works or works of pure C
log4cxx-0.10.0-vc2008-June2008
- 开源C++日志系统Apache Log4Cxx 0.10.0 for vc9.0(VS2008),含源代码和工程文件,Windows平台下直接编译。-Open source C++ log system Apache Log4Cxx 0.10.0 for vc9.0 (VS2008), including source code and project file, Windows platform, the compiler directly.
RichEdit2Rtf
- VC工程,通过拖拽方式得到窗口句柄,并实现将RichEdit中的内容保存到RTF文件。-VC project, drag and drop way to get the window handle, and achieve the RichEdit content saved to the RTF file.
WinIoSample
- VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置: (1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下; (2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下; (3):在StdAfx.h头文件中加入#include "winio.h"语句; (4):调用InitializeWin
MSVC
- 这两天为openssl-1.0.0e制作的VC工程,除DGST和ocsp不能单独生成文件(编译时报错找不到符号,不用理会)外,基本上可生成所有其他的文件。具体列表如下:-VC project for openssl-1.0.0e