登录
首页 » Visual C++ » RWExcel

RWExcel

于 2010-04-22 发布 文件大小:96KB
0 212
下载积分: 1 下载次数: 1

代码说明:

说明:  使用Visual C++操作excel(创建并读写excel表格的内容)(Using Visual C++ operators excel (excel form to create and write the content))

文件列表:

RWExcel\AutoFont.cpp
RWExcel\AutoFont.h
RWExcel\Demo.xls
RWExcel\HyperLink.cpp
RWExcel\HyperLink.h
RWExcel\PictureEx.cpp
RWExcel\PictureEx.h
RWExcel\ReadMe.txt
RWExcel\res\ButtonsWin3000.bmp
RWExcel\res\Flag.gif
RWExcel\res\RWExcel.ico
RWExcel\res\RWExcel.rc2
RWExcel\Resource.h
RWExcel\RWExcel.clw
RWExcel\RWExcel.cpp
RWExcel\RWExcel.dsp
RWExcel\RWExcel.dsw
RWExcel\RWExcel.exe
RWExcel\RWExcel.h
RWExcel\RWExcel.ncb
RWExcel\RWExcel.opt
RWExcel\RWExcel.plg
RWExcel\RWExcel.rc
RWExcel\RWExcelDlg.cpp
RWExcel\RWExcelDlg.h
RWExcel\StdAfx.cpp
RWExcel\StdAfx.h
RWExcel\WBButton.cpp
RWExcel\WBButton.h
RWExcel\Debug
RWExcel\res
RWExcel

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • decoder
    用C++是实现的码长为900的BCH码解码程序(本程序用visual studio运行,若用其他软件,可能要修改一下头文件)(The use C++ achieve a code length of 900 BCH code decoding process)
    2020-06-29 21:20:02下载
    积分:1
  • blwj
    一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!(traverse a document folder example, the source code has been revised to facilitate the call!)
    2006-11-13 11:29:31下载
    积分:1
  • vc-excel
    说明:  可以新建excel,打开已存在excel,向excel读写数据,关闭、保存excel.(Can create a new excel, open an existing excel, read and write data to excel, close, save excel.)
    2011-04-02 16:06:25下载
    积分:1
  • 读写EXECL表内容
    一个有借鉴意义的EXCEL格式读写操作的实例。(A reference to the EXCEL format reading and writing operations examples.)
    2017-08-17 23:05:17下载
    积分:1
  • cpp
    首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件(First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tree and Huffman encoding, and, of course, this is according to ASCII code to convert characters to the binary, then realize the prefix encoding, and then the encoded using binary stream into the corresponding files )
    2013-12-01 14:18:04下载
    积分:1
  • student
    内有详细说明文件,鉴于个人水平有限可能有错误敬请谅解(There are detailed description of a document, in view of the limited personal level there may be an error after updating)
    2007-12-16 16:44:52下载
    积分:1
  • FileFindThread
    本程序是关于文件操作的源码,实现了用多线程技术递归查找文件的方法来遍历每一个文件和文件夹(The program is operating on the source file to achieve with multi-threading approach to find files recursively through every file and folder)
    2011-06-07 15:21:26下载
    积分:1
  • aeasysystemforjournal
    一个简单又高效的日志系统 本文给出一个性能高,使用简单的日志解决方案。本模块实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽。(A simple and effective logging system In this paper, a high-performance, using a simple log solution. The module to achieve volume of information to write the log files, from time to time automatically flush to a file, write to the file log level can be dynamically adjusted, a single log file size can be configured, cycling on the log file is written, this will not cause the machine space is the log File exhausted.)
    2009-09-17 21:14:06下载
    积分:1
  • DebugScissor
    我想很多程序员都遇到这种情况:新建了很多工程,编译后生成了很多的Debug、Release,想删除的时候一个个文件夹打开,删除,太累啦~~~!!不删又占空间!!我也“深受其害”,今天实在无法忍受了,写个程序,自动删,呵呵。 使用时把它放在你想清理的文件夹里面,运行后它会自动搜索子文件夹,直到完成,使用时请小心,它看见Debug、release就删,呵呵,所以如果不想删除,就不要用这个名字啊!! 主要用了一些文件操作和文件夹操作(I think many programmers have experienced this situation: a lot of new projects has become a much later compiler Debug, Release, would like to delete a folder when opened, deleted, tired啦~ ~ ~! ! Do not cut and space! ! I also " suffer" , this really could not bear, and write a program to automatically delete, huh, huh. Put it in when you want to clean up inside the folder, it will automatically run the search sub-folders until completed, when used with care, it is to see Debug, release on the cut, huh, huh, so if you do not want to delete, do not use name ah! !)
    2009-05-08 20:40:06下载
    积分: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
  • 696516资源总数
  • 106648会员总数
  • 8今日下载