资源列表
[并行运算] SX
说明:基于Proasic3 startkit开发板,描述了8位地址锁存芯片74ls259和Uart接受模块,通过这两个模块来控制开发板上的led.-Based on the the ProASIC3 StartKit development board, describes the 8-bit address latch chip 74LS259 and the UART receiving module, to control development board led by these two m<章泽良> 在 2025-06-22 上传 | 大小:868kb | 下载:0
[并行运算] Neural_Net1922868102005
说明:Nueral Nework algorithm<aseem goyal> 在 2025-06-22 上传 | 大小:5kb | 下载:0
[并行运算] Genetic_Al2085099292007
说明:GENETIC ALGORITHM USING C-GENETIC ALGORITHM USING C++<aseem goyal> 在 2025-06-22 上传 | 大小:1.12mb | 下载:0
[并行运算] dual_portram
说明:以Proasic3 Startkit开发板为平台,对dualram的应用做了基本介绍。-The ProASIC3 StartKit development board as a platform, on the application of dualram basic.<章泽良> 在 2025-06-22 上传 | 大小:659kb | 下载:0
[并行运算] matrix_pthread
说明:2000*2000 矩阵相乘的优化,包括高速缓存优化+多线程-2000* 2000 matrix multiplication optimization, including cache optimization+ multi-threaded<唐锴> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[并行运算] chapter6
说明:划分(partitioning):将问题分为若干个独立的部分。 分治法(divide and conquer method):将一个大问题逐步分割成若干个原问题的子问题,用简单且相同的方法对这些子问题进行求解,然后将这些子问题的解组合成原问题的解。 在分治法中分解问题和合并结果常使用递归技术来实现。递归分治法能使各个子问题并行化执行,即各个进程用来执行被分解的部分。 通常数据的划分也同时局部化。 -partitioning and divide and conquer metho<ws2010> 在 2025-06-22 上传 | 大小:283kb | 下载:0