登录
首页 » 数据结构 » DataSet导Excel表

DataSet导Excel表

于 2023-01-18 发布 文件大小:2.14 kB
0 67
下载积分: 2 下载次数: 1

代码说明:

Delphi 写的 DataSet 导出为Excel 类,不用第三方控件,从CReoprt中切出来,又加工的。

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

发表评论

0 个回复

  • 一个VB写的UDP协议的C/S模式的服务程序
    一个VB写的UDP协议的C/S模式的服务程序-a VB UDP written in C/S mode service procedures
    2022-03-18 06:08:34下载
    积分:1
  • C#精简ERP系统(源码)
    一款用C#编写的精简ERP系统,帮你了解ERP系统和C#开发的方法
    2022-02-18 14:05:12下载
    积分:1
  • 组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对...
    从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用. 算法平均时间复杂度: O(nlogn) -Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the array to be divided, the first part is less than P, the latter part of the final division is greater than p. Department store p , and then were divided into the first part and the latter part of recursive calls. algorithm the average time complexity: O (nlogn)
    2022-03-12 12:50:19下载
    积分:1
  • 两列双向链表相同值查询设计: 实现内容:建两个双向链表,能够根第一个链表中的值查询在第二个链表中的相同值的位置...
    两列双向链表相同值查询设计: 实现内容:构建两个双向链表,能够根据第一个链表中的值查询在第二个链表中的相同值的位置-2 bi-directional value chain the same query design: the realization of content: To construct two two-way linked list, according to the first list of values query in the second list value in the same position
    2023-01-08 11:20:03下载
    积分:1
  • 红黑树――一种的可视化画法
    红黑树――一种数据结构的可视化画法-RED-BLACK TREE-- A data structure visualization method of painting
    2023-02-24 18:20:03下载
    积分:1
  • 10名海盗抢得了窖藏的100块金子,并打算瓜分 这些战利品。这是一些讲民主的海盗(当然是他们自己特有的民主),他们的习惯 是按下面的方式进行分配:最...
    10名海盗抢得了窖藏的100块金子,并打算瓜分 这些战利品。这是一些讲民主的海盗(当然是他们自己特有的民主),他们的习惯 是按下面的方式进行分配:最厉害的一名海盗提出分配方案,然后所有的海盗(包 括提出方案者本人)就此方案进行表决。如果50%或更多的海盗赞同此方案,此方 案就获得通过并据此分配战利品。否则提出方案的海盗将被扔到海里,然后下提名 最厉害的海盗又重复上述过程-10 pirates seize a cache of 100 gold, and plan to divide up these spoils of war. This is the democracy of some pirates (of course it was their own unique democracy), their habits are based on the following manner allocation : one of the most powerful pirate proposed distribution plan, and then all the pirates (including the proposal himself) on this program for a vote. If 50% or more of the pirates agreed to this program, this program was adopted and on the allocation of spoils of war. Otherwise, the proposals will be pirates thrown into the sea, and then nominate the most serious piracy repeated this process
    2023-06-24 15:35:03下载
    积分:1
  • 紧凑型房
    小巧的天气预报实时显示系统,采用GDI+技术开发,实现了基本且简单的功能,能在图片上实时显示温度/气温等天气预报情况,并能进行数据的维护更新。小巧的天气预报实时显示系统,采用GDI+技术开发,实现了基本且简单的功能,能在图片上实时显示温度/气温等天气预报情况,并能进行数据的维护更新。-compact real-time weather display system using GDI technology development, achieve the basic and simple functions, in real-time pictures show that the temperature/weather conditions such as temperature, and for the maintenance and update of data. The compact, real-time weather system, using GDI technology development, achieve the basic and simple functions, in real-time pictures show that the temperature/weather conditions such as temperature, and for the maintenance and update of data.
    2022-01-27 21:00:08下载
    积分:1
  • single Chain method, a very simple procedure, but it is a must to beginners
    单链表的实现方法,很简单的程序,但是是入门者的必经之路-single Chain method, a very simple procedure, but it is a must to beginners
    2022-03-26 05:10:11下载
    积分:1
  • 一元稀疏多项式计算器的基本功能是: (1)输入并建立多项式; (2)输出多项式,输出形式为整序列:n,c1,e1,c2,e2,….,cn,en,...
    一元稀疏多项式计算器的基本功能是: (1)输入并建立多项式; (2)输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,….,cn,en, 其中n是多项式的项数,ci和ei分别是第I项的系数和指数,序列按照指数降序排列; (3)多项式a和b相加,建立多项式a+b (4)多项式a和b相减,建立多项式a-b.-Sparse Polynomial calculator a dollar a basic function is to: (1) input and the establishment of polynomials (2) the output polynomial, the output sequence of the form of an integer: n, c1, e1, c2, e2, ...., Cn , en, in which n is the number of polynomial, ci and ei, respectively, is the first I of the coefficient and index, sequence in accordance with the index in descending order (3) polynomials a and b are added together to establish polynomial A2B ! b (4) polynomials a and b-phase reduction, the establishment of polynomial ab.
    2022-07-02 13:56:33下载
    积分:1
  • 加油站管理系统
    1.Src目录 加油站管理系统的源代码,是用VisualC++6开发; 2.Bin目录 加油站管理系统的可执行程序; 3.Database目录 加油站管理系统所用到的数据库,运行加油站管理系统之前请先使用SQL Server 2000的查询分析器创建此数据库。在SQL SERVER2000的查询分析器中打开sql目录中的"加油站管理系统数据库.txt"文件,全选所有代码后按下F5运行创建运行本程序所需要的数据库。具体请参考书中《4.2.1节 分析、执行SQL语句》。 4.创建数据库后默认的登陆用户可以是:账号1,密码999。 5.运行程序前需要在SQL SERVER2000的企业管理器中将用户sa的密码设置为空。选择《企业管理器》中的《安全性》中的《登录》,双击sa设置
    2022-10-09 17:55:03下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 70今日下载