搜索资源列表
publib-0_3.tar
- 一些常用的C语言源程序,字符串处理、内存管理和出错处理等。使用方法请看readme文件-some common C language source code, string handling, memory management and error handling. Use Look at the readme file
q128.asm
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入-This is an easy to use the MD5 of the C++ category this category can be added to the console program can also be used in the MFC and to provide a deta
md5eg
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入-This is an easy to use the MD5 of the C++ category this category can be added to the console program can also be used in the MFC and to provide a deta
StringLibDemo
- 字符串处理库,包括了C语言所有的处理过程-String processing library, including the C language in all the process
linux_C_Library
- Linux C的库函数集合的使用,包括文件操作函数,进程,信号处理,内存字符串等详细说明。-Linux C library function, the use of the collection, including file manipulation functions, processes, signal processing, memory, string and other details.
c-md5code
- 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) /*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符) 字符串 */ char* MDFile (char *) /*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长 (32个字符)字符串 */ char* hmac_md5(char* text, char* key) /*输入任意一个字符串text,和一个用
test
- 自己实现的c中字符串处理函数,unix linux 测试通过,希望给Unix编程初学者带来启示-Their implementation c, string manipulation functions, unix linux test and hope to bring enlightenment to the Unix programming for beginners
mystring
- 实现常用Linux C字符串处理函数,如strlen() strcpy() strsep()等-mystring
MD5lib
- /* 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) 输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* MDFile (char *) 输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* hmac_md5(char* text, char* key) 输入任意一个字符串text,和一个用做密钥
MD5_1
- C语言编写的MD5函数,有界面操作,对文件或者字符串用MD5算法,进行处理-MD5 function written in C language, there are interface operation, the file or string using the MD5 algorithm for processing
md5
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR Ge
Linux-programming-ideas
- 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
facebook-folly
- Folly是Facebook的一个开源C++11组件库,提供了类似Boost库和std库的功能,包括散列、字符串、向量、内存分配、位处理等,满足大规模高性能的需求。-Folly is an open source Facebook C++11 component library, similar to the Boost libraries and std library functions, including hash, string, vector, memory allocation,