08 2015 档案
摘要:#define _CRT_SECURE_NO_WARNINGS #include #include #include typedef struct Node{ int data; struct Node *next;}SLIST;SLIST *SList_Create(); //创建链...
阅读全文
摘要:/********************************************************* * des.h * 用户使用des算法头文件 * *********************************************************/#i...
阅读全文
摘要:#ifndef __CFG_OP_H__#define __CFG_OP_H__#ifdef __cplusplusextern "C" {#endif//获取配置项int GetCfgItem(char *pFileName /*in*/, char *pKey /*in*/, char * p...
阅读全文