资源列表
PSOCUDA
- 采用CUDA平台实现人工智能的粒子群优化算法,加速比可达到10倍左右,结构清晰。-The CUDA platform for artificial intelligence, particle swarm optimization algorithm, the speedup can reach about 10 times, a clear structure.
Parallel-computing_ycl_2120111211
- 用c语言实现的两个并行计算程序,其中一个为用sendrecv实现alltoall,另一个为矩阵相乘-C language two parallel program, one to the sendrecv achieve alltoall and one matrix multiplication
luowen
- 标准螺纹量规设计计算,输入基本参数和精度等级,即可得到量规尺寸!-Standard thread gauge design calculations
MATLAB_Simulink_for_Digital_Communication_program
- All matlab codes for digital communication in matlab simulink for students. MATLAB_Simulink_for_Digital_Communication_program_for_student
TestDCT_1st
- OpenCL实现的逆向离散余弦变换,校验无误。性能可以达到CPU的两倍以上,OpenCL1.2版测试通过。 C++/OpenCL-OpenCL inverse discrete cosine transform, the checksum is correct. Performance can be achieved more than twice the CPU OpenCL1.2 version of the test. C++/OpenCL
basic_cuda
- 用CUDA进行点积运算,涉及最基础的cuda结构-Involving the cuda structure of the most basic dot product operation with CUDA
split_cuda
- 一个基础的CUDA例子,并行线程块的分解。-One based on CUDA example, the parallel decomposition of the thread.
cuda_sum
- 一个基础的cuda例子, 用于矢量求和。-A basis for the cuda example, the vector sum
ripple
- 一个基础的CUDA例子,随机画出可以重叠的球体-One based on CUDA example, random draw sphere
PWM
- 飞思卡尔PWM调速程序,应用C语言,在飞思卡尔JM60单片机上实现电机调速-freescale s progam for PWM
BinarySearch
- 将n个元素分成个数大致相同的两半,取a[n/2]与欲查找的x作比较,如果x=a[n/2]则找到x,算法终止。如果x<a[n/2],则我们只要在数组a的左半部继续搜索x(这里假设数组元素呈升序排列)。如果x>a[n/2],则我们只要在数组a的右半部继续搜索x。-Binary Search
mnth_toolbox
- Matlab的模拟退火算法工具箱。并附有sample文件夹,有助于初学者进行学习测试。-The Matlab simulated annealing algorithm toolbox. With the sample folder, will help beginners learn the test.
