-
数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。...
数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the classic problem of data structure algorithms.
- 2022-03-31 07:20:49下载
- 积分:1
-
link list code
在计算机科学中,链表是;
- 2023-04-30 06:10:02下载
- 积分:1
-
各个数据库的分页算法,看起来还是很有用的,所以拿出来分享给大家!...
各个数据库的分页算法,看起来还是很有用的,所以拿出来分享给大家!-Paging algorithm for each database, it seems it is useful, so come to share for everyone!
- 2022-01-25 22:10:05下载
- 积分:1
-
orders for the system, information for the management of orders
该系统为订单系统,用于管理订单信息-orders for the system, information for the management of orders
- 2023-06-05 20:30:03下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
医院管理系统
这段代码被针对医院管理通过与 oracle 采用 vb6.0 做为一个后端服务器。它保持像医生详细信息、 病人的细节、 登录和注销应用程序。
- 2022-03-11 10:36:26下载
- 积分:1
-
网吧管理系统
一个网吧管理系统-an Internet cafe management system
- 2022-07-08 01:06:54下载
- 积分:1
-
以邻接矩阵作为图的存储结构,根据键盘输入创建图,并深度优先、广度优先遍历该图...
以邻接矩阵作为图的存储结构,根据键盘输入创建图,并深度优先、广度优先遍历该图-matrix as to the adjacent storage structure of the plan, according to the keyboard input to create map and depth of priority, breadth priority traversal of the plan
- 2022-11-07 21:25:03下载
- 积分:1
-
C数据结构 第七章 树
C数据结构 第七章 树-C data structures Chapter VII of the tr
- 2022-07-03 05:03:28下载
- 积分:1
-
数据结构往年试题及答案
数据结构往年试题及答案-Data structure in previous years questions and answers
- 2022-02-10 09:42:14下载
- 积分:1