登录
首页 » 数据结构 » 非常经典和数据库连接管理程序

非常经典和数据库连接管理程序

于 2022-08-18 发布 文件大小:457.78 kB
0 81
下载积分: 2 下载次数: 1

代码说明:

很精典的与数据库连接的管理程序-very classic and the database connection management process

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

发表评论

0 个回复

  • aviation shortest path detection, call VB D
    航空最短路径探测,VB调用D-aviation shortest path detection, call VB D
    2022-01-25 18:02:49下载
    积分:1
  • VB房地产销售管理系统(Access),比较实用
    VB房地产售楼管理系统(Access),比较实用-VB real estate sales management system (Access), more practical
    2022-05-23 10:03:58下载
    积分:1
  • 世上最全C源码,从基础语法到图书管理系统,应有尽有,你值得拥有
    第一部分  基础篇   001  第一个C程序 002  运行多个源文件 003  求整数之积 004  比较实数大小 005  字符的输出 006  显示变量所占字节数 007  自增/自减运算 008  数列求和 009  乘法口诀表 010  猜数字游戏 011  模拟ATM(自动柜员机)界面 012  用一维数组统计学生成绩 013  用二维数组实现矩阵转置 014  求解二维数组的最大/最小元素 015  利用数组求前n个质数 016  编制万年历 017  对数组元素排序 018  任意进制数的转换 019  判断回文数 020  求数组前n元素之和 021  求解钢材切割的最佳订单 022  通过指针比较整数大小 023  指向数组的指针 024  寻找指定元素的指针 025  寻找相同元素的指针 026  阿拉伯数字转换为罗马数字 027  字符替换 028  从键盘读入实数 029  字符行排版 030  字符排列 031  判断字符串是否回文 032  通讯录的输入输出 033  扑克牌的结构表示 034  用“结构”统计学生成绩 035  报数游戏 036  模拟社会关系 037
    2022-04-27 18:03:30下载
    积分:1
  • 编程求两个一元多项式的乘积。 输入   输入为两行,分别表示两个一元多项式。每个一元多项式以指递增的顺序输入多项式各项的系(整)、指(...
    编程求两个一元多项式的乘积。 输入   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:,,, 输出   以指数递增的顺序输出乘积: ,,,   零多项式的输出格式为:,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
    2023-04-13 09:30:03下载
    积分:1
  • sentinel examples of the data structure
    数据结构的sentinel示例
    2022-06-19 21:10:35下载
    积分:1
  • Through Object
    通过面向对象的对象-关系映射持久化技术,将一对多以及多对多的数据保存到数据库中并提供查询修改等功能。-Through Object-Oriented Object- Relational Mapping Persistence technology, one-to-many and many-to-many data is saved to the database and to provide features such as query modification.
    2023-03-02 20:25:03下载
    积分:1
  • 系统主要由考勤机和考勤软件两部分组成,考勤机集成了发卡机、读写器、和传输卡,可以脱离微机单独使用,其大容量、高可靠性的存储能力,足以应付人众多的单位使用;...
    系统主要由考勤机和考勤软件两部分组成,考勤机集成了发卡机、读写器、和数据传输卡,可以脱离微机单独使用,其大容量、高可靠性的存储能力,足以应付人数众多的单位使用;高度集成、功能强大的考勤软件让原本枯燥、繁琐的考勤管理变得轻松、愉快 -System primarily by attendance and attendance software is composed of two parts, attendance card issuing machine integrates machine, reader, and data cards from the computer can be used independently, its large capacity, high reliability, storage capacity, sufficient to meet the large number of the use of the units highly integrated and powerful time and attendance software allows the original boring, tedious attendance management becomes easy, pleasant
    2022-01-26 05:10:42下载
    积分:1
  • Oracle BerkeleyDB(Oracle内嵌库,没有提供Borland C++Builder编译版本),该源码把BerkeleyDB 4.5.20的...
    Oracle BerkeleyDB(Oracle内嵌数据库,没有提供Borland C++Builder编译版本),该源码把BerkeleyDB 4.5.20的Visual C++ 2005的代码移植到Borland C++Builder上编译,生成静态库,可以在Borland C++Builder中进行开发使用. 工程文件路径为: db-4.5.20uild_windowsLibdb45BCB.bpr 编译后生成静态库为: Libdb45BCB.lib-Oracle BerkeleyDB (Oracle embedded database failed to provide Borland C Builder version), The source put BerkeleyDB 4.5.20 2005 Visual C code transplant Bo Identical compiled C Builder, generate static libraries, in Borland C Builder for development use. paper trails for the project : db- 4.5.20 build_windows Libdb45BCB.bpr compiler After generating static libraries : Libdb45BCB.lib
    2022-07-22 09:54:39下载
    积分:1
  • 课程设计,一个简单的银行业务模拟.在c++环境下调试通过.
    数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
    2022-03-19 05:20:54下载
    积分:1
  • 该压缩文件中包含了图论当中的一些重要算法,包括前序中序和后序遍历、最小二叉树、DFS、BFS以及拓扑排序。...
    该压缩文件中包含了图论当中的一些重要算法,包括前序中序和后序遍历、最小二叉树、DFS、BFS以及拓扑排序。-The compressed file contains a graph theory among a number of important algorithms, including the former order in the order and postorder traversal, the smallest binary tree, DFS, BFS, and topological sort.
    2022-09-25 04:30:03下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载