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

ODBC-Excel-cPP

于 2013-12-03 发布 文件大小:2409KB
0 244
下载积分: 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 个回复

  • PF_scheduling
    针对M2M海量业务在LTE-A调度中的新算法改进,用Matlab测试其丢包率、时延以及系统吞吐量.Pf算法的对比部分(Simulation process, the improved algorithm that compares with the classical algorithm, through the simulation data system latency, packet loss probability of the system as well as a comparative analysis system throughput, improved assessment of the correctness and performance of the algorithm.)
    2014-05-05 12:14:32下载
    积分:1
  • 032116
    系统根据进程给出的标识符,找到相应的套接口结构,可以(According to the identifier given by the process, the system finds the corresponding socket structure, and can)
    2019-04-23 19:26:20下载
    积分:1
  • DSound_demo
    基于DirectSound的声音播放器。本实例将介绍使用DirecSound技术编写的声音播放器,DirecSound编程技术在多媒体编程中需要经常用到。(DirectSound-based audio player. This example describes the preparation technique using DirecSound sound player, DirecSound programming technique often used in multimedia programming needs.)
    2013-12-18 13:39:19下载
    积分:1
  • book423
    GIS尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。(gis liucheng duoduo liucheng duoduo)
    2009-04-23 12:47:12下载
    积分:1
  • third-chapter-of-cPP-primer
    第三章c++primer 课后习题答案,纯自己手写,欢迎大家来一起学习(Chapter III c++primer after-school exercise answers, pure own handwriting, welcome to learn together)
    2015-07-21 15:20:31下载
    积分:1
  • ntservicecpl
    用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;(create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCpl : console is a procedure used to control NTService services; The remaining two were : NTService : is a simple Win32 service, which is described in this paper with the method; NTServCtrl : one is independent the procedure)
    2005-05-06 22:54:00下载
    积分:1
  • asd
    WO YIJING CHUAN GUO LE A S
    2011-02-12 14:13:09下载
    积分:1
  • Program-controlled_voltage_and_current_sources
    通过单片机按键选择输出信号类型及要求输出量,在LED显示器件上指示信号类型及设定数值.系统工作电源±15V , ±5V 。恒流电流输出0.0~8.0mA, 负载电阻≤500Ω。3. 稳压电压输出0.0~5.0V,电流负载能力≤100mA.电压及电流输出在充许负载范围内误差小于5%FS。电压及电流输出须共用一个输出正端, 输出负端为地。输出电压及电流设定精确到二位十进制数。 (Through Singlechip button to choose the type and requirements of the output signal output, in the LED display on the instructions of the signal type and set the value. System power supply ± 15V, ± 5V. Constant current output 0.0 ~ 8.0mA, the load resistance ≤ 500Ω. 3. Regulator output voltage 0.0 ~ 5.0V, current load capacity ≤ 100mA. Voltage and current output in the framework allow the load error is less than 5 FS. Output voltage and current output is required to share a client, the output of negative side for the land. Output voltage and current settings accurate to two decimal number.)
    2008-04-27 12:47:49下载
    积分:1
  • lyvd_point
    B curve left key point, right end vevr good(Curve B left key point, right end vevr good)
    2017-05-09 15:10:32下载
    积分:1
  • vb模拟进调度
    说明:  vb模拟进程调度.rar 是学生学习操作系统的页面存储的课程实验习题. 做的教完善, 值得借鉴.(vb modeling process scheduling. Rar Students learn the operating system stored pages Experimental Exercise. So the perfect, is worth learning from.)
    2005-12-04 10:27:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载