-
一个简单的minisql,能实现sql语句的基本功能,创建、查询和删除,创建索引等...
一个简单的minisql,能实现sql语句的基本功能,创建、查询和删除,创建索引等-a simple minisql, sql statement to achieve the basic functions to create, search and delete, create indexing
- 2022-03-31 05:45:08下载
- 积分:1
-
图的深度优先遍利 图的深度优先搜寻法 有注释
图的深度优先遍利 图的深度优先搜寻法 有注释-Fig times the depth of Victoria map priority depth-first search method has the Notes
- 2022-05-09 14:33:18下载
- 积分:1
-
提供了用c++编写的图的数据结构及相关的算法,非常不错的,...
提供了用c++编写的图的数据结构及相关的算法,非常不错的,-Provided by c++ Prepared map data structure and related algorithms, very good,
- 2022-12-19 21:30:03下载
- 积分:1
-
面试经常遇到的大数相乘问题,代码简洁易懂
面试经常遇到的大数相乘问题,代码简洁易懂-Interviews are often encountered in large numbers multiply problems, the code easier to understand
- 2022-11-10 09:15:03下载
- 积分:1
-
create a binary tree using preorder before the establishment of a tree. transmis...
创建一棵二叉树,采用前序遍历的方法建立一棵树,传递的参数为一个指向结点的指针的指针,目的是为了解决传值的问题,输入@符号的时候,表示一棵子树结束线索化二叉树,寻找当前结点的后继结点,寻找当前结点的前驱结点,中序遍历
-create a binary tree using preorder before the establishment of a tree. transmission parameters of a point to the node pointer, the purpose is to solve the problem of traditional values, the importation of the @ symbol, said the end of a tree-binary tree of clues to find the current node"s successor nodes, for the current node precursor nodes, China preorder
- 2023-02-13 17:50:04下载
- 积分:1
-
Simulation Bank Queue System, the parent process is responsible for scheduling,...
模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-Simulation Bank Queue System, the parent process is responsible for scheduling, sub-process is responsible for receiving clients, print customer number, call customer to the appropriate window and customer service.
- 2022-01-25 15:59:30下载
- 积分:1
-
create binary tree, and to achieve binary tree before the sequence, sequence rec...
创建二叉树,并实现二叉树前序、中序递归遍历算法和二叉树的后序非递归遍历-create binary tree, and to achieve binary tree before the sequence, sequence recursive traversal of a binary tree algorithm and after non- recursive traversal sequence
- 2022-11-23 15:30:04下载
- 积分:1
-
数据结构,队列,医院预约看病程序
应用背景在较复杂的数据处理过程中,通常需要保存多个临时产生的数据,如果先产生的数据先进行处理,那么需要用队列来保存这些数据。关键技术看病,采用先到先看的原则,由于人数的不确定性,这里采用一个带节点的单链表作为队列的存储结构。
- 2022-07-11 01:14:36下载
- 积分:1
-
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。...
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations between the priority), specific details can be read source.
- 2023-02-02 19:30:03下载
- 积分:1
-
数据结构单链表的实现,包含链表元素的删除,查找,插入
数据结构单链表的实现,包含链表元素的删除,查找,插入-single linked list data structure to achieve List contains elements delete, retrieve, insert
- 2022-07-27 15:47:15下载
- 积分:1