搜索资源列表
长整形运算
- 一、问题描述 设计一个实现任意长的整数进行加法运算的演示程序。 二、需求分析 (1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer addition operations for the demonstr
zhengshu
- 利用双向循环链表实现长整数的存储,每个结点含一个整形变量。任何整形变量的范围是 -(2^15 - 1)~ (2^15 - 1)。 输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-use of a two-way cycle Chain achieve long integer storage, each node containing a plastic variables. Any shaping the scope of the variable - (2 ^
链表的类实现
- 链表的基本操作包括: 1. 初如化表。 2. 检查表是否为空。 3. 输出表。 4. 确定表的长度。 5. 销毁表。 6. 检索第一个节点中的数据。 7. 检索最后一个节点中的数据。 8. 搜索表中指定的项。 9. 在表中插入一项。 10. 从表中删除一项。 11. 复制一个链表。 -Chain basic operation include : 1. As of early table. 2. Check whether the empty ta
studentlist
- c++中的单链表的实现,并通过该链表实现一个学生的管理,并有说明-c single linked list of the achievement, and through the chain of students to achieve a management and notes
lianbiao_tongxulu
- c语言,通讯录的源代码(用链表实现),是本人在课程实践是完成的.指点指点-c language, the source code directory (using chain achieved), in the course of my practice is completed. Instruct the instructions
sousuo
- 一个c++程序,主要功能是人工智能中的深度优先遍历和广度优先遍历,用链表实现。-a c procedures, artificial intelligence is the main function of depth-first traversal and breadth priority traversal using chain to achieve.
zhp-average
- 输入一组数,计算他们呢的平均值和方差,用链表实现实现,插入和删除比较方便-importation of a group of calculating it on average and variance, using chain to achieve realization, insert and delete more convenient
word_a123
- c语言编译词法分析,输入代码,分析出字符类型,用链表实现-c compiler lexical analysis, the importation of code and analyze the character type, and to achieve Chain
student
- 学生成绩信息管理系统~链表实现 具有添加、删除、查找、插入等功能
prime
- 本算法为求解素数的较好代码,目前,较通用的算法时间复杂度通常为O(n*n),本文利用双向链表实现了时间复杂度为O(n)的算法
tree
- 平衡二元查找树 是用链表实现的 课程设计内容
graph
- 数据结构有关图的算法。矩阵和链表实现的都有。实现先序中序后序遍历算法。
Editor
- Editor C++ 源程序 用链表实现
在NACHOS上实现了双向链表
- 在NACHOS上实现了双向链表,演示了大部分并发错误,完整实验报告与关键文件。-To achieve a two-way in the NACHOS list, shows most of the concurrency errors, complete test reports and key documents.
memory
- 使用双向循环链表实现的动态内存管理,包括申请和分配内存块的过程-The realization of the use of two-way circulation list of dynamic memory management, including the application and allocation process of memory blocks
link3
- 带表头结点单向链表类的实现(包括单向链表插入,删除和查找操作的实现)-Table with the first list node type of the realization of a one-way (including a one-way linked list insert, delete and search operations to achieve)
二叉链表
- 一、 实验目的 (一) 掌握二叉树的逻辑结构和二叉链表存储结构; (二) 验证二叉树的二叉存储和遍历及其基本操作的实现; (三) 理解算法与程序的关系,能够将顺序表算法转化为对应程序;(First, the purpose of the experiment (1) master the logical structure of the two tree and the storage structure of the two linked list; (two) verify the
数据结构课设小题线性表的链式存储
- 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。(Linked list is a discontinuous and non sequential storage structure on physical storage unit. The logical order of da
Merge
- 1、分别用顺序表和链表实现 2、利用菜单选择相应功能 3、能连续执行两表合并(1. The implementation of the sequence table and the chain table 2. Use the menu to select the corresponding function 3. Continuous execution of two table merging)
链表线性表
- 严蔚敏版数据结构第二章线性链表的基本功能函数的C语言的实现,以及书上算法2.1,2.2,2.3的具体实现(Yan Wei Min version of data structure second chapters, the realization of C function of basic function function of linear list, and the concrete realization of algorithm 2.1, 2.2, 2.3 in book.)