搜索资源列表
链表之VB实现(类)
- 链表一般是用C或C++实现的,用VB的类模块实现,试过吗?没想到可以实现吧-C or C + +, VB class module, tried? Never mind can achieve it
c++005
- 这是一个双向链表的源码,用C++开发实现。
C++0001
- 这是一个有序链表的生成和插入的源码。用C++实现。
C++
- 用C++语言编写的链表操作程序,可以实现链表的基本操作:头插法建立单链表,尾插法建立单链表
树与链表结合使用
- 这是一个用c实现的将树与链表结合起来使用的算法。-c used to achieve the Tree and List combine the use of algorithms.
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
移质链表
- 用c++实现的异质链表,包括链表的增加删除查找反转功能。
用链表求两集合的交集
- 已知递增有序链表A、B分别表示一个集合,设计算法以实现C=A∩B,要求求解结果以相同的方式存储,并且所用时间尽可能的少。
second
- 完成一个程序实现双向链表使之有如下功能 (如用C++实现,需要有默认的构造函数, 析构函数) C语言实现,初始化一个双向链表 添加一个元素到链表 删除链表中的一个元素 其他你认为必要的链表操作 总有两个指针,一个指向表中第一个元素另一个指向最后一个元素 -Completion of a program to achieve a two-way linked list so that the following functions (such as C++ Reali
datastruct-c
- 用C语言实现的数据结构,包括链表、图、二叉树、表等。-Implementation using C language data structures, including linked lists, maps, binary tree, and so on.
juzheng
- 数据结构中的链表类实现多项式的相加 用C++实现!-Linked list data structure in the sum of polynomial-type implementation with C++ implementation!
gongziguanli
- 用C++实现的工资管理系统!这里用了数据结构中的链表!-Using C++ implementation of the salary management system! Here with a list data structure!
LineList
- 线性表链接,已知A链表和B链表,A、B链表可随意输入,在不占用新空间的情况下,用指针实现链接,间隔插入形成C链表-line list:combine LineList A and LineList to Linelist C without open a new area
bittree_show
- 链表结点二叉树实现,通过建立树和遍历树,真正实现二叉树的树状显示,根结点在最上面,用c实现,通过计算结点位置放置结点.需要的可以参考!-Binary Tree node list, through the establishment of trees and tree traversal, binary tree truly show the root node at the top, with c achieved by calculating the node position to pla
datastruct1
- 数据结构,用c++实现顺序表、链表,使用更加方便,结合了c++的众多东西-data structof c++,you can find use table cometrue
121
- 用C的链表去实现大整数的加法运算的.能够有效的解决问题.-With the C list to achieve large integer addition operation . To effectively solve the problem.
链表的功能用C实现
- 链表的功能实现用,在实现的过程中用C来描述的希望对各位有-A LINK
飞机乘务订票系统
- 飞机订票乘务系统,实现了最基本的订票等功能 用C++以及链表进行了实现(Flight reservation and crew system)
DoubleLinkList
- 双向链表分别用C、C++、C、JAVA实现。(The two-way linked lists are implemented by C, C++, C, and JAVA, respectively.)
数据结构python
- 很多数据结构用C++和java写的,这里我用python写的一些数据结构的实现(Write LinkNodes using python)