资源列表
[人工智能/神经网络/遗传算法] BP_-nonlinear-fitting-algorithm
说明:根据BP神经网络理论,用matlab软件编程实现基于BP神经网络的非线性拟合算法-According to the BP neural network theory, nonlinear fitting algorithm based on BP neural network by matlab program<阿俊> 在 2024-11-14 上传 | 大小:47kb | 下载:1
[matlab例程] ofdm-system
说明:一种低复杂度的比例资源分配算法,包括原论文以及详细的matlab仿真程序-A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems<李静叶> 在 2024-11-14 上传 | 大小:188kb | 下载:1
[matlab例程] LP_test14node
说明:电力系统连锁故障分析中的内点法最优潮流模型-Chain failure analysis of power system optimal power flow model of the interior point method<王石> 在 2024-11-14 上传 | 大小:424kb | 下载:1
[数学计算/工程计算] seismology-algorithm
说明:地震学算法理论计算方法和计算机程序,地震学经典之作。-The seismology algorithm theoretical calculation methods and computer program<张三> 在 2024-11-14 上传 | 大小:7.23mb | 下载:1
[matlab例程] PnC_scattering
说明:计算一维声子晶体缺陷模,用散射矩阵实现,个人觉得不错-phononic crystal defect mode<席锋> 在 2024-11-14 上传 | 大小:1kb | 下载:1
[matlab例程] PWM-motor-control_
说明:这是一个Matlab实现的PWM型直流变换器的Simulink仿真,变换方式是Buck-Boost变换方式。示例,提供了一个从5伏到25伏电压,的升压变换。-This is a Matlab Simulink simulation of PWM DC-DC converter, and transform the way Buck-Boost transform. Example, from 5 volts to 25 volts, t<alex> 在 2024-11-14 上传 | 大小:184kb | 下载:1
[matlab例程] GAF_routing_algorithm
说明:利用MATLAB工具对GAF地理位置路由算法进行仿真,其中底层路由方式采用了GPSR算法。-MATLAB tool to simulate the the GAF location routing algorithm, where the underlying routing using GPSR algorithm.<竹亮> 在 2024-11-14 上传 | 大小:3kb | 下载:1
[数值算法/人工智能] Ddijkstra-ci
说明:Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。CSHARP实现算法 -Dijkstra algorithm is a typical shortest<> 在 2024-11-14 上传 | 大小:2kb | 下载:1