资源列表
[数据结构常用算法] Stack544014
说明:用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t<钟书球> 在 2025-11-22 上传 | 大小:38kb | 下载:0
[matlab例程] matlab_GUI_serialport
说明:利用matlab GUI实现的串口编程例子,本科毕设,包含收发两个客户端程序-Matlab GUI implemented using serial programming examples, undergraduate Bi-based, including sending and receiving two client programs<海坤> 在 2025-11-22 上传 | 大小:172kb | 下载:0
[人工智能/神经网络/遗传算法] DO
说明:动态规划算法的java实现,输入数据集,求最优路径。包括可执行文件和源代码-Dynamic Programming 4 java<liyongshun> 在 2025-11-22 上传 | 大小:61kb | 下载:0
[数学计算/工程计算] SmartConnectFour-v1.0
说明:This the famous connect4 game implemented using the MiniMax algorithm and allows the user to select their opponent level.-This is the famous connect4 game implemented using the MiniMax algorithm and allows the user to select their opponent level.<saurako> 在 2025-11-22 上传 | 大小:216kb | 下载:0
[matlab例程] splineroi
说明:Matlab class that creates an interactive, closed spline which can be used as a region of interest. Can be used to select regions in an image<Karthikeyan> 在 2025-11-22 上传 | 大小:8kb | 下载:0