资源列表
[书籍源码] Neville--interpolation
说明:Neville插值的源代码,用于Matlab科学计算与数据插值,可与牛顿插值等进行比较学习,适合matlab学习者参考。-Neville interpolation source code for Matlab scientific computing and data interpolation, Newton interpolation can be compared with the study for matlab learne<高毅> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[书籍源码] Hermite-interpolation
说明:Hermite插值代码,用于科学计算和数据处理,适用于matlab学习者以及工程技术人员参考。-Hermite interpolation code for scientific computing and data processing for matlab learners and engineering and technical officers.<高毅> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[书籍源码] ThrSample1
说明:三次抽样插值的第一类边界条件插值,用于数据处理和科学计算,适合matlab科学计算者参考。-First boundary condition cubic interpolation interpolation sampling, data processing and scientific computing is used for scientific computing matlab reference.<张扬> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[书籍源码] ThrSample2
说明:第二类样条插值多项式源代码,用于科学计算与数据处理,含有详细注解说明,可供matlab学习者参考。-The second category spline interpolation polynomial source code for scientific computing and data processing, contains a detailed descr iption of annotations available ma<高毅> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[书籍源码] Prim
说明:用于求解旅行商最短路径问题的Prim算法,是一种经典的构造型算法,可用于论文实验的对比参照-Prim shortest path algorithm is used to solve the traveling salesman problem, is a classic stereotype algorithm can be used to compare the experimental reference papers。<jeason.kee> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[书籍源码] dictionary
说明:多功能电子词典,包括时钟,英汉查询,汉英查询,是C++课程设计很不错的参考!-Electronic Dictionary<周伟鑫> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[书籍源码] Bpskruili
说明:BPSK调制在瑞利衰落信道下的误码率性能仿真-BPSK modulation BER performance in Rayleigh fading channel simulation<tianruirui> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[书籍源码] Backtracking-optimal-scheduling
说明:本代码为算法导论中最佳调度问题的回溯算法。算法思想为:建立一棵深度为N的M叉树,从根结点出发,进行深度优先遍历。每搜索完一条路径则记录下besttime 和bestx[]序列开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处向纵深方向移至一个新结点,成为一个新的活结点,也为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向扩展,则当前扩展结点就成为死结点。此时,应回溯至最近的一个活结点处,并使这个活结点成为当前的扩<flxyd> 在 2025-01-10 上传 | 大小:1kb | 下载:0