-
将DataGridView中内容导出到Word
Visual C# 2012 将数据生成Word表格文件,将DataGridView中内容导出到Word,这个程序的实现需要使用到几个Office编程库:Interop.Office.dll、Interop.VBIDE.dll、Interop.Word.dll。
实现步骤:实例化SqlConnection连接对象,创建数据库连接,SqlDataAdapter对象,填充DataSet对象,为DataGridView控件设置数据源。然后实例化Word文档对象,声明Word选区,建立Word对象,将数据生成Word表格文件,设置列宽,使用for循环输出列标题数据,最后输出控件中的记录。
- 2022-07-08 20:36:37下载
- 积分:1
-
Kmeans++源码C++实现
KmeansPLUSPLUS是Kmeans代码的改进版本,是一种聚类算法,用C++编写的,可直接运行
- 2023-06-14 22:35:24下载
- 积分:1
-
audio_ostream_demo
In this article I ll show you how to add Text-to-Speech (TTS) capabilities to your program.
You ll be able to do it with, essentially, 1 line of code, using the familiar standard ostream syntax.
- 2009-05-21 22:04:26下载
- 积分:1
-
WK2114-DS-CN-V010-2014-10-25
wk2114资料文档,便于开发时进行查询,并且进行学习(Wk2114 data file, which is easy to query and query when developing.)
- 2018-04-16 17:09:56下载
- 积分:1
-
cppmenu
用c++ 类累起来的简单菜单,对于做嵌入式开发的,gui来说,有一定参考价值。(use accrued up a simple menu, so for embedded development, gui, a certain reference value.)
- 2005-06-21 17:34:27下载
- 积分:1
-
DLP-Practical_solution
design Langauge Processor Prctical solution
- 2013-09-30 01:26:26下载
- 积分:1
-
C# 计算机图形学 基础 图形变换
C# 计算机图形学 基础 图形变换
实现基础的平移,旋转,缩放等功能。通过鼠标左右键确定所绘矩形。
窗体界面。欢迎交流
- 2023-07-04 14:15:03下载
- 积分:1
-
DoProcess
在VC环境下编写的对内存进行扫描的小程序。(In the VC environment prepared to scan the memory of small procedures.)
- 2008-05-13 12:01:02下载
- 积分:1
-
滑模控制的matlab程序
MATLAB仿真案例,滑膜控制MATLAB程序,基于比例切换控制,(Synovial control MATLAB program)
- 2018-05-27 16:15:59下载
- 积分:1
-
DES
以DES加密算法为例理解对称密码算法,用计算机模拟DES加密解密算法。
(DES encryption algorithm as an example to understand the symmetric cipher algorithm, using computer simulation DES encryption and decryption algorithms.)
- 2013-06-16 15:43:14下载
- 积分:1