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

搜索资源列表

  1. word1

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

    • 发布日期:2017-04-02
    • 文件大小:1251
    • 提供者:tthero00
  1. flight3

    0下载:
  2. 利用C语言通过文件和线性表等数据结构操作,实现的航空售票管理系统-The use of C-linear form through the files and data structures such as operations management systems to achieve air ticket
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2879
    • 提供者:齐立文
  1. Joseph

    0下载:
  2. 数据结构中的joseph游戏,通过线性表实现其功能-Data structure in the joseph games to achieve its function by a linear form
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:680
    • 提供者:li
  1. MergeList

    0下载:
  2. 数据结构基本操作,对链表的线性数据结构进行排序,并输出排序的结果-The basic operation of the data structure of the linear list data structure to sort and output the results of sequencing
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:1227
    • 提供者:weihao
  1. line

    0下载:
  2. 数据结构之线性表 ,可以参考下,对想学好数据结构有帮助-sss
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:540615
    • 提供者:deng
  1. SeqList_self

    0下载:
  2. 这个是线性表的基本操作,刚刚学数据结构的人可以去看看,有创建、插入、删除、查找、获值等功能-This is the basic operation of the linear form, just the data structure can learn to see, have to create, insert, delete, search, given the value of other functions ... ...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:3787
    • 提供者:林浊
  1. editor

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

    • 发布日期:2017-04-11
    • 文件大小:1004
    • 提供者:唐波
  1. Exp7_BSTree

    0下载:
  2. 是《数据结构》面向对象与方法与C++语言描述的关于线性表的类库源代码,在做图表题诗可以使用-Is a " data structure" and the method of object-oriented language with C++ class library described in the source code on the chart, in the poem can make graph
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:3065
    • 提供者:高蕾
  1. list

    0下载:
  2. 线性表的顺序表示 C++语言实现 数据结构 算法-link sequence xianxingbaiodebiaoshi
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1717
    • 提供者:陶松桥
  1. xianxinbiao

    0下载:
  2. 数据结构上机实验一,包括线性表的操作,多项式的加法,乘法-Experiment on the computer of a data structure, including the operation of the linear form, polynomial addition, multiplication,,,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3190
    • 提供者:周某某
  1. DataStruct(1)

    0下载:
  2. 我实现的数据结构(C++):线性表,顺序表,顺序栈,链式栈。供大家学习参考!-I realize the data structure (C++): linear form, order form, order of the stack, the stack chain. Reference for everyone to learn!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:56318
    • 提供者:zcs
  1. shiyanbaogao

    0下载:
  2. 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的C程序和调试结果。-Basic operation, the stack and queues are the basic operation of the matrix and operation of the basic operation of the tree, storage and application, the lookup opera
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:124733
    • 提供者:张周
  1. LinkList

    0下载:
  2. 根据线性表的抽象数据类型的定义,选择任一种链式结构实现线性表,并完成线性表的基本功能。编写测试main()函数测试线性表的正确性。-According to the linear form of the definition of abstract data types, select one of the chain structure of the linear form, and complete the basic functions of the linear form. Prepar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:217600
    • 提供者:tryqtyl
  1. txteditor

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

    • 发布日期:2017-04-16
    • 文件大小:264062
    • 提供者:张浩
  1. wenbenbianji

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

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

    0下载:
  2. 利用线性表数据结构设计并实现自己的通讯录管理-By using the linear table data structure design and the realization of his address book management
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:125659
    • 提供者:文迪
  1. 1st

    0下载:
  2. 数据结构实验,顺序表的生成,线性表置空,删除添加等功能。-Experimental data structure, sequence table to generate the linear table empty, delete, add other features.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:19497
    • 提供者:李仕
  1. Twenzhangbianh

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

    • 发布日期:2017-12-04
    • 文件大小:2212
    • 提供者:aixiaoxix
  1. linear-list

    0下载:
  2. 用c语言写的数据结构中的线性表,在VC6.0编译通过 -linear list(c language)
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:991
    • 提供者:Michael
  1. linked-list

    0下载:
  2. 用c语言写的数据结构中的线性链表,在VC6.0编译通过-linked list (c language)
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:918
    • 提供者:Michael
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com