搜索资源列表
3
- 本程序实现计算任意长整数的加法运算,大致过程为显示提示信息-->用户输入—>显示结果。 程序中字符集限定为’1’ ’2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ’9’ ‘0’ ’,’ ‘ ’ ,长整数的长度不予限制。 利用双向循环链表实现长整数的存储,每个结点含一个整型变量。任何整型变量的范围是-(215—1)~(215—1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-This procedure to achieve t
shujujiegouIntNode
- 双向循环链表实现任意长的整数的加法运算法-Cycle to achieve a two-way linked list of arbitrary length integer addition operations
Unilateralism_Cycle_List
- 数据结构中双向循环链表的实现,供初学者交流。-Circular linked list data structure in the realization of a two-way, for beginners exchange.
C_shuangxiangxunhuanlianbiao
- 用面向对象思想(C++)实现的数据结构--双向循环链表-Object-oriented thinking (C++) implementation of the data structure- a two-way circular linked list
cyclink
- 在VC++环境下的双向循环链表基本操作-none
DL
- 双向循环链表,实现增删改查、排列链表、合并双链表的内容-Two-way circular linked list, additions and deletions change the check, arranged in the list, merge the contents of the doubly linked list
two-way-circular-linked-list
- 问题:把单链表改为双向循环链表 方法:先建立单链表;再在单链表基础上建立双向循环链表。-Question: single linked list to two-way circular linked list: 1, create a single linked list 2, to establish a two-way circular linked list in a single linked list based on.
linklist
- 实现一个双向循环链表,每个结点中除有prior,data和next三个域之外,还增设了一个访问频度域freq。在链表被起用之前,频度域freq的值均初始化为零,而每当对链表进行一次LOCATE(L,x)的操作后,被访问的结点(即元素值等于x的结点)中的频度域freq的值便增1,同时调整链表中结点之间的次序,使其按访问频度非递增的次序顺序排列,以便始终保持被频繁访问的结点总是靠近表头结点。-Circular linked list to implement a two-way, each node
josefsuanfa
- 一个利用结构体双向循环链表实现的算法,从41个人中杀去39人 剩最后2人 著名的约瑟夫算法-A way circular list structure algorithms implemented to kill 39 people, 41 people left the last 2 Joseph algorithms
long-integer
- 设计程序实现两个任意长整数的求和运算。利用双向循环链表实现长整数的存储, 每个结点含一个整型变量. 任何整型 变量的范围是 -(215-1)~(215-1)。输入和输出形式: 按中国对于长整数的表 示习惯, 每四位一组,组间用逗号隔开。 -Design process to achieve the summation of two arbitrarily long integers. Two-way circular linked list storage of long integ
Four-long-integer-operations
- .本演示程序中,利用双向循环链表实现长整数的存储,每个结点含一个整型变量任何整型变量的范围是-(215-1)—(215-1)。在每个结点中仅存十进制数的4位,即不超过9999的非负整数,整个链表表示为万进制数。输入和输出形式按中国对于长整数的习惯,每四位一组,组间用逗号隔开。-The demonstration program, the use of two-way circular linked list to achieve long integer storage, each node c
linked-list
- 单链表的查找、插入、删除、销毁等,循环链表的建立和输出,双向链表的基本操作-basic function of single,circular,double linked list
jiajianfa
- 长整数四则运算,利用双向循环链表实现长整数的存储,每个结点含一个整形变量。-Long integer arithmetic, the use of two-way circular linked list to achieve long integer storage, each node contains an integer variable.
cycle
- 使用c语言编写的双向循环链表,调试好,可以直接下载使用-The use of double circular linked list, the C language debugging, you can directly download
DBlink
- 数据结构双向循环链表的实现源代码,自己编的,很好用-Two-way circular linked list data structure to achieve the source code, own, and very easy to use
c-link2
- 双向循环链表的一些基本功能的实现,任何位置实现基本功能-Achieve some basic functions of a two-way circular list
Double-List
- 双向链表也叫双链表,是链表的一种,它的每个数据结点中都有两个指针,分别指向直接后继和直接前驱。所以,从双向链表中的任意一个结点开始,都可以很方便地访问它的前驱结点和后继结点。一般我们都构造双向循环链表-doubly linked list
c
- C语言构建一个空的双向循环链表,双向循环链表的存储结构-C language construct an empty two-way circular linked list, two-way circular linked list storage structure
双向循环链表
- 双向循环链表 利用Java编写,实用方法插入把Object x插入到链表的第 i 个位置(Two-way circular linked list, written using Java, practical method to insert the Object x inserted into the list of the first I position)
Exercise3
- 双向循环链表的基本操作,包括创建,插入,删除(Basic operation of the bidirectional circular chain table)