资源列表
[编译器/词法分析] pcm_coding
说明:基于VHDL语言的a律13折线的编码,完成13位二进制码转换成8位码-Based on the VHDL language encoding of a law of 13 line<任明月> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[汇编语言] analysis-of-time-series
说明:在时间序列分析中自动完成数据的导入、分析与导出-In time series analysis is done automatically import data, analysis and export<王志伟> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[书籍源码] Calendar-program
说明:应用matlab程序设计的一个日历界面,方便查询日历和日期-Application matlab programming a calendar interface, easy access calendar and date<何亚新> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[书籍源码] joseph
说明:约瑟夫问题(有时也称为约瑟夫斯置换,是一个出现在计算机科学和数学中的问题。在计算机编程的算法中,类似问题又称为约瑟夫环。又称“丢手绢问题”)。-Joseph problems (sometimes called Josephus replacement, is an appearance in computer science and mathematics problems in computer programming algorithm, similar problems also kno<uname> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[书籍源码] linkqueue
说明:链式队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。一般队列的存储结构是顺序存储,当队列的存储结构是链式存储结构时(即队列中每个元素都包含一个指向其后继的指针,最后一个元素指针为null),就是链式队列,和链栈同理。-A queue is a special kind of linear form, it only allows the front end<uname> 在 2025-06-15 上传 | 大小: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 in defining insert and delete<uname> 在 2025-06-15 上传 | 大小: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 stack to stack the data elements,<uname> 在 2025-06-15 上传 | 大小:1kb | 下载:0