登录
首页 » Visual C++ » ExcelTest_43403

ExcelTest_43403

于 2013-11-13 发布 文件大小:4581KB
0 274
下载积分: 1 下载次数: 10

代码说明:

  主要是VC操作Excel,包括数据保存为Excel,打开Excel(Mainly VC operation Excel, including data saved as Excel, open Excel)

文件列表:

ExcelTest
.........\ExeclEEEE
.........\.........\Debug
.........\.........\.....\excel9.obj,558740,2012-01-31
.........\.........\.....\exceltest.exe,217175,2012-01-31
.........\.........\.....\exceltest.ilk,465712,2012-01-31
.........\.........\.....\exceltest.obj,13844,2012-01-31
.........\.........\.....\exceltest.pch,6353464,2012-01-31
.........\.........\.....\exceltest.pdb,861184,2012-01-31
.........\.........\.....\exceltest.res,2744,2012-01-31
.........\.........\.....\exceltestDlg.obj,60590,2012-01-31
.........\.........\.....\StdAfx.obj,117039,2012-01-31
.........\.........\.....\vc60.idb,230400,2012-01-31
.........\.........\.....\vc60.pdb,487424,2012-01-31
.........\.........\excel9.cpp,147273,2004-05-28
.........\.........\excel9.h,39378,2004-05-28
.........\.........\exceltest.aps,35988,2012-01-31
.........\.........\exceltest.clw,1385,2012-01-31
.........\.........\exceltest.cpp,2203,2006-07-07
.........\.........\exceltest.dsp,4334,2006-07-07
.........\.........\exceltest.dsw,541,2006-07-07
.........\.........\exceltest.h,1357,2006-07-07
.........\.........\exceltest.ncb,214016,2012-01-31
.........\.........\exceltest.opt,48640,2012-01-31
.........\.........\exceltest.plg,719,2012-01-31
.........\.........\exceltest.rc,5623,2012-01-31
.........\.........\exceltestDlg.cpp,10827,2012-01-31
.........\.........\exceltestDlg.h,1500,2012-01-31
.........\.........\ReadMe.txt,3633,2006-07-07
.........\.........\res

.........\.........\...\exceltest.rc2,401,2006-07-07
.........\.........\resource.h,963,2012-01-31
.........\.........\StdAfx.cpp,211,2006-07-07
.........\.........\StdAfx.h,1075,2006-07-07
.........\myTest
.........\......\Debug
.........\......\.....\excel.obj,643579,2012-02-01
.........\......\.....\myTest.exe,233520,2012-02-01
.........\......\.....\myTest.ilk,521072,2012-02-01
.........\......\.....\myTest.obj,14558,2012-02-01
.........\......\.....\myTest.pch,5494424,2012-02-01
.........\......\.....\myTest.pdb,902144,2012-02-01
.........\......\.....\myTest.res,2916,2012-02-01
.........\......\.....\myTestDlg.obj,51689,2012-02-01
.........\......\.....\StdAfx.obj,105416,2012-02-01
.........\......\.....\vc60.idb,246784,2012-02-01
.........\......\.....\vc60.pdb,397312,2012-02-01
.........\......\excel.cpp,169489,2012-02-01
.........\......\excel.h,45240,2012-02-01
.........\......\myTest.aps,36024,2012-02-01
.........\......\myTest.clw,1528,2012-02-01
.........\......\myTest.cpp,2166,2012-02-01
.........\......\myTest.dsp,4309,2012-02-01
.........\......\myTest.dsw,535,2012-02-01
.........\......\myTest.h,1324,2012-02-01
.........\......\myTest.ncb,214016,2012-02-01
.........\......\myTest.opt,49664,2012-02-01
.........\......\myTest.plg,542,2012-02-01
.........\......\myTest.rc,5855,2012-02-01
.........\......\myTestDlg.cpp,9317,2012-02-01
.........\......\myTestDlg.h,1429,2012-02-01
.........\......\ReadMe.txt,3579,2012-02-01
.........\......\res

.........\......\...\myTest.rc2,398,2012-02-01
.........\......\Resource.h,1144,2012-02-01
.........\......\StdAfx.cpp,208,2012-02-01
.........\......\StdAfx.h,1054,2012-02-01
.........\......\test.xls,13824,2012-02-01

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

发表评论

0 个回复

  • Circle-to-teach-USB-(The-2-chapter)
    《圈圈教你玩USB》随书光盘(第2章) ( The circle USB teach you to play CD with the book (chapter second))
    2015-10-09 15:21:39下载
    积分:1
  • mcisendstring
    小眼使用VB API"mciSendString"制作功能强大的音乐播放控件,可以播放MP3,WAV,MID等格式的音乐。控件的属性和方法包括:播放,暂停,停止,获取总时长,获取当前播放进度,设置播放进度,设置音量大校可以以他为内核制作一个十分强大的播放器(Small eyes using VB API "mciSendString" making powerful music player controls, can play MP3, WAV, MID and other music formats. Properties and methods of control include: play, pause, stop, get the total length, get the current playback progress, set the playback progress, set the volume for the kernel colonel can make him a very powerful player)
    2014-05-15 11:16:45下载
    积分:1
  • BF609_Timer
    BF609 DSP定时器程序例程,初学者通过这个例程可以学会定时器的编程方法(BF609 DSP timer routine, beginners can learn through this routine Timer programming)
    2016-10-21 20:22:19下载
    积分:1
  • 2005091810100829727
    C#开发的文本编辑器(C# development of the text editor )
    2007-06-19 19:08:16下载
    积分:1
  • lesson-2
    C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。(Classical syntax and application of C++, class preparation and application of the constructor and destructor, function overloading, class inheritance, function coverage, the base class and the derived class constructor, destructor has invoked the order, how in the derived class The parameters passed to the constructor of the base class constructor, the this member variable of the insider type conversion, virtual functions and polymorphism, difference between reference and pointer variables in common. VC compiler theory and engineering process, the different classes in the project is split into the original file, and each class by one. H. Cpp file jointly, header files define the solution of the problem is repeated, cultivate good students programming habits, but also laid a good foundation for later analysis the MFC Appwizard generated engineering.)
    2012-08-26 00:37:01下载
    积分:1
  • cspdk
    微软CSP开发工具,学习CSP开发的好工具(CSP Microsoft development tools, learning a good tool for CSP development)
    2021-05-07 14:28:36下载
    积分:1
  • yuanma
    《矢量图形系统开发与编程》的书中源码陈建春编著(" Vector graphics system development and programming," the source book)
    2009-05-04 22:11:40下载
    积分:1
  • com
    VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 (VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial communication program, hoping to help a friend learn the serial port)
    2011-08-11 13:20:01下载
    积分:1
  • 178cdaima
    178个c语言学习例题,带源码!!有浅入深很不错的!(178 c language examples, with source code! ! Light into the deep!)
    2012-06-14 13:01:21下载
    积分:1
  • Particle Replacement
    EDEM离散元软件中颗粒替换与填充编程模版,可以套用!(This template can be used for the particle replacement and filling in EDEM discrete element software)
    2020-11-15 15:39:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载