-
宾馆酒店管理系统
宾馆酒店管理系统
- 2022-07-01 20:23:16下载
- 积分:1
-
B+树实现源码,JAVA语言,数据库索引技术
B+树实现源码,JAVA语言,数据库索引技术-B+ Tree source, Java language, database indexing technology
- 2022-10-19 16:40:03下载
- 积分:1
-
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前...
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前、中、后、层次遍历和相关的操作。另外,可以树形显示这棵树的信息。-Some properties are mainly binary operation. Including reproduction, empty, to strike a tree height, the number of elements in the tree get root node, the father node, all the ancestors, the left son, right son, insert the left son, right son, to find an element, and the former , during and after, hierarchical traversal and related operations. In addition, you can display tree tree information.
- 2022-11-05 05:15:02下载
- 积分:1
-
Data structure of the dynamics of regulatory law, given the same part of the two...
数据结构里的动态规化法,给出两个字符串的相同部分。-Data structure of the dynamics of regulatory law, given the same part of the two strings.
- 2022-04-12 05:33:21下载
- 积分:1
-
Text format documents matching brackets. Matching algorithm uses the stack to ac...
实现文本格式文件中的括号匹配.
匹配算法采用堆栈来实现.
文件读取异常还需完善的人性化一些-Text format documents matching brackets. Matching algorithm uses the stack to achieve. Paper anomaly needs to be well-read human nature of some `` ``
- 2022-10-14 17:20:03下载
- 积分:1
-
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平...
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平均时间复杂度: O(nlogn)
-HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree structure, such as i the parent node for its children, 2i, and 2i+ 1. Among them, the big top of a pile of the parent node greater than two children on average time complexity of algorithm: O (nlogn)
- 2022-07-11 06:36:53下载
- 积分:1
-
银行排队系统仿真
假设银行只有一个窗口(排一个队),客户到达时间间隔服从均值为200秒的指数分布,客户在窗口接受服务
的时间服从均值为300秒的指数分布。设计排队模拟系统,在进行了100人服务后,输出平均到达间隔、平均
等待时间、平均服务时间以及平均停留时间。
- 2022-01-24 19:08:32下载
- 积分:1
-
主要介绍了如何使用SQL语言编写高效简洁的数据库编程语句,提高数据库编程思想...
主要介绍了如何使用SQL语言编写高效简洁的数据库编程语句,提高数据库编程思想-Introduces how to use the SQL language simple and efficient database programming language, database programming to improve thinking
- 2022-03-13 08:18:47下载
- 积分:1
-
least squares curve fitting classic algorithms, the number of tests done, just c...
最小二乘法曲线拟合的经典算法,做过特征数检验,只需调用fit,文件中其他函数被fit调用,其中个输入输出变量均以给出详细说明。-least squares curve fitting classic algorithms, the number of tests done, just call fit, the paper other function to be fit Call, 000 input and output variables were presented in detail.
- 2022-08-24 02:39:13下载
- 积分:1
-
eight Queen's text interface issues
八皇后问题 文本界面-eight Queen"s text interface issues
- 2022-12-06 01:50:03下载
- 积分:1