资源列表
[数据结构常用算法] migong
说明:迷宫问题 一个迷宫可用上图所示方阵[m,n]表示,0表示能通过,1 表 示不能通过。现假设耗子从左上角[1,1]进入迷宫,编写算法,寻 求一条从右下角 [m,n] 出去的路径-Maze A maze of available shown on the square [m, n], 0 through a table Means you can not pass. It is assumed that the mouse from the upper left corner [<yangyanqing> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[matlab例程] SOSTOOLS.203
说明:求解李亚普诺夫函数很好用,还需要用到凸锥优化以及半定规划-solve lyapunove function<刘文俊> 在 2025-06-26 上传 | 大小:377kb | 下载:0
[matlab例程] SDPT3-3.02
说明:求解半定规划的工具包,很多地方都需要用到,很有用-Solving semidefinite programming toolkit, many places are needed, useful<刘文俊> 在 2025-06-26 上传 | 大小:2.3mb | 下载:0
[数学计算/工程计算] LUdecomposition
说明:数值分析中,求解线性方程。可以将矩阵分解为下三角和上三角矩阵的乘积-Numerical analysis, it is used for solving linear equations. The matrix will be decomposed into the product of lower triangular matrices and upper triangular matrices<紫罗兰> 在 2025-06-26 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] QRdecomposition
说明:矩阵分解的一种方式。把矩阵分解成一个正交矩阵与一个上三角矩阵的积-One way for matrix decomposition.Matrix will be decomposed into the product of an orthogonal matrix and an upper triangular matrix<紫罗兰> 在 2025-06-26 上传 | 大小:2kb | 下载:0
[数据结构常用算法] an-array-of-linked-lists
说明:数据链表的基本实现,包括用数组模拟建立一个链表,求长度,遍历及在指定位置插入以及删除数据。-The basic implementation of the data linked list to create a linked list using an array of analog and length, traverse and insert, and delete data in the specified location.<罗鑫> 在 2025-06-26 上传 | 大小:1.92mb | 下载:0
[数据结构常用算法] Josephus
说明:有n个人围坐在一个圆桌上,每个人的编号分别为1,2,3…n,现从第一个人开始数,数到第m个人时,这个人出列,再从下一位其编号是出列的人编号的后一位开始重复上述操作直到所有人都出列(编号是循环的,及最后一位的下一位是第一位),编写一个程序试将出列人的编号依次输出。-A n personal sitting around a round table, each person s Numbers were 1, 2, 3... N, now from the first person start to<xu_xianyu> 在 2025-06-26 上传 | 大小:3kb | 下载:0