摘要:
#define _CRT_SECURE_NO_WARNINGS #include #include #include typedef struct Node{ int data; struct Node *next;}SLIST;SLIST *SList_Create(); //创建链... 阅读全文
posted @ 2015-08-29 18:13
无天666
阅读(312)
评论(0)
推荐(0)
摘要:
/********************************************************* * des.h * 用户使用des算法头文件 * *********************************************************/#i... 阅读全文
posted @ 2015-08-29 00:36
无天666
阅读(3315)
评论(0)
推荐(1)