搜索资源列表
链表之VB实现(类)
- 链表一般是用C或C++实现的,用VB的类模块实现,试过吗?没想到可以实现吧-C or C + +, VB class module, tried? Never mind can achieve it
Huffman 算法的不同实现
- ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
c++005
- 这是一个双向链表的源码,用C++开发实现。
C++0001
- 这是一个有序链表的生成和插入的源码。用C++实现。
C++
- 用C++语言编写的链表操作程序,可以实现链表的基本操作:头插法建立单链表,尾插法建立单链表
1610186932
- 用C++实现的 用链表实现无限大整数的加减运算,-C achieved with Chain achieve infinite integer addition and subtraction operations.
树与链表结合使用
- 这是一个用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!
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)