资源列表
QuickSort
- MPICH2实现的并行快排算法,VS2005编译通过-The MPICH2 implementation fast parallel row algorithm VS2005 compiled by
Matrix
- 矩阵相乘并行计算程序 C——C++边写 已实现-Matrix multiplication parallel program
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
ofdm
- 基于simulink的OFDM系统仿真 QPSK仿真 64点仿真-QPSK to simulation 64 points simulation simulink-based OFDM system simulation
uartfifo
- 以Proasic3 Start kit开发板为平台,介绍了FIFO的基本功能。-ProASIC3 Start Kit development board as a platform to introduce the basic functions of the FIFO.
Neural_Net1922868102005
- Nueral Nework algorithm
Genetic_Al2085099292007
- GENETIC ALGORITHM USING C-GENETIC ALGORITHM USING C++
uartram
- 以Proasic3 Startkit开发板为平台,对Ram进行操作。-The ProASIC3 StartKit development board as a platform, operate Ram.
dual_portram
- 以Proasic3 Startkit开发板为平台,对dualram的应用做了基本介绍。-The ProASIC3 StartKit development board as a platform, on the application of dualram basic.
matrix_pthread
- 2000*2000 矩阵相乘的优化,包括高速缓存优化+多线程-2000* 2000 matrix multiplication optimization, including cache optimization+ multi-threaded
MATLAB
- 关于matlab程序的源代码,主要是关于EM算法的程序实现-About the the matlab program' s source code, the program on the EM algorithm to achieve
chapter6
- 划分(partitioning):将问题分为若干个独立的部分。 分治法(divide and conquer method):将一个大问题逐步分割成若干个原问题的子问题,用简单且相同的方法对这些子问题进行求解,然后将这些子问题的解组合成原问题的解。 在分治法中分解问题和合并结果常使用递归技术来实现。递归分治法能使各个子问题并行化执行,即各个进程用来执行被分解的部分。 通常数据的划分也同时局部化。 -partitioning and divide and conquer metho
