资源列表
crc16_8bit.v
- FPGA用于实现crc16编码的verlog源程序,用到的请下载。-FPGA is used to achieve the the crc16 the encoding of verlog source code used to download.
Xilinx
- 基于spartan V5的FPGA 分频器设计-Spartan V5 FPGA-based crossover design
MPI-book
- 一本并行式开发的书籍,对并行式开发的人很好,希望大家可以下载 并在这方面好好发展,适合于图形,石油开采等-A Book About MPI
Mpi--datalog--classification--
- Mpi例子以及datalog 说明和数据挖掘分类机制-The Mpi example and datalog instructions and data mining classification mechanism
giveAtomPosition
- vasp做纳米材料的结构优化后,OUTCAR中最后的原子坐标可以用这段fortran代码来执行提取。-optimization of the structure of nanomaterials vasp do, OUTCAR final atomic coordinates can be used during this fortran code to perform the extraction.
CG
- 共轭梯度法求极值,非常值得学习一下,谢谢大家的支持-the max value of CG
RPM_concave
- 一个凹的最优化方法,鲁棒性点匹配matlab代码-Robust Point Matching Revisited: A Concave Optimization Approach
cuda_based
- 并行计算中如何进行矩阵运算,文档详细介绍了矩阵运算的并行方法。-A good document on how to realize metrix plus on GPU
parallel
- 什么是并行计算,如何有效进行并行程序开发,文档详细围绕并行计算展开。-a introduction of parallel programing
Jaccobi-chuanxing
- 这是雅克比迭代的串行算法。主要目的是计算串行所用的时间。-Jacobi iteration serial algorithm. The main purpose is to calculate the time used for the serial.
possion
- 这是泊松分布的并行算法。计算算法所需要的时间。本程序是在基于fortran下的mpi运行的。-This is a parallel algorithm for the Poisson distribution. Calculate the time required by the algorithm. This program is based under fortran mpi run.
prime4
- 使用pthread多线程库实现筛法生成素数算法,生成1-n内素数后,可以分段生成n+1-n^2内的素数。-Pthread multithreading library sieve method to generate primes algorithm to generate 1-n primes segment to generate n+1-n ^ the primes 2 within.