联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 文件操作(481) 

[文件操作] 6

编程序利用fread()函数和fwrite()函数向磁盘文件进行读写操作,先用fwrite()函数向文件f1写入小写字母,再调用dx()函数读取该文件,将其中的小写字母转换成大写字母并输出,这两个函数用于二进制数据的读写。
Programmed use fread () function and fwrite () function to read and write operations to the disk file, first with fwrite () function writes to the file lowercase letters f1, then call dx () function to read the document, which will be lowercase letters uppercase letters and output, two functions for reading and writing binary data. (2016-02-10, Visual C++, 33KB, 下载0次)

http://www.pudn.com/Download/item/id/1455033989993773.html

[文件操作] c-Sharp-excel-read-and-save

c#的 excel读取和保存: 利用Microsoft.Office.Interop.Excel实现读取excel文件内容到datatable中,在返回去保存到excel内。解决编程读取excel中数据和保存的问题
c# excel read and save the: use Microsoft.Office.Interop.Excel to read excel file contents to datatable, and in return to save the excel. Read excel data to solve programming problems and save (2014-04-23, C#, 172KB, 下载23次)

http://www.pudn.com/Download/item/id/2520432.html

[文件操作] State

本软件的功能: 1、将一些列EXCEL文档中指定单元格的内容读取到一个WORD模板文件,并自动保存为WORD文件; 2、编程环境Visual Studio 2010 C#; 3、由于工作需要,作者没有提供作者的WORD模板和待处理的EXCEL源文件。 本软件可能对编程者的帮助在于: 1、C#下WORD的打开、保存、读取操作; 2、C#下EXCEL的打开、保存、读取操作; 3、文件的搜索操作; 4、软件按转包的制作。
The software features: 1, the number of columns specified in EXCEL cell reads the document content into a WORD template file and automatically save it as a WORD document 2, the programming environment Visual Studio 2010 C# 3, due to operational needs, the authors did not provide the author s WORD EXCEL templates and source files to be processed. The software may help programmers that: 1, C# under WORD open, save, read operations 2, C# under EXCEL to open, save, read operations 3, the search operation of the document 4, the software according to subcontract production. (2013-12-11, C#, 1422KB, 下载7次)

http://www.pudn.com/Download/item/id/2423552.html

[文件操作] file

使用流文件形式存储log日志,日志为随机生成数字串,通过新建来添加,可显示全部log日志,可按时间查询显示日志文件。支持多线程查找,是学习系统编程的好材料。
Stream files stored in the form of log log log randomly generated string of numbers, new to add, display all log log query and display the log file can be time. Find support multithreading, the learning system programming material. (2013-08-04, Visual C++, 402KB, 下载2次)

http://www.pudn.com/Download/item/id/2322476.html

[文件操作] ConnectExcel

C#使用Microsoft.Jet.OLEDB.4.0方式访问数据库,C#直接操作读写Excel文件,这个应用也是非常实用的,许多时候我们,我们使用微软的平台编程,有必要利用微软平台的优势
C# using Microsoft.Jet.OLEDB.4.0 way to access the database, C# directly manipulate read and write Excel files, this application is very useful, in many cases, we use Microsoft platform programming, it is necessary to take advantage of the Microsoft platform (2013-05-13, C#, 26KB, 下载7次)

http://www.pudn.com/Download/item/id/2241170.html

[文件操作] readini

VB读取ini文件的操作实例,选择要读取的INI文件名称,直接读取INI文件的内容,现在编写程序,一般都采用INI文件来做配置文件,既方便又不占用资源,因此掌握INI文件的读取对VisualBasic编程是相当有帮助的。
VB operation instance to read ini file, select the name of the INI file to read directly read the contents of the INI file, program, generally INI file to do the configuration files, neither convenient nor resource, so mastered INI the file read VisualBasic programming is quite helpful. (2013-01-15, Visual Basic, 3KB, 下载9次)

http://www.pudn.com/Download/item/id/2117768.html

[文件操作] Getmyfile

读取文件的动态链接库,它能够帮助读者读取二进制文件里的数据,以用来处理,可以采取混合混合编程。
it is dll which can get the data from a file.it can help people who are not familiar with the VC.so it is a very important dll.it is dll which can get the data from a file.it can help people who are not familiar with the VC.so it is a very important dll. (2012-11-19, Visual C++, 41KB, 下载8次)

http://www.pudn.com/Download/item/id/2053041.html

[文件操作] OperateFile

VC++拷贝、删除和移动文件的演示,呵,虽然很简单,但是很基础 ,每一个VC的编程高手都是从这里学起的,不要小看它简单,当初本人也研究了两天呢
VC++ copy, delete and move files in the demo, oh, although very simple, but very basic, every VC is a master of programming by learning from here, do not underestimate it simple, I had also studied it for two days (2011-04-25, Visual C++, 20KB, 下载63次)

http://www.pudn.com/Download/item/id/1506089.html

[文件操作] BookMan

将各科知识以笔记的形式整理到计算机中,使学习使用知识方便快捷。使用RichEdit控件,可以添加各种对象数据包。用到了多种编程技术,是初学mfc开发的vc程序员比较实用的参考资料。
The subjects in the form of knowledge to organize notes into the computer, making learning convenient and efficient use of knowledge. Using the RichEdit control, you can add a variety of object data packets. Used in a variety of programming, is developed vc mfc beginner programmers are useful reference. (2011-04-10, Visual C++, 212KB, 下载5次)

http://www.pudn.com/Download/item/id/1485561.html

[文件操作] Excel_to_VB1

通过VISUAL BASIC底层编程模块 API打开EXCEL数据表,并将其中的数据读入VB中,进行数据处理。实现VB和EXCEL 之间的数据交换
VISUAL BASIC programming model through low-level API to open EXCEL data sheet, and one of the data read into the VB, the data processing. VB and EXCEL to achieve the data exchange between (2010-04-07, Visual Basic, 3KB, 下载15次)

http://www.pudn.com/Download/item/id/1115210.html

[文件操作] csharpword

C#生成文本为Word格式的文件,需要Office的编程组件,主要是以下几个,请事先准备好,在Office2003版本以上都会有此组件,需要自定义安装:   Interop.Microsoft.Office.Core.dll   Interop.VBIDE.dll   Interop.Word.dll
C# to generate text for the Word format file needs to Office programming components, mainly the following, please prepared in advance, in the Office2003 version of the above will have this component requires a custom installation: Interop.Microsoft.Office.Core. dll Interop.VBIDE.dll Interop.Word.dll (2010-03-24, Visual C++, 213KB, 下载6次)

http://www.pudn.com/Download/item/id/1097950.html

[文件操作] DiscardFirstBytes_v2.0

编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接拖东文件更方便
discard the first byte from a source file,this new editon,you can drap source file and not to select source file s path (2009-12-22, Visual C++, 215KB, 下载28次)

http://www.pudn.com/Download/item/id/1013904.html

[文件操作] zhenfengzhuang

编程实现帧封装。帧封装只是在数据的头和尾上加特定的二进制数据,可以直接用读写二进制文件的方式读出来,然后把该加的头尾写进去就行了。
Programming frame package. Encapsulated only in the data frame the head and tail add a specific binary data, you can read and write binary files directly read out the way and then the beginning and end of the added inclusion of opinions on line. (2009-12-14, Visual C++, 2KB, 下载67次)

http://www.pudn.com/Download/item/id/1004980.html

[文件操作] IconSnapSrc

VC++编写的一个EXE图标抓取精灵,可以当作我们编程的一个小具,如果你看到某些程序的图标很漂亮,那么这个工具可以帮助您轻松的将图标提取出来,非常方便,而且程序小巧,代码可供学习。
VC++ to prepare a crawl EXE icon wizard, can be used as a small program we have, if you see some of the procedures is very beautiful icon, then this tool can help you easily extract icon very convenient, and compact program code for the study. (2009-07-17, Visual C++, 46KB, 下载16次)

http://www.pudn.com/Download/item/id/847709.html

[文件操作] ReadFile_inVC

VC文件读取: 刚开始学习VC,也不知道从何下手,可能最想做的就是将一个文件读入内存中来。说起来就是那么简单一句话:读取文件!可是真正编程序的时候又不知道怎么办了?
VC document read: just started to learn VC, do not know where to start, may be the most want to do is to read a file to memory. It is as simple as to say a word: read the file! But when the real-programmed not know how to do it? (2009-01-28, Visual C++, 2KB, 下载29次)

http://www.pudn.com/Download/item/id/635793.html

[文件操作] SSFile

Office文档、QQ消息记录MSGEx.db等都是复合文档格式。其结构比较复杂。利用本程序可以方便地查看、增加、删除其内容。外国网站下载。搜集:beautyearth@163.com。编程语言:VC6.0。
Office documents, QQ news records are MSGEx.db Compound Document format. Its structure is rather complicated. The use of this procedure can easily view, add, delete its contents. A foreign website. Collected: beautyearth@163.com. Programming Language: VC6.0. (2008-09-16, Visual C++, 73KB, 下载125次)

http://www.pudn.com/Download/item/id/546818.html

[文件操作] VaToOffsetSrc

PE文件外壳查询工具,功能类似PEid软件,带有VA及Offset换算~ 通过学习这个软件的源码,你会对PE文件格式有进一步的了解。希望它能够给你在学习PE文件格式编程的过程中带来一些帮助。
PE file shell query tools, functions PEiD similar software, with VA and Offset conversion ~ Through the study of the software source code, you will have a PE file format for further understanding. I hope that it will give you PE file format in the learning process of programming bring some help. (2008-06-24, Delphi, 682KB, 下载51次)

http://www.pudn.com/Download/item/id/496574.html

[文件操作] DelVCTempFolders

本程序涉及文件夹及文件的遍历访问和处理,实现对VC工程编译中生成的Debug和Release文件夹的自动删除。对于喜欢编程的人来说,可以节省很多硬盘空间哦。
This procedure involved and documents folder traversal visits and treatment, to realize the project VC compiler generated Debug and Release folder automatically deleted. For people who like programming, you can save a lot of hard disk space Oh. (2007-08-13, Visual C++, 64KB, 下载14次)

http://www.pudn.com/Download/item/id/318561.html

[文件操作] splitor

完全使用标准 C++ 编写的文件分割合并程序。采用面向过程的编程风格,也就是俗称的 C 风格。希望各路高手踊跃发言,指出其不足之处,提出整改意见、方案等。
Completely using standard C++ Partition the documents prepared by the merging process. Process-oriented programming style, which is commonly known as the C style. Hope that each expert will speak up and point out the inadequacies of the views put forward reform, programs such as. (2007-08-07, Visual C++, 7KB, 下载24次)

http://www.pudn.com/Download/item/id/316424.html

[文件操作] zoomtest

将保存在TXT文件中的从图像中读出的整型图像数组以打点的方式显示,并拥有放大缩小漫游等功能。是学习文件读取,数组操作和图像编程的入门例子。
saved in TXT documents from the image read from a cosmetic image array to the RBI, with zooming and roaming capabilities. Learning to read documents, operation and the array of portal images programming examples. (2005-03-24, Visual C++, 76KB, 下载64次)

http://www.pudn.com/Download/item/id/1111646456583097.html