资源列表
[并行运算] Genetic_Al2085099292007
说明:GENETIC ALGORITHM USING C-GENETIC ALGORITHM USING C++<aseem goyal> 在 2025-07-23 上传 | 大小:1.12mb | 下载:0
[并行运算] dual_portram
说明:以Proasic3 Startkit开发板为平台,对dualram的应用做了基本介绍。-The ProASIC3 StartKit development board as a platform, on the application of dualram basic.<章泽良> 在 2025-07-23 上传 | 大小:659kb | 下载:0
[并行运算] matrix_pthread
说明:2000*2000 矩阵相乘的优化,包括高速缓存优化+多线程-2000* 2000 matrix multiplication optimization, including cache optimization+ multi-threaded<唐锴> 在 2025-07-23 上传 | 大小:1kb | 下载:0
[并行运算] chapter6
说明:划分(partitioning):将问题分为若干个独立的部分。 分治法(divide and conquer method):将一个大问题逐步分割成若干个原问题的子问题,用简单且相同的方法对这些子问题进行求解,然后将这些子问题的解组合成原问题的解。 在分治法中分解问题和合并结果常使用递归技术来实现。递归分治法能使各个子问题并行化执行,即各个进程用来执行被分解的部分。 通常数据的划分也同时局部化。 -partitioning and divide and conquer metho<ws2010> 在 2025-07-23 上传 | 大小:283kb | 下载:0
[并行运算] yinshifenjie
说明:这个代码是解决因式分解的问题,虽然看上去很简单,但是是原创的哦-This code is the solution to the problem of factorization, although it seems very simple, but original<hxy> 在 2025-07-23 上传 | 大小:223kb | 下载:0