▍1. File_BinaryToText
实现二进制文件到文本文件的转换,提供目录选择,输出文件目录选择(To achieve binary file to a text file conversion)
实现二进制文件到文本文件的转换,提供目录选择,输出文件目录选择(To achieve binary file to a text file conversion)
让电脑中的全部文件,瞬间隐藏起来。可以保护电脑安全,其中调用了AIP函数,也有参考意义。(Let the computer all the files, and instantly hidden. To protect computer security, which calls the AIP function, but also reference value.)
这个类似文件搜索的非WINDOWS编程.如果对于你们有帮助也是好事(The non-WINDOWS similar documents search program if help is good for you)
我的比对两个Excel文件中存在的重复记录的程序(My Find duplicate records in the Excel program)
批量重命名WORD文档小程序,采用Apeche poi(Batch rename WORD document applet, using Apeche poi)
本程序是关于文件操作的源码,实现了用多线程技术递归查找文件的方法来遍历每一个文件和文件夹(The program is operating on the source file to achieve with multi-threading approach to find files recursively through every file and folder)
本程序是关于文件的操作源码,用于像ini文件中写入数据(This program is operating on the source file for write data as the ini file)
labview报表写入,能顺利的写入和读出EXCEL的值(labview baobiao)
解决vc++6.0与visio不兼容的问题,如安装Visio之后,vc++6.0“打开”出错,不能添加文件等。(Vc++6.0 with visio solution is not compatible issues, such as after installing Visio, vc++6.0 " open" error, can not add files.)
拷贝文件到目标目录,实现程序文件的备份,并且写入日志文件,还可以设置成windows任务自动执行(Copy files to the target directory, to achieve the backup program files, and write log files, windows can also be set to automatically perform the task)
能够精确得到物理磁盘序列号,获取磁盘的大小与对应分区个数,区分是usb还是和本地硬盘(Can accurately be physical disk serial number, get the size of the disk partition and the corresponding number, and the distinction between a local hard disk or usb)
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)
读取文本文档,并显示在控件中,要长要长要长要长要长(Read the text document, and displays in the control, longer longer longer longer longer)
说明: vc++ 6.0 读写excel文件例程,非常好(read an write excel file use vc++ 6.0)
说明: 打开一篇word文档,保存到数据库的某个字段中,实现word文档保存(Open a word document, save to the database in a field, save the document to achieve word)
说明: WORD是文字处理软件,我们在日常处理一些文字时经常遇到一些问题,如:各种公式的录入,尽管Word都提供了“公式编辑器”,但其插入的却是“对象”,有时排版会感觉不方便,而且也不适合大量、重复的公式录入。 根据经验,只要在Word中善于使用“域”,并结合Windows的“剪贴板”,就能快速、方便、简捷地录入各种公式。 要使用域,我们必须知道什么是域?域是一种特殊代码,用来指导WORD在文档中自动插入文字、图形、页码和其他资料。我们在日常文字处理中经常遇到一些简单域,只是没有引起我们的注意,域相当于文档中可能发生变化的数据或邮件合并文档中套用信函、标签中的占位符。 域有三种类型:结果域、行为域和标记域。结果域是以插入信息的方法在文档中产生结果;行为域是对文档做一些操作但不插入可见的文本;标记域既不产生结果也不发生行为。 域的组成:结果域通常是由域代码域结果组成。(Use of word domain)
说明: 可以新建excel,打开已存在excel,向excel读写数据,关闭、保存excel.(Can create a new excel, open an existing excel, read and write data to excel, close, save excel.)