资源列表
[并行运算] BinarySearch
说明:将n个元素分成个数大致相同的两半,取a[n/2]与欲查找的x作比较,如果x=a[n/2]则找到x,算法终止。如果x<a[n/2],则我们只要在数组a的左半部继续搜索x(这里假设数组元素呈升序排列)。如果x>a[n/2],则我们只要在数组a的右半部继续搜索x。-Binary Search<WiselyHuang> 在 2024-11-01 上传 | 大小:1024 | 下载:0
[并行运算] mnth_toolbox
说明:Matlab的模拟退火算法工具箱。并附有sample文件夹,有助于初学者进行学习测试。-The Matlab simulated annealing algorithm toolbox. With the sample folder, will help beginners learn the test.<david> 在 2024-11-01 上传 | 大小:60416 | 下载:0
[并行运算] fall
说明:fluent udf 六自由度运动udf-fluent udf six degrees of freedom movement udf<wangzhengwei> 在 2024-11-01 上传 | 大小:3072 | 下载:0