登录
首页 » Visual C++ » ODBC-Excel-cPP

ODBC-Excel-cPP

于 2013-12-03 发布 文件大小:2409KB
0 240
下载积分: 1 下载次数: 8

代码说明:

  直接通过ODBC读写Excel表格文件!!!!!!!!!!!!!!!!!1(Directly read and write Excel spreadsheet files through ODBC)

文件列表:

直接通过ODBC读写Excel表格文件
.............................\直接通过ODBC读写Excel表格文件
.............................\.............................\www.cnzz.cn
.............................\.............................\...........\Debug
.............................\.............................\...........\.....\ReadExcel.exe,110688,2005-05-31
.............................\.............................\...........\.....\ReadExcel.ilk,253704,2005-05-31
.............................\.............................\...........\.....\ReadExcel.obj,14172,2005-05-31
.............................\.............................\...........\.....\ReadExcel.pch,5720492,2005-05-31
.............................\.............................\...........\.....\ReadExcel.pdb,336896,2005-05-31
.............................\.............................\...........\.....\ReadExcel.res,2224,2005-05-31
.............................\.............................\...........\.....\ReadExcel.xls,13824,2005-05-31
.............................\.............................\...........\.....\ReadExcel2.xls,20480,2005-05-31
.............................\.............................\...........\.....\ReadExcelDlg.obj,30060,2005-05-31
.............................\.............................\...........\.....\StdAfx.obj,107611,2005-05-31
.............................\.............................\...........\.....\vc60.idb,214016,2005-06-02
.............................\.............................\...........\.....\vc60.pdb,364544,2005-05-31
.............................\.............................\...........\F1Book1.xls,12169,2005-05-31
.............................\.............................\...........\ReadExcel.aps,34948,2005-05-31
.............................\.............................\...........\ReadExcel.cpp,1536,1999-05-08
.............................\.............................\...........\ReadExcel.dsp,4239,1999-05-08
.............................\.............................\...........\ReadExcel.dsw,569,1999-05-08
.............................\.............................\...........\ReadExcel.h,1245,1999-05-08
.............................\.............................\...........\ReadExcel.ncb,50176,2005-06-02
.............................\.............................\...........\ReadExcel.opt,48640,2005-06-02
.............................\.............................\...........\ReadExcel.plg,1766,2005-05-31
.............................\.............................\...........\ReadExcel.rc,5001,2005-05-31
.............................\.............................\...........\ReadExcel.xls,13824,2005-05-31
.............................\.............................\...........\ReadExcelDlg.cpp,7776,2005-05-31
.............................\.............................\...........\ReadExcelDlg.h,1389,1999-05-08
.............................\.............................\...........\res
.............................\.............................\...........\...\db1.mdb,98304,2005-05-30

.............................\.............................\...........\...\ReadExcel.rc2,425,1999-05-08
.............................\.............................\...........\resource.h,595,1999-05-08
.............................\.............................\...........\StdAfx.cpp,213,1999-05-08
.............................\.............................\...........\StdAfx.h,1134,1999-05-08
.............................\.............................\使用说明.CHM,50118,2004-11-30

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

发表评论

0 个回复

  • GridSample
    VC非常好的表格控件。初学Beginners must see者必看,很经典的。(VC a very good form control...Beginners must seeBeginners must see)
    2018-08-31 13:41:42下载
    积分:1
  • LimitlessRemote
    手机无线控制电脑...............(my English is poor)
    2015-10-17 13:31:52下载
    积分:1
  • WAVE音频辑源代码
    WAVE音频编辑,支持、复制/剪切/删除/粘贴操作;支持 SP/SPS/SSP/SPSP 播放模式,可把选定的音频数据独立保存为文件,可快/慢速播放,显示波形,可录音。(WAVE audio editing, support, copy/shear/delete/paste operations; Support SP/SPS/SSP/SPSP player mode can be selected to preserve the audio data for the paper, can be fast/slow playback, display waveforms Recordable.)
    2005-07-18 11:32:39下载
    积分:1
  • 111
    说明:  实时视频传输有很大的实用价值,对采集到的原始视频信息进行压缩编码,获取己编码视频流是实现实时视频传输和QoS研究的关键。(Real-time video transmission are of great practical value of collected information for the original video coding, video streaming access to their own code is to achieve real-time video transmission and the key QoS.)
    2009-08-01 11:04:37下载
    积分:1
  • (tanh)-LDPCPAR
    基于802.16e 协议标准的LDPC码编码解码方法,采用C语言,码率,迭代次数可变(Protocol standard based on 802.16e LDPC code encoding and decoding method using C language, bit rate, variable number of iterations)
    2011-07-04 16:33:36下载
    积分:1
  • cqnsole
    VLD支持排查特定线程的泄漏,所有线程的泄漏,在特定的阶段启用泄漏检查,安装完成后,即可启用内存泄漏检测了(VLD supports troubleshooting leaks from specific threads, leaks from all threads, and leak checking is enabled at a specific stage, and memory leak detection is enabled when the installation is complete)
    2018-09-29 14:31:09下载
    积分:1
  • POP3_EXAMPLE
    Pop3客户端接收信件的整个流程: 1。连接到pop3服务器(默认端口110) 2。发送用户名(user) 3。发送密码(pass) 4。查询当前邮箱状态(stat) 5。查询服务器上所有邮件UID列表(UIDL) 6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的) 7。对所有新邮件查询其大小(LIST) 8。下载所有新邮件(RETR)利用List提供的邮件大小信息 9。如果有必要,对所有新邮件标志为删除(DELE) 10。结束对话(QUIT) 11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
    2021-01-03 19:38:55下载
    积分:1
  • ronghe-suanfa
    数据融合算法,对多数据和复杂数据处理具有较好效果,多数据采集推荐使用(Data fusion algorithm, for multi-data and complex data processing has a good effect, multi-data collection recommended)
    2017-04-30 19:52:33下载
    积分:1
  • ex5_3
    VC ++面向对象编程和可视化程序第5章3(VC++ object-oriented programming and visualization program Chapter V)
    2016-05-30 11:15:01下载
    积分:1
  • KinectAnd3DMax
    说明:  Kinect 控制3DMAX应用 可是实现扑捉人体动作(But to achieve application control 3DMAX Kinect capture human motion)
    2011-03-22 16:26:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载