搜索资源列表
forma
- 实现实时技术功能,优先级高于windows软件计数,适合RTX初学者参考-real time count function is proposed here,it s suitable for beginner
mpi_gather_mollc.c
- 系统自带的mpi_gather函数的功能的测试程序-System' s own functional mpi_gather function test procedures
shijian
- MPI的实现,MPI时间函数的测试,测试MPI的时间函数是否正确-MPI implementation, MPI function of time of testing, test MPI' s a function of time is correct
Desktop
- 计算一个整数的二进制表示中1的个数,该算法循环的次数只与整数的二进制表示中1的个数有关。相比与循环遍历所有位的方法,该算法在一般情况下能够大幅减少循环的次数,提升效率。 比如我们可以用一个整数做标识位,64位整数最多可以对应64个状态,可以用这个函数获取当前有效状态的个数-Calculate an integer number of the binary representation of the number of 1' s, this algorithm the numbe
opencl-1.2-extensions.pdf.tar
- OpenCL1.2版本的扩展功能用户手册。-OpenCL1.2 version of the Expansion Function User' s Manual.
ex2_19
- 利用两层BP神经网络完成函数逼近。隐含层的激活函数取S型传输函数,输出层的激活函数取线性传输函数-Two layer BP neural network using function approximation. The S transfer function of the hidden layer activation function, the output layer activation function of linear transfer function
LSMI-GPU-CUDA
- 程序是基于GPU的CUDA架构进行通用计算的程序,程序实现的功能是阵列信号处理的波束形成,实现方法是LSMI即迭代对角加载采样矩阵求逆法,用的编程软件是vs2012-the program is based on GPU s CUDA,its function is beamform for array signal process,the method is LSMI,vs2012 is used
罚函数
- 利用罚函数计算min X1^2+X2^2 s.t. 2X1-X2≤7 X1^2+3X2^2=2(Penalty function calculation)