CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 链表实现

搜索资源列表

  1. Linklist_cplus

    0下载:
  2. Linklist 链表实现,用c++做的,可以-linklist in data structure with c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:707452
    • 提供者:付浩
  1. shujujiegou

    0下载:
  2. 数据结构链表实现!!! !!! !!! !!! 1-Linked list data structure to achieve!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:zhangge
  1. calculate

    0下载:
  2. 高精度加减计算,用链表实现。C++编写。-High-precision addition and subtraction, using linked list implementation. C++ to prepare.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:259106
    • 提供者:giagia
  1. haffman

    0下载:
  2. 一个哈夫曼编码和译码程序 1、掌握树、森林和二叉树的概念和它们的特性以及它们之间是怎样相互转换的,理解二叉树的三种遍历:先序遍历、中序遍历和后序遍历,和树的两种遍历:先序遍历和后序遍历。 2、理解二叉树的基本运算算法实现以及它的非递归运算算法和层次遍历算法,了解二叉树的线索化及其它的应用。 3、掌握树和二叉树的几种存储结构以及它的构造,学会使用二叉链表实现二叉树的存储验证和设计相关算法。 -A Huffman encoding and decoding procedures fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:161833
    • 提供者:jingjing
  1. LinearList

    0下载:
  2. 数据结构,线性链表实现,有具体例子.在VC2008环境编译即可执行。-data structure,linear list
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:938
    • 提供者:Robin.Wang
  1. Manipulation_of_Polynomials

    0下载:
  2. 用链表实现的多项式四则运算,功能还可以完善,希望对大家有帮助!-With the linked list to achieve four fundamental operations of polynomial functions can also be perfect, you want to help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:295557
    • 提供者:董玉玺
  1. LinearList

    0下载:
  2. 线性表的数组实现、链表实现、模拟指针、间接寻址和箱子排序。-A linear array of the table implementation, linked list implementation, analog pointer, indirect addressing and sorting boxes.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4559
    • 提供者:Robin.Wang
  1. dictionary-skiplist-hashtable

    0下载:
  2. 数据结构的C++实现:字典的链表实现、线性开型寻址散列、链表散列(环境:VS2008)-C++ data structures to achieve: a dictionary of the list to achieve a linear open addressing hash based, hash list (Environment: VS2008)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2400
    • 提供者:Robin.Wang
  1. lab

    0下载:
  2. 算法中多种排序,包括插入,合并,希尔,冒泡,快排,以及桶排序的链表实现!-A variety of sorting algorithms, including the insertion, merge, Hill, bubble, quick row, and bucket sort linked list to achieve!
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:10650913
    • 提供者:fcy
  1. work

    0下载:
  2. 设计一个学生档案管理程序。该程序应该具有下列功能: (1)通过键盘输入某位学生的相关信息。包括学号、姓名、性别、年龄、出生年月、电话、E-mail、籍贯等; (2)浏览学生信息; (3)根据学号修改、删除学生信息; (4)能按学号、姓名、年龄等关键字排序; (5)统计学生年龄的平均值及各年龄段人数; (6)用链表实现,原始数据输入和结果输出使用文件存放。 -Design of a student' s records management procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2095
    • 提供者:farman
  1. polynomial

    0下载:
  2. 数值算法,用链表实现多项式的运算,加减乘除-Numerical algorithm, using the list to achieve polynomial operations, Math
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:221695
    • 提供者:龚致
  1. polyn

    0下载:
  2. C语言中用链表实现两个多项式的相加,相减,相乘,并要求从文件中读出数据和将操作后的数据写入文件中,运用到文件的相关知识。
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:589914
    • 提供者:xulaoban
  1. LinkBigNumber

    0下载:
  2. 用链表实现大数加减法,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:615784
    • 提供者:chenchencehn
  1. LongNumber

    0下载:
  2. 大数(含小数)的加、减、乘、除、幂运算,支持正负,用链表实现,理论上无限大小-Large numbers (including decimals) and add, subtract, multiply, divide, power operations and support positive and negative, with a linked list to achieve, theoretically unlimited size
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:11577
    • 提供者:林凯杰
  1. TestList2

    0下载:
  2. 链表实现程序。学习链表绝好示范资料。示例里让你零起点学链表!-this is listtext programe,the fuction if powful..
  3. 所属分类:STL

    • 发布日期:2017-04-07
    • 文件大小:179414
    • 提供者:李天
  1. k

    0下载:
  2. 双亲表示法实现二叉树,用链表实现,和堆栈,能更好的找到根节点-Parents to achieve binary notation, with the linked list implementation, and the stack, can find a better root
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:1214
    • 提供者:肖克
  1. Joseph

    0下载:
  2. 用循环链表实现,几个人坐在桌子旁报数,喊道规定数的退出。-Achieved with a circular linked list, a few people sitting at the table next to the reported number, shouted out the number provided.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:291045
    • 提供者:小楠
  1. poly

    0下载:
  2. 用线性表,链表实现多项式的加减乘等运算。大家要注意指针(尤其是队头指针)的变化。-The linear form, linked to achieve polynomial addition and subtraction, multiplication and other operations. If we want indicators (especially team head pointer) changes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3996
    • 提供者:lily
  1. checha

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。-Simulation of car parks in order to stack to queue simulation sidewalk outside the car, in accordance with the read from the terminal sequence of the input data to simulate management.-Parkin
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2993
    • 提供者:sad
  1. Cpp1

    0下载:
  2. 实验目的: 学习用指针构造链表,操作链表 实验内容: 输入两个非降序列,转换成两个非升序列,合并成一个非升序列。 基本要求: 用链表实现。 完成解题报告 -Experimental Objective: To study the list with a pointer structure, the operation contents of the list experiment: two non-reducing input sequence into a seq
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:693
    • 提供者:张少群
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com