doublinklist.rar
文件大小: 1k
下载次数:1
开发平台:

C/C++

源码售价: 5 个金币 积分规则     积分充值
资源说明:Double linked list- a doubly-linked list is a linked data structure that consists of a set of sequentially-linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the sequence of nodes. The beginning and ending nodes previous and next links, respectively, point to some kind of terminator, typically a sentinel node or null, to facilitate traversal of the list. If there is only one sentinel node, then the list is circularly-linked via the sentinel node. It can be conceptualized as two singly-linked lists formed from the same data items, but in opposite sequential orders.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
    
  • Bayer.rar基于Bayer彩色滤波阵列插值算法的研究,原本为收费文档。
  • BCMATH.rar// 《用C++语言编写数学常用算法(修订版)》Borland C++程序的源代码 ...
  • java.rarpublic class BubbleSort{ static String printArray(int[] a){ String result="" ...
  • asdf.rar用C语言编写的程序,多维数组按列相加,可以得到必要的结果
  • TRIAN_REPLACE.rar列火车要将n节车厢分别送往n个车站车站按1~n的次序编号,火车按照n, n-1,…, 1的编号 ...
  • lx.rar背包问题,回溯算法,用VB描述的材料,源程序十分详细
  • 1.rar一本对ACM国际大学生程序设计竞赛试题与解析,深入浅出
  • kalman_filter.rar可以实现kalman滤波的c++代码,函数部分采取了简化处理,输入不一改动昂 ...
  • 895.rarn个野人n个传教士过河问题的代码,文件输出结果
  • acm1.rarabove average acm大赛题目。有待改进。