-
数据结构的电子教案,对各章的重点说的比较清楚
数据结构的电子教案,对各章的重点说的比较清楚-Data structure of electronic lesson plans, the focus of the chapter, said the relatively clear
- 2022-01-31 18:14:27下载
- 积分:1
-
flight
航班查询系统,用C语言写的,用的数据结构等基础知识,可无错误编译运行(Flight inquiry system, written in C language, the use of basic knowledge of data structures, etc. that can be compiled to run without errors)
- 2016-03-30 13:54:34下载
- 积分:1
-
dazhengshu
找最大整数找最大整数找最大整数找最大整数找最大整数(To find the largest integer to find the largest integer to find the largest integer to find the largest integer to find the largest integer)
- 2010-01-02 12:53:42下载
- 积分:1
-
EHLIB 库
EhLib6.1包含组件和类Borland的Delphi7,9,2005年,2006年,CodeGear的Delphi2007中,CodeGear RAD Studio 2009中,Embarcadero公司RAD Studio 2010中,XE,X2和RAD Studio的XE3,意在增加数据库应用程序的客户端部分的能力在与应用程序的用户交互的一部分。DBGrid的他提供DBGrid的所有功能,并增加了一些新的特点如下:允许选择记录,列和矩形区域。特殊的头衔,可以对应多个/所有列。页脚即能显示金额/数量/其他字段值。自动调整列设置网格宽度等于客户端的宽度。有能力改变行和标题的高度。
- 2023-05-09 23:20:04下载
- 积分:1
-
bTree
这是一个二叉树的工程文件,包括了工程文件里的所有文件。以及二叉树的构建,traverse,搜索等功能函数。(This file contains a summary of what you will find in each of the files that
make up your bTree application.
)
- 2011-05-20 08:12:04下载
- 积分:1
-
用VB程序SPK看见
应用背景源系统,用penunjang科德metode看到使用Visual Basic 6关键技术源科德ini使用马来语pemroragam Visual Basic 6丹,databasenya,MySQL,mengkoneksikannya dibutuhkan XAMPP ODBC连接器
- 2022-01-23 10:47:19下载
- 积分:1
-
图表gvhvhvh
描述(英文):(提示:至少100个字符。请尽你所能详细描述你的项目。更好的内容将为您赢得更多的分数)
- 2022-08-18 13:07:42下载
- 积分:1
-
一个小型的数据库图书管理系统,较全的功能模块
一个小型的数据库图书管理系统,较全的功能模块-A small library management system database, representing a full-function modules
- 2022-03-02 22:33:03下载
- 积分:1
-
ds3
单向链表的创建与操作
设单向链表中节点的数据域的数据类型为整型,编写函数实现以下操作:
(1)实现单向链表的创建(包括初始化)与输出操作,节点的个数及节点的数据由用户输入。
(源代码:ds3-1.c)
(2)查找给定的单链表中的第i个节点,并将其地址返回。若不存在第i个节点,则返回空地址。
(源代码:ds3-2.c)
(3)查找给定的单链表中值为n的节点,并将其地址返回。若不存在值为n的节点,则返回空地址。同时,还应通过参数传回该节点的序号。
(源代码:ds3-3.c)
(4)删除给定的单链表中的第i个节点,成功返回1,失败返回0。
(源代码:ds3-4.c)
(5)删除给定的单链表中值为n的节点,成功返回1,失败返回0。
(源代码:ds3-5.c)
(6)在给定的单链表的第i位上插入值为n的节点。
(源代码:ds3-6.c)
(7)在给定单链表的值为m的节点的前面插入一个值为n的节点。
(源代码:ds3-7.c)
(Creation and operation of a one-way linked list
Set up a one-way linked list data type node integer data fields , write a function to achieve the following:
( 1 ) achieve the creation of a one-way linked list ( including initialization ) and output operation , the number of nodes and node data entered by the user .
( Source : ds3-1.c)
( 2 ) Find a single list given in the i-th node and returns its address . Without the presence of the i-th node , returns an empty address.
( Source : ds3-2.c)
( 3 ) Find a given node in a given value of n single list , and return address . Without the presence of the value of n nodes , returns an empty address. Meanwhile, the number should be returned by the parameters of the node .
( Source : ds3-3.c)
( 4 ) Delete the given singly linked list in the i-th node , the successful return 1, else return 0 .
( Source : ds3-4.c)
( 5 ) to delete a single node in the list is given n , the successful return 1, else return 0 .
( Source : ds3-5.c)
( 6 ) )
- 2014-05-11 19:19:41下载
- 积分:1
-
数据结构来解决迷宫:一个非迷宫
数据结构迷宫求解:用非递归方法求迷宫路径-Data structure to solve the maze: a maze with non-recursive method, to calculate the path
- 2022-03-07 20:51:32下载
- 积分:1