09 2008 档案

摘要:vs2005使用通过: using System; using System.Collections.Generic; using System.Text; namespace Testsplit { class Program { static void Main(string[] args) { string ls_s... 阅读全文
posted @ 2008-09-06 21:49 StudyNLP 阅读(2850) 评论(0) 推荐(0)
摘要:说明 将一个文件映射对象映射到当前应用程序的地址空间。MapViewOfFileEx允许我们指定一个基本地址来进行映射 返回值 Long,文件映射在内存中的起始地址。零表示出错。会设置... 阅读全文
posted @ 2008-09-04 22:11 StudyNLP 阅读(1262) 评论(0) 推荐(0)