资源列表

« 1 2 ... .66 .67 .68 .69 .70 1071.72 .73 .74 .75 .76 ... 1877 »

[书籍源码linkqueue

说明:链式队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。一般队列的存储结构是顺序存储,当队列的存储结构是链式存储结构时(即队列中每个元素都包含一个指向其后继的指针,最后一个元素指针为null),就是链式队列,和链栈同理。-A queue is a special kind of linear form
<uname> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[书籍源码linklist

说明:链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。 相比于线性表顺序结构,链表比较方便插入和删除操作。-A linked list is a physical storage unit discontinuous, non-s
<uname> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[书籍源码linkstack

说明:链表实现的栈,并包含相应的栈操作。栈(stack)是一种特殊的线性表。其特殊性在于限定插入和删 除数据元素的操作只能在线性表的一端进行。-Linked list implementation of the stack and the stack contains the corresponding operation. Stack (stack) is a special linear form. Its uniqueness lies
<uname> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[书籍源码seqstack

说明:顺序栈:即栈的顺序存储结构,是用一 组地址连续的存储单元依次存放自栈底 到栈顶的数据元素,并用起始端作为栈底,附设指针 top 指示栈顶 元素在顺序栈中的位置。-Stack order: the order of stack storage structure is the use of a set of contiguous memory cells sequentially stored from bottom of the sta
<uname> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[书籍源码seqlist

说明:结构线性表是一种常用的数据结构,以下介绍线性表及其顺序存储,并对栈和队列及它们的顺序实现给出了详细的设计描述。-Linear table structure is a common data structure, the following describes the linear form and stored in order, and stacks and queues and their sequential implement
<uname> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[书籍源码imageconverter

说明:基于QT的一个图片格式转换的小工具,ubuntu下编译-QT-based one image format conversion gadget, ubuntu compiled
<广锐> 在 2024-11-01 上传 | 大小:33792 | 下载:0

[书籍源码C

说明:C语言精彩编程百例附书源码 C language source book exciting programing-C language source book exciting programing
<段先奇> 在 2024-11-01 上传 | 大小:91136 | 下载:0

[书籍源码core-java8

说明:Java核心技术原书第8版倦卷一卷二全部源代码-Core Java 8th edition of the original book full source code tired Volume Volume II
<段先奇> 在 2024-11-01 上传 | 大小:1506304 | 下载:0

[书籍源码Java-program-design

说明:Java语言程序设计原书基础篇第8版全部代码-Java Programming Language Version 8 original book all the code
<段先奇> 在 2024-11-01 上传 | 大小:468992 | 下载:0

[书籍源码Thank-in-java

说明:java编程思想原书第4版陪套全部源代码-java programming ideas 4th edition of the original book full source code
<段先奇> 在 2024-11-01 上传 | 大小:530432 | 下载:0

[书籍源码MFC-Windows-Programming-sourcecode

说明:这是一本关于mfc的非常好的学习书籍的源代码,希望能够帮助到一些人。-This is a very good learning about books mfc source code, hoping to help some people.
<陆万学> 在 2024-11-01 上传 | 大小:26071040 | 下载:0

[书籍源码Synthetic-Aperture-Radar-(SAR)-Raw-Signal-Simulat

说明:Synthetic Aperture Radar (SAR) Raw Signal Simulation
<risket> 在 2024-11-01 上传 | 大小:1096704 | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 1071.72 .73 .74 .75 .76 ... 1877 »

源码中国 www.ymcn.org