搜索资源列表
base64src
- C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
VisualSlickEdit
- SlickEdit 提供全面的、灵活的C/C++, C#, Java, HTML, XML, Unicode 和许多其它编程语言文件格式和编码方式的统一的代码编写、分析和维护平台,它提供了大量的非常有助于提高你编程效率的特性,由于它在Windows、 Linux和UNIX平台下提供了统一的图形界面,为多平台编程的程序员提供了最大程度的可用性,有助于效率的大幅度提高.-SlickEdit provides a comprehensive, flexible C/C++, C#, Java, HTM
CRC32
- 高效率的文件或者串CRC32编码,可以应用于任何工程-The file or string of high-efficiency coding CRC32
x32x64MiniHookEngine
- Source tool for developers who work with C#to fully implement NtHookEngine.dll. An extremely powerful way to implement hooks or "detours" because the only source code you need to work with is C#. It does not require C++ or any unmanaged coding