-
ExcelFormat_src
C++中对EXCEL的操作,包含绝大部分EXCEL的功能,如单元格格式操作等。(There has been the C++ project BasicExcel for quite some years now. It is very useful to read and write Excel sheets in .xls format. However, it contains only very basic functionality. There are missing features like text formatting using fonts, and display formats and formulas are not yet supported. This article covers this additional functionality. The new, derived project ExcelFormat is based on the old BasicExcel code, and just adds what I was missing for my own needs. If you want to see where I am using the new library, you can look at the Export functions of Service Manager and Uninstall Manager.)
- 2020-07-09 17:48:55下载
- 积分:1
-
info
说明: 日常工作中用于拆分文件中数据和统计工作量的小程序(Daily work for the Resolution of the document the workload of data and statistics applets)
- 2008-08-27 21:26:56下载
- 积分:1
-
shi
这个类似文件搜索的非WINDOWS编程.如果对于你们有帮助也是好事(The non-WINDOWS similar documents search program if help is good for you)
- 2011-07-23 12:58:41下载
- 积分:1
-
VBAutoCopy
软件的安装非常简单,一路点击下一步完成即可。启动后,默认下以最小化方式显示在任务栏上,单击图标显示快捷菜单,单击“显示主界面”命令打开程序主窗口,这里不支持双击操作。另外,通过Ctrl+Alt+U组合键可以调出主窗口。(U disk porter written in VB)
- 2011-09-20 10:26:11下载
- 积分:1
-
FilesRecover
以前写的文件删除恢复软件代码发出来,希望能对大家有帮助,源码比较乱,也没时间整理,源码sdk写的,vc6.0编译通过,win7、xp测试通过。支持fat32和ntfs文件系统的文件删除恢复
(Write files deleted recovery software code issued to hope that it can help, chaotic source, there is no time to sort out, source sdk write, vc6.0 compiled through win7, xp test by. Support fat32 and ntfs file system file deletion recovery)
- 2012-10-28 16:11:24下载
- 积分:1
-
vbopenwords
VB批量打开WORD文件,注意可以多选,然后打开选中的Word文档。(VB batch open WORD documents, attention can be selected, and then open the selected Word document.)
- 2013-06-10 17:15:26下载
- 积分:1
-
BlindSpot
能进行简单的文件捆绑,但是操作有点不方便()
- 2007-10-14 18:56:30下载
- 积分:1
-
deletefile
自动检测文件夹,如果超出所定日期,则删除文件夹。(Automatic detection folder, if you exceed the given date, then delete the folder.)
- 2011-11-29 09:56:15下载
- 积分:1
-
VC-filemon
监控文件操作源码 监控文件操作源码 监控文件操作源码
监控文件操作源码 监控文件操作源码 监控文件操作源码
监控文件操作源码 (my filemon source
my filemon source
my filemon source)
- 2013-12-24 16:48:59下载
- 积分:1
-
tinyxml
说明: timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。
TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.
XML stands for "eXtensible Markup Language." It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a "to do" list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.(timyXML is a simple xml analytical tools, of course, you must be the xml standard. TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.XML stands for eXtensible Markup Language. It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a to do list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.)
- 2008-09-11 09:26:03下载
- 积分:1