03 2015 档案

摘要:/*Level tow point have three cache model*/#include #include int Print(char**pArr);int Print02(char**pArr,int num);int GetMem(char***thirdModel,int len... 阅读全文
posted @ 2015-03-30 21:04 mingyueruya 阅读(203) 评论(0) 推荐(0)
摘要:环境:vs2013语言:C语言时间:2015年3月10日功能:实现二进制文件的读写实例#define _CRT_SECURE_NO_WARNINGS#include #include #define FILENAME "d:/studentInfo"#define COUNT 5typedef st... 阅读全文
posted @ 2015-03-10 22:05 mingyueruya 阅读(322) 评论(0) 推荐(0)