搜索资源列表

  1. zuoye2_1

    0下载:
  2. Josephus问题编写程序,对任意输入的n和m,求出最后剩下的人的编号。要求利用线性表保存这n个人,分别用公式化、链接、模拟指针三种描述方法实现。-The Josephus problem program, for arbitrary input of n and m, obtaining the number of the last remaining people. Require the use of linear table
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:张蕊
  1. 1

    0下载:
  2. 随机建立一个含N个整数的整数数组(输出),再按奇偶数分存于两个不同的线性表(顺序和链接)中并别输出上述两个表。-Random array of integers containing N integers (output), and then the parity number are stored in two different linear table (order and links) and do not output the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张张
  1. shunxubiao

    0下载:
  2. 将线性表中前 m 个元素和后 n 个元素进行互换(m+n<length) (1)用顺序表的方式实现 (2)用链表的方式实现 例如:length=10,m=3,n=4 -Linear table m elements and n elements after interchangeable (m+n <length) (1)用顺序表的方式实现 (2)用链表的方式实现 例如:length=10,m=3
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:26624
    • 提供者:shiloh
  1. choice

    0下载:
  2. 实验目的 熟悉线性表的基本运算在顺序存储结构和链式存储结构上的实现,其中重点熟悉链表的各种操作。 时间要求:4学时 问题描述: 约瑟夫(Joseph)问题的一种描述是:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码〈正整数〉,一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:172032
    • 提供者:zhangwei
  1. DataStructTest

    0下载:
  2. 数据结构常用算法集,包括链表,线性表,栈,队列等,编译成功,代码里面有对应的测试程序-Common set of algorithms, data structures, including linked lists, linear tables, stacks, queues, etc., the compilation is successful, the code inside the corresponding test pro
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:蒋乐
  1. linear-list-operation

    0下载:
  2. 线性表的操作,包括顺序表的插入、删除、初始化等等。-The linear table operation, the order table insert, delete, initialization, and so on.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:mym
  1. include

    0下载:
  2. 数据结构(c)线性表的设计与实现,用顺序表将两个集合进行合并,并存入第三个集合中。-Design and Implementation of the data structure (c) linear table, order table two collections merged and stored in the third collection.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:李刚
  1. unionlist1

    0下载:
  2. 利用线性表对已给定的数字集合求并集,对于初学者适用-Linear table given digital collection requirements set for beginners applies
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:欧阳古晨
  1. homework1

    0下载:
  2. 顺序结构线性表 数据结构B第一次作业,以及C=A+B中“=”及“+”的实现-Order structure linear table data structure B first job, as well as the realization of the C = A+B " =" and " +," the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:xuyizhi
  1. homework2

    0下载:
  2. 链式结构线性表的实现,数据结构B第二次作业.-Realization of the linear form of chain structure, data structure, B second job.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:612352
    • 提供者:xuyizhi
  1. linear

    0下载:
  2. 线性表实现程序,可以实现线性表的插入、修改、删除和查找操作-Linear table to achieve the program can achieve linear table insert, modify, delete, and lookup operations
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:275456
    • 提供者:崔璨
  1. xianxingbiao

    0下载:
  2. 线性表完整程序。实现线性表的创建、插入、删除功能。-The linear table complete program. Linear table creation, insert, and delete functions.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:杨宜贵
  1. SQ_LIST

    0下载:
  2. 实现数据结构中线性表的基本功能的c语言代码-C language code to achieve the basic function of the linear form in the data structure
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhaoyufei
  1. 2222

    0下载:
  2. 线性表的构建,删除,插入,遍历,主要有线性跟链式的线性表-Linear table, delete, insert, traverse linear with chain linear table
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:孟伟
  1. xianxingbiao

    0下载:
  2. 1、 创建线性表类。线性表的存储结构使用链表。 2、 完成表首插入元素、删除指定元素、搜索表中是否有指定元素、输出链表。 3、 输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建链表。输出整个链表。 4、 输入一个整数,将该数作为一个元素值插入表首位置。输出整个链表。 5、 输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 6、 再一次输入一个整数,在链表中
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:好笑
  1. LINE

    0下载:
  2. 这里面含有几个线性表 ,学生信息表,可以使我们了解表的特性,灵活运用指针-There contains several linear form, the student information sheet, can enable us to understand the characteristics of the table, and flexibility in the use of the pointer
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:Marty
  1. SqList

    0下载:
  2. 数据结构,线性表的实现,使用c语言描述的数据结构-Data structure, the realization of the linear form, use c language to describe the data structure
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:309248
    • 提供者:阿来
  1. Poly

    0下载:
  2. 数据结构中,使用线性表实现的关于多项式的实现,实现了多项式的一般运算功能-The data structure, using a linear table implementations on polynomial achieve polynomial general arithmetic function
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:328704
    • 提供者:阿来
  1. ConsoleApplication1

    0下载:
  2. 数据结构试验报告:线性表,同学录管理系统-The linear table Classmates management system
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:朱楠建
  1. tongxuelu

    0下载:
  2. 数据结构试验报告:线性表 同学录管理系统-Data structure of the test report: the linear table Classmates management system
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:朱楠建
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org