登录
首页 » 数据结构 » 封装了数据库的基本操作,再也不用为写esql的程序烦恼了,很方便

封装了数据库的基本操作,再也不用为写esql的程序烦恼了,很方便

于 2022-07-20 发布 文件大小:10.69 kB
0 191
下载积分: 2 下载次数: 1

代码说明:

封装了数据库的基本操作,再也不用为写esql的程序烦恼了,很方便-package of the basic operation of the database, no longer have to write esql procedures trouble. Very convenient

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

发表评论

0 个回复

  • 快速 c + + xml 解析器
    这是一个魅力 xml c + + 解析器,如果您需要 xpath,请下载我的其他来源 (快速 c + + xpath 语法分析器).in 代码 xmltest,这测试解析器,向您展示如何使用解析器。
    2022-03-02 03:10:41下载
    积分:1
  • ACCESS2000密码查看器用来查找忘记了密码的ACCESS97、2000、XP库文件的密码,功能较上一版本有较大提高,本软件仅供个人使用,请勿用于非法用...
    ACCESS2000密码查看器用来查找忘记了密码的ACCESS97、2000、XP数据库文件的密码,功能较上一版本有较大提高,本软件仅供个人使用,请勿用于非法用途。-Password Viewer ACCESS2000 Forgot your password used to search the ACCESS97, 2000, XP password database file, the functional than the previous version has greatly improved, the software for personal use only, not for illegal purposes.
    2022-11-18 18:30:03下载
    积分:1
  • 家谱管理系统
    家谱管理系统    任务:实现具有下列功能的家谱管理系统 功能要求: 1). 输入文件以存放最初家谱中各成员的信息,成员的信息中均应包含以下内容: 姓名、出生日期、婚否、地址、健在否、死亡日期(若其已死亡),也可附加其它信息、但不是必需的。 2). 实现数据的存盘和读盘。 3). 以图形方式显示家谱。 4). 显示第n 代所有人的信息。 5). 按照姓名查询,输出成员信息(包括其本人、父亲、孩子的信息)。 6). 按照出生日期查询成员名单。 7). 输入两人姓名,确定其关系。 8). 某成员添加孩子。 9). 删除某成员(若其还有后代,则一并删除)。 10).修改某成员信息。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-21 03:00:19下载
    积分:1
  • 本文档容括了C(C++)所有算法,分为值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DF...
    本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorithm, sorting algorithm, high-precision algorithms, tree traversal, binary conversion, the whole arrangement and combination of generation, search algorithm, greedy , backtracking framework, DFS framework, BFS framework, data structure-correlation algorithm. And examples of source
    2022-01-26 03:58:31下载
    积分:1
  • 清华大学类实现的乙
    清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University class data structure to achieve the B-tree, the design of a B-tree four bands, including : (a) the leaves of each record should include 4-byte (long) key code value and 60 gigabytes of data fields (document storage, etc., can be set), set up each leaf store five records, and internal nodes is the key code value/means against. In addition, each node should have the same point under a layer of the target node, the node storage key code number; (2) The B-tree four bands should support the insertion, deletion and with the given key code value accurate retrieval and key codes scope retrieval; (3) Display (Print ) This four bands B-tree growth (including the deletion of nodes) process examples;
    2022-01-21 19:44:41下载
    积分:1
  • Prim algorithm using minimum spanning tree of the experimental procedures used i...
    用prim算法实验最小生成树 本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树 定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。 定义二维数组g[ ][ ]来建立无向图的邻接矩阵。 -Prim algorithm using minimum spanning tree of the experimental procedures used in function adjg (), this function is through the acceptance of input points and edges, the establishment of a directed graph. Function of prg () used to calculate and output undirected graph of adjacency matrix. Function prim () is used PRIM Algorithm to find the undirected graph of the minimum spanning tree array defines two lowcost [max], closest [max], if it joined the U of k vertices, then the lowcost [k] = 0. The definition of two-dimensional array g [] [] to create a undirected graph of adjacency matrix.
    2022-03-16 20:21:07下载
    积分:1
  • 我写的小程序是关于排序算法的,功能比较全
    我写的数据结构小程序是关于排序算法的,功能比较全-The little procedure of data structure that I wrote is about arranging in an order the algorithm, the function is more complete
    2022-02-14 18:01:22下载
    积分:1
  • 用perl写的Oracle管理工具
    用perl写的Oracle管理工具- Oracle management tool writes which with perl
    2022-02-01 09:26:47下载
    积分:1
  • 统计后生成图表,适用于报表等,简单实用!
    数据统计后生成图表,适用于报表等,简单实用!-data generated graphics, applicable to such statements, simple and practical!
    2023-01-03 05:30:08下载
    积分:1
  • 一个octree algorithm 的实现CQuantizer.
    一个octree algorithm 的实现CQuantizer.-The octree algorithm realize a CQuantizer.
    2022-03-13 18:00:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载