搜索资源列表
CPP
- 该代码实现了压缩文件的读和写的功能,代码简洁,容易使人理解,而且是基于VC++6.0控制台的应用程序。-The code implements a compressed file read and write functions, the code is simple, easy to make people understand, and is based on the application of VC++6.0 console.
Sqam-CPP-Matlab
- 在c++中调用matlab编译产生的动态连接库实例-c++ call Matlab‘functions
ReadFile_And_WriteFile-Demo(VS2013)
- 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c