资源列表
排序选择:
[数学计算/工程计算] cmatrix
说明:CMatrix is a program I wrote one evening because I didn't want to have to run Wind*ws to see the cool scrolling lines from 'The Matrix', my fave movie. If you haven't seen this movie and you are a fan of computers or sci-fi in general, go see this m<andrei1 > 在 2025-07-04 上传 | 大小:113kb | 下载:0
[Windows编程] absolute value
说明:绝对值是指一个数在数轴上所对应点到原点的距离,用“| |”来表示。|b-a|或|a-b|表示数轴上表示a的点和表示b的点的距离。(Absolute value refers to a number corresponding to the distance to the origin in the axis, with "| |" said. The |b-a| or |a-b| axis A and B said that the distance from the poi<lirrrh > 在 2025-07-04 上传 | 大小:18kb | 下载:0
[Windows编程] LinkList
说明:链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。(Linked list is a discontinuous and non sequential storage structure on physical storage unit, and the logical order of data elements is realized by the order of pointer connection in the linked list<lirrrh > 在 2025-07-04 上传 | 大小:14kb | 下载:0
[Windows编程] SeqList
说明:顺序表是在计算机内存中以数组的形式保存的线性表,是指用一组地址连续的存储单元依次存储数据元素的线性结构。(A sequential table is a linear list stored in an array of memory in a computer memory. It is a linear structure that stores data elements sequentially in a group of contiguous storage units.)<lirrrh > 在 2025-07-04 上传 | 大小:16kb | 下载:0
[Windows编程] Queue
说明:队列是一种特殊的线性表,特殊之处在于它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作,和栈一样,队列是一种操作受限制的线性表。进行插入操作的端称为队尾,进行删除操作的端称为队头。(The queue is a special linear list, and the special thing is that it only allows the deletion of the front end of the table (front), and the in<lirrrh > 在 2025-07-04 上传 | 大小:1.64mb | 下载:0