资源列表
RSA
- RSA 原理: 选取两个不同的大素数p、q,并计算N=p*q 选取小素数d,并计算e,使d*e (p-1)(q-1)=1 -RSA works: select two different large prime numbers p, q, and compute N = p* q Select the small prime d, and calculate the e, so d* e (p-1) (q-1) = 1
prac1a
- 一个适合于cuda初学者的程序,利用cuda实现数组并行赋值-an example for cuda beginner, value an array with cuda
Matrix
- matrix multiplication in mpi
Different-graphics-rendering
- MATLAB软件绘制不同图的几个简单操作让你快速入门,大家看着用.-MATLAB software to draw a few simple operation of the different plans to allow you to quickly get started, we look at the use.
a
- OpenMP简单的应用 输入计算线程数 重复循环执行一定数量的代码 记录起始时间和结束时间 时间相减求出代码执行时间-A simple OpenMP applications enter the calculation of the number of threads that repeat loop executes a certain amount of code to record the start time and end time subtraction to find the co
H_p
- 局部放电模式识别时的谱图计算,该谱图用于计算能量随相位的分布-Spectrum of computing partial discharge pattern recognition, which is used to calculate the energy spectrum with phase distribution
Recursion(complete)
- Recursion Program for Counting Looping
并行N皇后问题
- 利用OPENMP的方法解决N皇后问题!
jump_omp.c.tar
- 基于C的OPENMP并行计算的N皇后问题-C-based parallel computing OPENMP the N-Queen problem
P2chuP1
- 已知两个多项式H1,H2求特定X范围内的商值-Known two polynomials H1, H2 quotient value within a specific range of X
matrix
- matrix multiplication using mpi
mylab_mpi_helloworld20101015.c.tar
- MPI source code: an MPI helloworld.