资源列表

« 1 2 ... .21 .22 .23 .24 .25 1126.27 .28 .29 .30 .31 ... 1877 »

[书籍源码matlab

说明:简单的if else,和switch分支的小程序,希望大家谅解-Simple if else, and switch branches applet, I hope you understand
<黄兆宇> 在 2024-09-29 上传 | 大小:358400 | 下载:0

[书籍源码SPSO

说明:用于寻优算法的初学者学习,程序简单易懂,方便入门-Optimization algorithm for a beginner to learn, the program is simple to understand, easy entry
<mrzhu> 在 2024-09-29 上传 | 大小:770048 | 下载:0

[书籍源码NEWS

说明:新闻发布系统,可以编辑、管理、发布新闻信息,还可以搜索,具有灵活的权限管理功能,非常好用-News release system, you can edit, manage, publish news and information, you can also search with flexible rights management functions, very easy to use
<shepherd> 在 2024-09-29 上传 | 大小:754688 | 下载:0

[书籍源码Calendar-program

说明:应用matlab程序设计的一个日历界面,方便查询日历和日期-Application matlab programming a calendar interface, easy access calendar and date
<何亚新> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[书籍源码joseph

说明:约瑟夫问题(有时也称为约瑟夫斯置换,是一个出现在计算机科学和数学中的问题。在计算机编程的算法中,类似问题又称为约瑟夫环。又称“丢手绢问题”)。-Joseph problems (sometimes called Josephus replacement, is an appearance in computer science and mathematics problems in computer programming algori
<uname> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[书籍源码linkqueue

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

[书籍源码linklist

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

[书籍源码imageconverter

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

[书籍源码C

说明:C语言精彩编程百例附书源码 C language source book exciting programing-C language source book exciting programing
<段先奇> 在 2024-09-29 上传 | 大小:91136 | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 1126.27 .28 .29 .30 .31 ... 1877 »

源码中国 www.ymcn.org