-
berkeley db 数据库中的动态链接库文件,具体使用可以参看4.2.20版本中的相关介绍...
berkeley db 数据库中的动态链接库文件,具体使用可以参看4.2.20版本中的相关介绍-berkeley db database
- 2022-03-19 21:45:05下载
- 积分:1
-
立春葆的数据结构李春葆:数据结构习题与解析(C语言版).pdf...
立春葆的数据结构李春葆:数据结构习题与解析(C语言版).pdf-Li-Chun Li Chun-bao-bao of the data structure: Data structure and analysis of exercise (C language version). Pdf
- 2022-11-10 03:05:05下载
- 积分:1
-
用pb写的日历控件,主要用的是外部的数据窗口,可以直接用在你的程序中....
用pb写的日历控件,主要用的是外部的数据窗口,可以直接用在你的程序中.-pb write with the calendar controls, the external data window can be directly used in your procedures.
- 2022-01-30 20:24:53下载
- 积分:1
-
细胞生长的源码,使用VC描述,适合研究数据结构
细胞生长的源码,使用VC描述,适合研究数据结构-Cell growth source, the use of VC descriptions, research data structure suitable for
- 2022-03-17 12:51:19下载
- 积分:1
-
1. 在IBConsole中添加两个用户LOGIN和MATER,密码均为PASSWORD。
2. 用MISDBA用户登录MISDB数据库。
3. 在IS...
1. 在IBConsole中添加两个用户LOGIN和MATER,密码均为PASSWORD。
2. 用MISDBA用户登录MISDB数据库。
3. 在ISQL中,输入第9章提供的SQL语句;或者根据表9-1至表9-8在SQL Explorer中自行创建数据表。数据库创建后需要分配LOGIN和MATER用户的访问权限。
4. 根据表9-9和表9-10设置初始数据,另外需要在PERSON数据表中设置一个用于登录系统的用户(ID=’MAT’,PASSWD=’PASSWORD’,AUTHORITY=’7’,STATE=’F’),同时在PART表中添加ID为’0000000000’的零件,名称为“。
5. 除了修改数据库连接的属性,还需要修改数据模块中LOGIN方法的相关用户密码。
-1. In addition two IBConsole users LOGIN and Mater. passwords are PASSWORD. 2. User login with MISDBA MISDB database. 3. In ISQL, the importation of Chapter 9 of SQL; Or, according to Table 9-1 to Table 9-8 in SQL Explorer to create data sheets. After creating the database needs and Mater distribution LOGIN user access permissions. 4. According to Table 9-9 and Table 9-10 initial data set, Another need PERSON data tables set up a registration system for users (ID = "MAT" PASSWD = "PASSWORD" AUTHORITY ="7 ", STATE = "F"), PART table at the same time adding ID to"0000000000 "parts, name. " 5. In add
- 2022-08-02 16:54:09下载
- 积分:1
-
航空票务预订系统
航空票务预订系统-Air Ticket Booking System
- 2022-03-23 12:12:29下载
- 积分: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
-
使用收音机
一个使用射频卡的考勤软件-use of a radio-frequency card appraisal software
- 2022-07-19 04:56:07下载
- 积分:1
-
数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。...
数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-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
-
hough 变换算法
这是一个关于 Hough 变换的文件。它是非常有趣的人,开始为图像处理批准。感谢你很 much.ok。
- 2022-05-26 12:58:20下载
- 积分:1