资源列表
[数据结构常用算法] homework_2.22
说明:对单链表实现就地逆置,即利用原表的存储空间将线性表(a1,a2,…,an)逆置为(an,an-1,…,a1)。输入数据:文本文件input.txt 文件分2行: 第1行是单链表的数据元素个数n,n<20。如果n<1或n>19则视为输入数据出错。 第2行是单链表的n个数据元素,每个元素都是-999~999之间的十进制整数,元素之间用空格分开。 输出数据:文件output.txt 文件只有1行:<123> 在 2025-01-14 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] estimate_noise
说明:The function inputs a grayscale image I and returns Sigma, the noise estimate.<tug> 在 2025-01-14 上传 | 大小:1kb | 下载:0
[matlab例程] zhinengkongzhi
说明:神经网络的训练,熟悉神经网络的算法并进行改进,从而掌握神经网络最基本的知识,适合初学神经网络。-Training the neural network, neural network algorithm familiar and improved to grasp the basic knowledge of neural networks, neural networks for beginners.<周鹏> 在 2025-01-14 上传 | 大小:1kb | 下载:0
[matlab例程] edge_betweenness
说明:复杂网络社区发现中,用于计算边介数的代码。-Complex network of community found in the code for edge betweenness calculation.<gexinyu> 在 2025-01-14 上传 | 大小:1kb | 下载:0
[matlab例程] wm_pole_assignment_0
说明:本代码是通过运用PA极点配置法来实现一阶倒立摆的功能-This code is configured through the use of PA law to achieve a pole inverted pendulum function<袁捷> 在 2025-01-14 上传 | 大小:1kb | 下载:0
[matlab例程] wm_pole_assignment_1
说明:本代码是通过另一种PA极点配置法来实现一阶倒立摆的功能-This code is configured through the PA method to achieve a pole inverted pendulum function<袁捷> 在 2025-01-14 上传 | 大小:1kb | 下载:0
[matlab例程] LQR_Double_inverted_pendulum
说明:本代码是通过LQR算法来成功实现二阶倒立摆的功能。-This code is successfully achieved by LQR algorithm to second inverted pendulum function.<袁捷> 在 2025-01-14 上传 | 大小:1kb | 下载:0