资源列表

« 1 2 ... .23 .24 .25 .26 .27 14428.29 .30 .31 .32 .33 ... 14959 »

[书籍源码linkqueue

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

[汇编语言wanzheng1.0

说明:51单片机与MMA8451相连,控制两个步进电机-51 and MMA8451 connected to control two stepper motors
<包哈达> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言Date-increment-1

说明:自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。   例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 -Customize a simple date class D
<imqhl> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[易语言编程MoveWindow

说明:调用MoveWindow实现窗口移动-Windows mobile calling MoveWindow achieve
<> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[并行运算Lanczos

说明:Lanczos迭代算法,计算大型稀疏对称矩阵特征值-Lanczos iteration
<贾长冬> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言Newmark

说明:matlab Newmark法 用于求解二阶常系数微分方程组-matlab Newmark method for solving second-order differential equations with constant coefficients
<luoguangbing> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[书籍源码SCommTest

说明:打开文件并画图,用teechart绘制图像,实时显示图形-Open the file and drawing, with the teechart rendering images, real-time display graphics
<王容> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言mydcm1

说明:基于verilog的FPGA里dcm模块分频偏移程序-dcm Frequency offset
<居里夫人> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[书籍源码Class5

说明:阐述类的继承性,多态性,对方法,属性,事件等的重写。-Elaborated class inheritance, polymorphism, for methods, properties, events, etc. rewritten.
<散而不散> 在 2025-01-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 14428.29 .30 .31 .32 .33 ... 14959 »

源码中国 www.ymcn.org