CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 数据结构 线性表

搜索资源列表

  1. xueji-c

    0下载:
  2. 基于c语言的数据结构的学籍系统(线性表)生成、插入、删除的c程序源代码。-C language data structure based on the enrollment system (linear form) to generate, insert, delete the c program source code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:962
    • 提供者:张军
  1. wenbenbianji

    0下载:
  2. 功能:输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 要求: 存储结构使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 输出形式:(1)分行输出用户输入的各行字符;(2)分4行输出"全部字
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:272224
    • 提供者:wuqiong
  1. xianxingbiao

    0下载:
  2. 线性表的源代码,数据结构的,本人特地打出来帮大家省时间-Linear table source code, data structures, I break out specifically to help you save time
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1083
    • 提供者:suzhihuang
  1. datastrcture

    0下载:
  2. 数据结构实验答案源码,包括顺序线性表、链式线性表、队列、二叉树等以及各种排序方法-Experimental data structure answers to source code, including the order of the linear form, linear chain table, queue, binary tree, and various sorting methods such as
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:28190
    • 提供者:liumin
  1. Link_List

    0下载:
  2. 数据结构,线性链表知识,对于学习关于c以及c++编程都有很大的帮助。-Data structures, linear list of knowledge, for learning about the c and c++ programming are very helpful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1080
    • 提供者:zsc
  1. dazhengshu

    0下载:
  2. 数据结构课程设计:大整数运算器 实现大整数的加减乘除运算 数据结构:线性表-Data Structure Course design: large integer arithmetic unit to achieve a large integer addition and subtraction multiplication and division data structures: linear table
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2636039
    • 提供者:周浩鹏
  1. DS-laboratory-report

    0下载:
  2. 数据结构的相关实验,采用C++编程。包括线性表的相关操作以及二叉树的相关操作。-Experimental data structure, the use of C++ programming. Related operations, including linear and binary tree table related operation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:36571
    • 提供者:追远
  1. haxi-contractt

    0下载:
  2. 针对数据结构哈希表是设计的要求,本源码是自己有vc.6.0编写的源码。使用线性探测处理冲突。整个程序的数据结构为结构体数组,方便查询。-According to data structure hash table is the design requirement and the source of their vc. 6.0 write source. Using linear detection dealing with conflict. The entire program for th
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1265326
    • 提供者:
  1. Students

    0下载:
  2. 数据结构,学生成绩管理系统,线性表,包含源代码,是根据C++编写的-Data structure, student achievement management system, the linear form, contains the source code is written based on C++
  3. 所属分类:Education soft system

    • 发布日期:2017-04-25
    • 文件大小:9129
    • 提供者:江晴晴
  1. tu

    0下载:
  2. 遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data structure traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:229036
    • 提供者:庄小虎
  1. linklist

    0下载:
  2. 线性表。数据结构与算法汇总。栈,队列的操作。哈弗曼树的操作,各种排序算法的汇总-linklist ,stack ,queue,sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:18125
    • 提供者:xiaoqiao
  1. yousehuhuan

    0下载:
  2. 数据结构实验报告 实验1 线性表及其应用 题目:约瑟夫环 一. 需求分析 1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。 2. 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入相应数据(即每个人所持的密码),每个人的序号由程序自动分配。 3. 程序执行的命令包括: (1)构造链表;(2)输
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:8192
    • 提供者:xj
  1. Lineartable1

    0下载:
  2. 线性表课程,数据结构内容,简洁清晰易学易懂,适合初学者-Linear form curriculum, the contents of data structures, simple and clear easy to learn, for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:360650
    • 提供者:misha
  1. linear

    0下载:
  2. 数据结构之线性表的各项操作:线性表置空、求线性表长度、数据插入、删除、显示、文件保存等-Linear list data structure of the operation: linear table empty, find the length of the linear form, the data insert, delete, display, file, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2076
    • 提供者:R chen
  1. basic-knowledge-of-data-structure

    0下载:
  2. 数据结构基本入门知识,共33个ppt,全是我上课的资料,现在拿来分享。其中有:线性表,栈队列递归,串数组广义表,数与森林,图,查找,排序等等。-Knowledge of the basic entry data structure, a total of 33 ppt, all the information I have class, and now to be shared. Including: linear form, the stack queue recursion, string
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3161789
    • 提供者:jijiyaya
  1. 6

    0下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define the hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-ha
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:719
    • 提供者:finejade
  1. yundonghui

    0下载:
  2. 数据结构实习题,运动会分数统计,线性表及其应用-Data structure practice problems, sports scores statistics, linear form and its application
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:523552
    • 提供者:luokuan
  1. xianxingbiao

    0下载:
  2. 数据结构中的线性表的应用,包括增加,减少,移除,设置数据长度,修改数据功能。用户可随意更改数据内容和数据长度来设置线性表-The linear table data structure applications, including increased, decreased, remove, set the length of the data, modify data capabilities. Users can easily change the data content and data
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2488
    • 提供者:董萍
  1. ch02_LinerList

    0下载:
  2. 面向对象的数据结构 c++环境下的线性表类库源代码-c++ environment, source code library of linear table
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:972862
    • 提供者:riluonanshan
  1. chapter2

    0下载:
  2. 数据结构课件,线性表的概念及运算,线性表的存储-Courseware data structure, the concept and operation of linear form, linear form of storage
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:53486
    • 提供者:huangshop
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 24 »
搜珍网 www.dssz.com