资源列表
[并行运算] Mandelbrot_core
说明:Calculation of mandelbrot set using openMP<Alessandro> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[并行运算] test
说明:verilog实现循环计数器,8位的计数器,可使用在各类FPGA平台中-a loop counter designed by verilog<tianjinjin> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[并行运算] ANSYScalculating-the-cylinder-craze
说明:这是ansys里面apdl语言,用于计算圆柱体开裂-This is the ansys inside apdl language, used for calculating the cylinder craze<晏辉煌> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[并行运算] basic_cuda
说明:用CUDA进行点积运算,涉及最基础的cuda结构-Involving the cuda structure of the most basic dot product operation with CUDA<weijian> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[并行运算] split_cuda
说明:一个基础的CUDA例子,并行线程块的分解。-One based on CUDA example, the parallel decomposition of the thread.<weijian> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[并行运算] 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<WiselyHuang> 在 2025-06-11 上传 | 大小:1kb | 下载:0