搜索资源列表
C++file
- 关于C++类的简单练习,熟悉关于C++类的文件操作与数据流的过程-on simple exercises, to become familiar with the C file manipulation and data flow process
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
写log的一个类
- 写log文件的一个类,当然也可以用作记录适时数据使用。该类使用了临界区、事件、文件读写、线程等技术,是学习这些技术非常有参考价值的实例.-write the log file a class, of course, can also be used for recording time data access. The use of such a critical, events, document literacy, threading technology, learning technol
使用winsock进行文件传送.zip
- 使用MFC下的winsock写的一个文件传输程序,在windows2000、VC6.0下调试通过。,use of the protocols of MFC write a file transfer procedures in Solaris, under VC6.0 through debugging.
slnUsingFile
- File类应用实例,文件的打开、新建、移动、复制、删除-File type application examples, documents opened, new, move, copy, delete
file
- 在vc下,经常要读写文件,有些类好用但有限制,比如CFile用于mfc,这个代码不受任何限制-In vc, the often have to read and write documents, and some easy to use but restricted category, such as CFile for mfc, this code without any restrictions
file
- 基础应用类程序 开发一个框架式的应用程序,简单快捷的开发方式-Application of basic categories of procedures for the development of a framework-based applications, the development of fast and easy way
vb_Excel
- 可以创建一个简单的Excel工作簿( BIFF8格式) ,而不必安装Microsoft Excel。它支持多个工作表,标签,数字,日期,空白单元格,并支持公式。包括支持打印设置,线条,色彩,图案,文字对齐,行高,隐藏行,列的宽度,合并单元格,数量和日期格式,旋转和堆叠文字,密码保护等见试验项目提供如何使用类。-This class will create a simple Excel Workbook(BIFF8 format) without having copy of Microsoft
IniProcessor
- 用Java实现的INI文件处理的类, 弥补Java API中缺少INI文件处理的缺陷-an Ini file processor implemented by java
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
CLogClass
- 一个简单的日志类,用于应用程序中把产生的错误或者异常操作写入到日志文件中。-A simple log-type for application errors or the abnormal operation to write to the log file.
FILE
- 在类的基础上实现字符流文件的读写,希望对大家有用-In the category based on the flow of documents to read and write characters
length-varible-record-file-library
- 代码实现的是一个可变长记录文件的类库,用于通过调用相应的API,可以往文件里加入长度不限的记录,功能类似一个简单的数据库。同时这个是一个数据库的课程设计-this code is writed to implemented a library for length-variable record file system and also a solution for curricular design of data structure
File
- 多种方法的文件读写包括C的OPENFILE,c++的流读写FILE类等-many way to read/write file
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
FILE-CLASS
- Microsoft Visual Studio 6.0 二进制文件操作类,仅供大家参考-good good very good
file-operations
- 设计一个Person类,从键盘输入每个人的姓名、身份证号、年龄、地址等数据,并将每个人的信息保存在当前目录下的二进制文件person.dat中,然后将文件中的个人信息读出来,保存在vector类型的向量中并显示。-Design a Person class, each person' s name from the keyboard input, ID number, age, address and other data, and each person' s informatio
random-file
- 某雇员类Employee有编号、姓名、年龄、工资等数据成员。在当前路径下设计一个随机文件employee.dat保存各雇员的各项数据,并能够实现对指定数据的修改和显示。-Employee number, name, age, salary of an employee class data members. Current path design a the random file employee.dat save the data for each employee, and to be a
Ftp-file
- 这个是一个FTP的客户端的文件的上传和下载的类,类中提供了2个接口,一个是上传的接口,一个是下载的接口。我在网上看了很多源码,都有问题,这是我自己测试过的,里面包含一个测试用例。使用的时候下载一个SERV-U FTP的服务器软件,可以安装在本机,也可以安装在虚拟机上。这样就可以模拟远程服务器的环境了。添加用户名和密码,关于怎么具体的去设置FTP服务器你百度一下,如果不能上传和下载文件,看你的FTP是否允许用户上传和下载,即用户权限设置对不对。-FTP C# file upload and dow
ini-File-Access-class
- Windows程序使用INI文件保存配置信息,本代码包是一个封装好的C++ INI文件操作类,非常好用-Windows uses the INI file to save the configuration information, the code package is a good package C++ INI file manipulation class, very easy to use
