搜索资源列表
lessonprocess
- 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。 -named pipe full advan
ReadFile
- 用c语言实现读取配置文件. 书写比较规范,比较好!-c language used to read configuration files. Writing relatively standardized, relatively good!
huanchong
- 用三种方式进行文件缓存的操作,并通过比较平均时间来了解文件缓存的工作原理,涉及的主要API函数有CreateFile,ReadFile和WriteFile,GetOverlappedResult函数
huancun
- 用三种方式进行文件缓存的操作,并通过比较平均时间来了解文件缓存的工作原理,涉及的主要API函数有CreateFile,ReadFile和WriteFile,GetOverlappedResult函数
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Readfile
- 对文件读写,解决了在读写过程中产生乱码问题-File read and write, read and write process to solve the problem of garbled
readfile
- delphi拖拉读取文件,响应拖拉事件读取文件信息-delphi drag to read the file, and respond to drag events to read the file information
ReadFile
- 读取文件的小程序,SDK+VS2008写的-Applet to read files, SDK+ VS2008 written
ReadFile
- 读取文件中的内容,是一个非常实用的小程序.-Read file
readfile.tar
- 读取文件,将文件中所有的内容一次性写入内存.减少IO读取次数-write all the contents of file to memory at once
ReadFile
- C语言读写linux下文件,及进行文件解析-C language to read and write files under linux
5-readfile-NIMS
- 用c语言读取数据