2014年4月21日
摘要: #include"stdafx.h"#include #define DATALEN 56#define KEY_SIZE 8typedef struct _RECORD { TCHAR key[KEY_SIZE]; TCHAR data[DATALEN];} RECORD;#define RECS... 阅读全文
posted @ 2014-04-21 17:56 上海—Michael 阅读(373) 评论(0) 推荐(0)