资源列表
[matlab例程] singal_system_analysis
说明:程序说明:此程序演示随机信号通过线性系统,包括时域、频域等多项分析 更能丰富-Program Descr iption: This program demonstrates the random signals through linear systems, including a number of time domain, frequency domain analysis more abundant<zhaowei0509> 在 2025-06-28 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] Savage-crossing-the-river-problem-
说明:野人过河问题c语言实现,功能实现较为完整,很值得一看-Savage crossing the river problem c language function to achieve a more complete, and well worth a visit<xsl> 在 2025-06-28 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] cordic_atan
说明:cordic算法,解决了硬件不能实现tan函数的问题,它通过相位选择来实现。-cordic algorithm,The hardware can solve the problem of tan function, it choose to achieve through phase.<张木> 在 2025-06-28 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] sin-to-mif
说明:正弦信号发生器生成正弦信号 存储格式为mif 用于quartus2的仿真-Sinusoidal signal generator to generate a sinusoidal signal storage format for the mif for quartus2 simulation<刘丹丹> 在 2025-06-28 上传 | 大小:3kb | 下载:0
[数据结构常用算法] ShortestPath_FLOYD
说明:代码的功能:用弗洛伊德算法求每一对顶点之间的最短路径的c语言实现。弗洛伊德算法采用图的带权邻接矩阵存储结构。算法基本思想:假设求顶点Vi到Vj的最短路径。弗洛伊德算法依次找从Vi到Vj,中间经过结点序号不大于0的最短路径,不大于1的最短路径,直到中间顶点序号不大于n-1的最短路径,从中选取最小值,即为Vi到Vj的最短路径。- Functionality of the code: Freud algorithm for each of the shortest path between ver<Mei> 在 2025-06-28 上传 | 大小:3kb | 下载:0