-
嵌入式数据库支持传统的客户机/服务器应用程序
伯克利DB(libdb)是一种编程工具,提供了嵌入式数据库支持传统的和客户端/服务器应用程序。它包括B+树,队列,线性散列,固定,可变长度记录的访问方法,交易,锁定,测井,共享内存缓存,数据库恢复,和高可用系统复制。DB支持C,C++,Java,PHP,C++ #,和Perl API。它支持关键值对(NoSQL),SQL,及Java对象格式化数据。它可用于各种各样的UNIX平台以及QNX,Android,MAC OS X,和几个品种的Windows伯克利DB(libdb)是一种编程工具,提供了嵌入式数据库支持传统的和客户端/服务器应用程序。它包括B+树,队列,线性散列,固定,可变长度记录的访问方法,交易,锁定,测井,共享内存缓存,数据库恢复,和高可用系统复制。DB支持C,C++,Java,PHP,C++ #,和Perl API。它支持关键值对(NoSQL),SQL,及Java对象格式化数据。它可用于各种各样的UNIX平台以及QNX,Android,MAC OS X和Windows的几个品种,
- 2022-04-23 17:20:35下载
- 积分:1
-
Java数据结构与算法》中的源代码和applet.rar
Java数据结构与算法》中的源代码和applet.rar-Java data structures and algorithms "of the source code and applet.rar
- 2022-02-14 11:36:40下载
- 积分:1
-
餐厅点菜系统
程序介绍:
主要功能 系统管理 前台管理 后台管理
系统管理 用户登录及修改
前台管理 餐桌状态 更换餐桌 结账 合并结账等
后台管理 配菜系统 厨房做菜 库存管理 添加菜单 菜信息
技术
WebService .Net Framework Compact编程
数据库
开发工具
VS2005
Oracle 10G 数据库(这里给出SQL脚本 DataBak文件夹中,里面用到了存储过程,游标等大多部的技术,可以参考)
- 2022-05-29 08:16:11下载
- 积分:1
-
利用三元组完成距阵的基本运算,包括加法,减法,乘法.数据结构实习题目...
利用三元组完成距阵的基本运算,包括加法,减法,乘法.数据结构实习题目-using ternary Group completed the basic matrix operations, including addition, subtraction, multiplication. Internship topic data structure
- 2022-03-20 19:41:17下载
- 积分:1
-
postgresql7.4.6 Linux
PostgreSQL7.4.6 for Linux
- 2022-08-26 10:38:16下载
- 积分:1
-
简单的迷宫算法,数据结构操作,迷宫是一组
简单的迷宫算法,数据结构作业,迷宫是自己设定的-Simple maze algorithm, data structure operations, the maze is a set of
- 2022-04-01 10:01:42下载
- 积分:1
-
在顺序存储结构上,采用顺序查找算法,直接插入排序算法等算法查找一关键字,输出查找结果...
在顺序存储结构上,采用顺序查找算法,直接插入排序算法等算法查找一关键字,输出查找结果-In the sequential storage structure, using the sequential search algorithm, sorting algorithm directly into the search for a keyword such as algorithms, the output search results
- 2022-02-04 13:48:57下载
- 积分:1
-
1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。
2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。
3 求图的...
1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。
2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。
3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!)
-Create a storage structure of a given graph from the adjacency list and adjacency matrix are two ways to choose a store. Two pairs of maps created by the depth and breadth-first search traversal, given the culmination of the process of traversal sequence. 3 order to map the minimum spanning tree, according to the order of the output side of the sequence structure. (Both methods require!)
- 2022-12-16 12:05:03下载
- 积分:1
-
本人收集的一些数据结构经典算法实现,感觉还不错
本人收集的一些数据结构经典算法实现,感觉还不错-shu ju jie gou jing dian suan fa shi xian
- 2022-08-25 10:21:12下载
- 积分:1
-
描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client)
目...
描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client)
目的:
1,使用C++的数据类型;
2,实现所有声明的函数;
3,使用预处理器实现包含。-Description:This assessment requires the creation of three of the core classes of the auction project. Class Date, class Advertisement, and class Client are three of the fundamental classes in the system.
Outcomes: Students successfully completing this assignment would master the following outcomes.
Use fundamental C++ data types
Produce C++ class implementations given class declarations
Use the preprocessor to perform file inclusion
- 2022-02-01 12:00:05下载
- 积分:1