-
java程序实现的通俗易懂的二分查找的算法源代码
java程序实现的通俗易懂的二分查找的算法源代码-java program to achieve the user-friendly dichotomous search algorithm source code
- 2022-02-04 20:18:19下载
- 积分:1
-
音像制品销售管理 音像制品销售管理
音像制品销售管理 音像制品销售管理-Audio and video products audio and video products sales management sales management sales management audio and video products
- 2022-02-01 13:53:10下载
- 积分:1
-
数据库管理系统
我已经寄给这个网站的数据库管理系统项目。这是对每个数据库管理员非常有用谁对此工作。这一项目被实施使用 java 服务器 page(JSP)
- 2022-03-30 20:34:20下载
- 积分:1
-
车辆管理系统,不错
车辆管理系统,不错-Vehicle Management System, yes
- 2023-04-24 05:55:03下载
- 积分:1
-
simple database management system
简单数据库管理系统-simple database management system
- 2022-05-26 03:27:43下载
- 积分:1
-
求向量的欧式距离
求向量的欧式距离-vector for the Continental distance
- 2023-02-18 09:40:03下载
- 积分:1
-
Visual Basic development of the household income and expenditure management syst...
Visual Basic开发的 家庭收支管理系统后台数据库Acce-Visual Basic development of the household income and expenditure management systems background database Acce
- 2022-04-24 02:57:18下载
- 积分:1
-
should I do our school among a software, it is our resolve to schools such condi...
是我应我们学校学工部做的软件,其主要是解决想我们学校这样的条件--各个办公室之间还没有建立联网,而且学校分为两个校区(又不在一个城市).
因此,学工部每年的学分登记工作都很麻烦.每学年初,学工部要把当年发布的学分评测规定发到各系,学年末又要把从系里面提交的学分表收齐,然后手工登记,非常的麻烦.有时是系里面的学分报表太乱,有些资料丢失,要么是,系里面把各年的学分评测规定弄混,经常搞的他们一头雾水,于是为他们就请我做这个系统.
这个系统的工作流程是,每个学年初,学工部输入当年的学分评定规定,然后到处成为学分评测数据,然后Copy给各个系,各个系在每个学年中,输入新的专业,年级,班级和新生的资料,然后登记学分评测的纪录和考试的成绩.当学年末到了,各系把党学年的数据导成数据库,然后copy给学工部,学工部就可以用电脑纪录所有的学分纪录.
-should I do our school among a software, it is our resolve to schools such conditions-- every office has not yet been established between the network and the school is divided into two campuses (not in a city). Therefore, each of the credit among a registration work very troublesome. Every beginning of the school year, among a year should release the credit evaluation of the provisions of the various faculties, should also learn from the end line inside the table collected credits, and then manual registration, very troublesome. Sometimes there is too much of the credit chaos statements, some of the inform
- 2022-03-23 09:43:26下载
- 积分:1
-
又一个c++委托(函数对象)模板类的实现
又一个c++委托(函数对象)模板类的实现-Another c++ Commissioned (function object) template class realize
- 2022-03-25 08:07:25下载
- 积分: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