CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - .h

搜索资源列表

  1. sched

    0下载:
  2. sched.h是一个用于在c/c++环境下实行并行计算的头文件,上传以供大家使用。-sched.h is used in a c / c environment for parallel computing is implemented under the first document, Upload for everyone to use.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2247
    • 提供者:kgjhi
  1. ant

    0下载:
  2. 算法解释: 程序开始运行,蚂蚁们开始从窝里出动了,寻找食物;他们会顺着屏幕爬满整个画面,直到找到食物再返回窝。 其中,‘F’点表示食物,‘H’表示窝,白色块表示障碍物,‘+’就是蚂蚁了。 预期的结果: 各个蚂蚁在没有事先告诉他们食物在什么地方的前提下开始寻找食物。当一只找到食物以后,它会向环境释放一种信息素,吸引其他的蚂蚁过来,这样越来越多的蚂蚁会找到食物!有些蚂蚁并没有象其它蚂蚁一样总重复同样的路,他们会另辟蹊径,如果令开辟的道路比原来的其他道路更短,那
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:5617
    • 提供者:chen
  1. MATLAB

    0下载:
  2. 卷积运算:取x(t)和h(t)的长度为nx,nh。平移量n=nh+nx-1,利用for和if语句实现倒序求和运算。外循环用一个for语句实现平移,通过在求和时取数组元素的顺序实现倒序求和
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:1421
    • 提供者:1
  1. H.264CUDA

    0下载:
  2. 使用CUDA进行H264编码的经典文章:H.264 ME implementation on CUDA,值得推荐学习。-H264 encoded using CUDA for classic article: H.264 ME implementation on CUDA, worth recommending to learn.
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:250703
    • 提供者:wyg
  1. ListViewFilter_src

    0下载:
  2. This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header.
  3. 所属分类:MPI

    • 发布日期:2017-04-25
    • 文件大小:37567
    • 提供者:mai
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1960
    • 提供者:刘铭
  1. USBfirmwareSourceCode

    0下载:
  2. 经过验证可用,基于CY7C68013的固件源程序;Cypress Semiconductor公司的EZ-USB FX2是世界上第一款集成USB2.0的微处理器,它集成了USB2.0收发器、SIE(串行接口引擎)、增强的8051微控制器和可编程的外围接口-Verified available, based on the CY7C68013 firmware source code Cypress Semiconductor' s EZ-USB FX2 is the world' s
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:80873
    • 提供者:lyd
  1. higham

    0下载:
  2. Scientific Commons: SDELab: stochastic differential equations with ...by H Gilsing - 2006 - Cited by 5 - Related articles 5 Jan 2006 ... We introduce SDELab, a package for solving stochastic differential equations (SDEs) within ... Download, http:
  3. 所属分类:并行运算

    • 发布日期:2013-12-07
    • 文件大小:9651
    • 提供者:郎思琪
  1. MPI_HyperQuicksort

    1下载:
  2. MPI (message passing protocol) based quicksort. HyperQuicksort version (original proposed by C.J Quinn) Tested and Developed in H.U.T by MonteCristo
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:5389
    • 提供者:montecristo
  1. MPI_RegularSamplingQuickSort

    0下载:
  2. Regular Sampling Quick Sort (general quicksort) MPI based. Original Proposed by C.J.Quinn. Tested and developed by MPI teams in H.U.T (monteCristo)
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:5158
    • 提供者:montecristo
  1. MethodsForParallelSorting

    0下载:
  2. Clearly explainations and analysis of concurrent parallel methods for data sorting (MPI based) Created by MonteCristo (H.U.T)
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:422656
    • 提供者:montecristo
  1. trace_with_kalman_ok

    0下载:
  2. 背景目标跟踪代码,实现目标的提取,前景的提取-gshgsd hdfs hsdf hsfd hfg h
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1968
    • 提供者:premier
  1. cuda_by_example

    0下载:
  2. CUDA By Example书籍的所有源代码,载入工程可运行。-CUDA By Example books of all source code, load the project to run.
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:301281
    • 提供者:rgk
  1. Shortest-path

    0下载:
  2. 弗洛伊德(Floyd)算法 MPI并行算法 MPI.h MPI.c源码-Floyd (Floyd) algorithm source MPI parallel algorithm MPI.h MPI.c
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:268176
    • 提供者:riter
  1. LCD12864Real-time-temperature

    0下载:
  2. #include<reg51.h> #include"LCD12864.h" #include"zimo.h" #include"LCD1602.h" void hua_zuobiao(void) //画坐标 在LCD12864实时显示当前温度波形,Proteus仿真.C源码,Keil编译环境-# Include <reg51.h># Include " LCD12864.h" # include " zimo.h" #
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:78046
    • 提供者:罗宇宙
  1. cuda_by_example

    0下载:
  2. Cuda by example, the sourcecode of this book. Simple but useful~
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:334792
    • 提供者:
  1. h264cuda

    0下载:
  2. H.264编解码的CUDA实现,并行加速算法,内部实现了H.264视频编解码的CUDA实现,能够编译通过,已经过测试,并且还添加了注释信息。-CUDA H.264 codec implementation, parallel acceleration algorithms, the internal implementation of the H.264 video codec CUDA realization, to compile, has been tested, and also add
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:2614108
    • 提供者:佘云峰
  1. gpsjixianjiesuan-mohudusuanfa

    0下载:
  2. Gps 整周模糊度算法源码 基线解算 测量平差 O文件读取-#include stdafx.h #include SPP.h #include Matrix.h #include math.h #include SPPDoc.h gps satlite compute #include Gps.h #include MainFrm.h #include SPPDoc.h #include SPPView.h
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:3068957
    • 提供者:heshiqun
  1. mpi_wave

    0下载:
  2. mpi fortran wave equation solver code !cc MAIN is the main program for WAVE_MPI. !c !c Discussion: !c !c WAVE_MPI solves the wave equation in parallel using MPI. !c !c Discretize the equation for u(x,t): !c d^2 u/dt^2 - c^2 * d^2 u
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:3864
    • 提供者:reza
  1. cuda_by_example

    0下载:
  2. cuda by example 书中对应的源代码,含有book.h和gult库,GPU 高性能编程CUDA实战(the code of <cuda by example > an instruction to General-Purpose GPU Programmong)
  3. 所属分类:并行计算

« 12 »
搜珍网 www.dssz.com