资源列表
[matlab例程] value_computer
说明:本软件是为方便统计不同平台基金收益而设计的,需要使用者懂一些excel常识。若不喜欢使用excel的朋友可以考虑使用数米虚拟账户。-value computer<haixia> 在 2025-10-04 上传 | 大小:916kb | 下载:0
[matlab例程] potential2010
说明:source code for finding the goal using potential field method<kumar> 在 2025-10-04 上传 | 大小:234kb | 下载:0
[matlab例程] FloydAlgorithm
说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法-Floyd algorithm, also known as Floyd algorithm interpolation point method is used to find a given weighted graph in the shortest path between vertices Algorith<沈甲甲> 在 2025-10-04 上传 | 大小:4kb | 下载:0
[matlab例程] divide-and-conquer-algorithm
说明:分治算法的基本思想是将一个规模为N的问题分解为K个规模较小的子问题,这些子问题相互独立且与原问题性质相同。求出子问题的解,就可得到原问题的解。-The basic idea of divide and conquer algorithm is a scale problem is decomposed into N K a smaller sub-problems, these sub-problems are independent and original problems of the s<沈甲甲> 在 2025-10-04 上传 | 大小:8kb | 下载:0
[matlab例程] Greedy-algorithm
说明:贪心算法(又称贪婪算法)是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,他所做出的是在某种意义上的局部最优解。-Greedy algorithm (also known as the greedy algorithm) refers to when to problem solving, always made in the current opinion is the best choice. That is to say, not to be cons<沈甲甲> 在 2025-10-04 上传 | 大小:33kb | 下载:0