登录
首页 » 数据结构 » delphi中使用ADO的源代码

delphi中使用ADO的源代码

于 2022-06-27 发布 文件大小:391.64 kB
0 179
下载积分: 2 下载次数: 1

代码说明:

delphi中使用ADO的源代码-use of the source code for ADO

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

发表评论

0 个回复

  • 在长
    在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. Cyclic Redundancy Check (Cyclic Redundancy Check/Code) is to block transmission of data over a check out, is a highly efficient error control methods.
    2022-05-28 22:54:07下载
    积分:1
  • <;算法& gt介绍;算法实现大部分的第二版…
    第二版大部分算法实现. 1. 各类排序和顺序统计学相关 2. 数据结构 2.1 基本数据结构 2.2 散列表 2.3 二叉查找树 2.4 红黑树 2.5 数据结构基于红黑树的扩张 3. 高级涉及和分析技术 3.1 动态规划相关 3.2 贪心算法相关 3.3 用于不相交集合的数据结构 4. 部分图算法.- Algorithms realize most of the second edition of .1. All kinds of sorting and order statistics related to 2. Data Structure 2.1 Basic Data Structure 2.2 Hash Table 2.3 Binary search Tree 2.5 Tree 2.4 red and black red and black tree-based data structure the expansion of 3. High and analytical techniques involving dynamic programming related 3.1 Greedy Algorithm 3.2 for the relevant 3.3 Disjoint Set Data Structure 4. part of Fig algorithm.
    2022-06-03 02:46:24下载
    积分:1
  • 基于C、c++排序大全
    //希尔排序void ShellSort(int r[], int n){ int i; int d; int j;    for (d=n/2; d>=1; d=d/2)            //以增量为d进行直接插入排序 {     for (i=d+1; i0 &am
    2022-03-05 10:56:55下载
    积分:1
  • ORACLE库的很好的PPT教程,希望对大家有所帮助
    ORACLE数据库的很好的PPT教程,希望对大家有所帮助-ORACLE database PPT excellent tutorial we want to help
    2022-07-15 06:55:30下载
    积分:1
  • 赫夫曼树(课设)
    通过输入一串英文(权值)来构建赫夫曼树,并在当前目录下打印赫夫曼图像
    2023-06-20 23:05:05下载
    积分:1
  • 作者对ADO进行封装并演示了它的使用
    作者对ADO进行封装并演示了它的使用-writer for Packaging and demonstrated its use
    2022-02-25 21:12:53下载
    积分:1
  • VFP Guide example, the program from the standpoint of beginners, involving the e...
    VFP指南示例,本程序从初学者的角度出发,涉及建立数据库、修改基本的加法操作、如何设计菜单(包括快捷菜单)、工具和类应用程序;还有应用程序,如SQL语句、语句标号设计和动画制作等内容很简单;直到一个完整的编译过程最终成功,包括VFP程序设计的大部分内容
    2022-08-22 08:13:57下载
    积分:1
  • using Windows API, including how to control the menu display and hidden menu ite...
    使用windowsapi,包括如何控制菜单的显示和隐藏菜单项
    2022-09-10 09:40:02下载
    积分:1
  • DELPHI+ACCESS 客户关系管理
    DELPHI+ACCESS 客户关系管理-DELPHI+ ACCESS Customer Relationship Management
    2023-02-22 03:50:03下载
    积分:1
  • 大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时...
    大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。计划的表格格式自行设计-University of each professional should prepare teaching plans. The assumption that any professional have fixed the length of each school year with two semesters each semester and the length of time equal to the credit limit are. Every professional courses are opened to determine, and the creation of curriculum time arrangements must meet pre relations. Each course is the pre-established relationship, can have any more doors, there will be no. Each course just one semester. Tests in the circumstances set up a teaching program procedures. Three basic requirements : (1) : input parameters : total semester, a semester"s credit ceiling for each class courses, credits, direct relationship prevocational courses,. (2) : N
    2022-03-03 12:58:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载