-
饭店住房管理服务系统(C#.NET)
饭店住房管理服务系统(C#.NET)-hotel housing management system (C#.NET)
- 2022-06-02 12:54:59下载
- 积分:1
-
数据结构中的AVL TREE的实现
数据结构中的AVL TREE的实现-data structure of the realization of AVL TREE
- 2022-03-14 23:10:35下载
- 积分:1
-
图论中二分图匹配求最佳匹配的KM算法,用c实现,简单易懂
图论中二分图匹配求最佳匹配的KM算法,用c实现,简单易懂-Graph Theory in the bipartite graph matching the best match for KM algorithm, with c realize, easy-to-read
- 2022-09-24 04:50:02下载
- 积分:1
-
VC++ 家庭理财软件
家庭理财系统的课题简介如下:随着社会的发展进步,个人和家庭无论收入还是支出的种类越来越多,越来越复杂,所谓好记性不如烂笔头,使用管理软件来管理家庭财务的信息也正逐步成为众多个人和家庭的需求,家庭理财 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-19 08:36:54下载
- 积分:1
-
本程序用邻接矩阵实现图的深度优先遍历 图的广度优先遍历
本程序用邻接矩阵实现图的深度优先遍历 图的广度优先遍历-the procedures used adjacency matrix of the plan is to achieve depth-first traversal of the plan breadth priority Ergodic
- 2022-02-21 20:41:40下载
- 积分:1
-
考勤系统
系统功能简介
针对原考勤系统存在的缺点,新系统开发具有如下功能:
1. 支持CTR-2000II 和 ID-AS2000两种电脑考勤仪,且卡号为5位;
2. 工号最在长度为10位,实际使用长度可由用户自已决定;
3. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 08:36:15下载
- 积分:1
-
Siemens and computer communication procedures, including source code description...
西门子与计算机通讯程序包括源代码 程序说明 控件 及控件使用手册
使用西门子prodave 控件
这是第一版-Siemens and computer communication procedures, including source code description of the procedures for the use of manual controls and controls the use of Siemens controls prodave This is the first edition of
- 2022-02-01 07:59:14下载
- 积分:1
-
基于C语言的各种典型排序算法:插入排序,气泡排序,希尔排序,快速排序,选择排序。可以用VC直接编译运行。...
基于C语言的各种典型排序算法:插入排序,气泡排序,希尔排序,快速排序,选择排序。可以用VC直接编译运行。-Based on the C language provides a variety of sorting algorithms: insertion sort, bubble sort, Shell sort, quick sort, selection sort. VC can be directly translated to run.
- 2022-01-24 09:36:26下载
- 积分:1
-
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh...
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置
[输出]
若二叉树不空,按先序序列输出,求出所求位置的结点
[存储结构]
采用二叉表存储
[算法的基本思想]
采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点
#include
#include
struct node{
char info
struct node*llink,*rlink
}
typedef struct node NODE
-2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build t
- 2022-06-02 16:30:44下载
- 积分:1
-
图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!...
图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such as the shortest path to map the way! VC interface!
- 2023-05-10 17:40:03下载
- 积分:1