搜索资源列表
laplace
- 并行程序设计。laplace的并行实现.laplace是一个非常非常重要的算法,并行程序可以有效提升算法的执行效率。-Parallel programming. The laplace parallel implementation to the laplace is a very, very important algorithms, parallel programs can effectively improve the efficiency of the implementation o
Desktop
- 计算一个整数的二进制表示中1的个数,该算法循环的次数只与整数的二进制表示中1的个数有关。相比与循环遍历所有位的方法,该算法在一般情况下能够大幅减少循环的次数,提升效率。 比如我们可以用一个整数做标识位,64位整数最多可以对应64个状态,可以用这个函数获取当前有效状态的个数-Calculate an integer number of the binary representation of the number of 1' s, this algorithm the numbe
python-GBDT
- 一个用PYTHON编写的梯度提升算法,适合做分类回归,希望对你有用-A gradient boost algorithm in PYTHON, suitable for classification of regression, hope useful to you
dijkstra_cuda
- 采用cuda对dijkstra算法进行并行实现,性能提升7倍多。- U91C7 u75286 u5B09 u5B09 u7
fft
- 基于MPI的并行快速傅里叶变换算法,通过多核并行计算提升计算性能。(the fast Fourier transform algorithm based on MPI coding)
