CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - parallel c

搜索资源列表

  1. TCP-CS

    0下载:
  2. 这里只是一个简单的客户端和服务端通过TCP/IP通信的小程序, 支持多客户端并行发送, 服务器收到数据并返回给相应的客户端。-This is simple C/S applications via TCP/IP protocol. Support for multiple clients in parallel transmission.
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3246577
    • 提供者:无所不入
  1. MPI_OpenMP_code

    0下载:
  2. 压缩包里包含几个用C编写的并行代码,运行无误。其中包括,电路满足性的MP程序,floyd算法MPI代码,Sieve_Eratoshenes筛法MPI代码,矩阵相乘的MPI代码以及计算PI值的OpenMP代码。-Which contains several parallel programs written in C to run correctly. Among them, including Floyd algorithm procedures, matrix multiplication M
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:20389
    • 提供者:刘建凯
  1. MPI

    1下载:
  2. 里面包含两本MPI的经典书籍和一份PPT。 MPI并行程序设计自学教程.PPT MPI与OpenMP并行程序设计:C语言版 高性能计算之并行编程技术-MPI并行程序设计(完整版)-MPI which contains two classic books and a PPT. MPI parallel programming self-paced tutorial .PPT MPI and OpenMP parallel programming: C language vers
  3. 所属分类:MPI

    • 发布日期:2017-12-14
    • 文件大小:50061312
    • 提供者:刘建凯
  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. semtex-V8_2.tar

    0下载:
  2. parallel spectral element code, written in C and C-parallel spectral element code, written in C and C++
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:881553
    • 提供者:bbb
  1. queen

    0下载:
  2. 并行计算的一个简单c++代码,解决八皇后问题,在mpi上运行。-Parallel computing a simple c++ code to solve the eight Queen s problems, in mpi operation.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3000
    • 提供者:张禹
  1. liziqunsuanfa

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等[1] 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1323
    • 提供者:snowtiger
  1. Coding

    0下载:
  2. project name:- parallel implementation of AES algorithm using GPU AES algorithm is implementated in C++ AES algorithm is implementated in Compute Unified Device Architecture (CUDA library devloped by NVIDIA)
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:2521853
    • 提供者:avadhut
  1. uhbf

    0下载:
  2. Project :- parallel implementation bellman fords algorithm using gpgpu bellman fords algorithm implementated in C++ bellman fords algorithm implementated in CUDA
  3. 所属分类:File Operate

    • 发布日期:2017-05-06
    • 文件大小:681244
    • 提供者:avadhut
  1. CUDA-code

    0下载:
  2. 本代码是CUDA C/C++编程入门者学习的,其中包括对GPU设备参数的获取代码,原子操作,流等代码。初学者掌握并行计算不错的入门程序-The code is CUDA C/C++ beginners to learn programming, including the GPU to get the code of the device parameters, atomic operation, flow, etc. code. Parallel Computing for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:464141
    • 提供者:刘楠
  1. rHAT-master

    0下载:
  2. rHAT: fast alignment of noisy long reads with regional hashing。 这是此篇论文的C++ 实现的算法源代码。——关于生物信息学中long read匹配领域的一个基于哈希的解决算法。运行在linux上,自带参数实现并行处理。 -rHAT: fast alignment of noisy long reads with regional hashing. This is the thesis of this post C++ imple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-05
    • 文件大小:67100
    • 提供者:Dongfang
  1. evoluuiondeclaration

    0下载:
  2. C#语言的多线程示例,使用Parallel类-Multithreading example of c# language, the use of Parallel class
  3. 所属分类:ComboBox

    • 发布日期:2017-05-05
    • 文件大小:21621
    • 提供者:mmgcxnme
  1. swoole-master

    0下载:
  2. 一个专门为PHP语言设计的异步、并行、高性能网络通信引擎,使用纯C语言编写,提供了PHP语言的异步多线程服务器,异步TCP/UDP网络客户端,异步MySQL,异步Redis,数据库连接池,AsyncTask,消息队列,毫秒定时器,异步文件读写,异步DNS查询。 Swoole内置了Http/WebSocket服务器端/客户端、Http2.0服务器端。-A special asynchronous, PHP language design, high performance parallel net
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-12-12
    • 文件大小:823640
    • 提供者:Shannon
  1. zhuanzhi

    2下载:
  2. 矩阵转置的并行化实现,用的的是c语言,mpi实现的,可以参考下-Matrix transpose of the parallel implementation, using the c language, mpi implementation, you can refer to the next
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:白杨
  1. 8916094

    0下载:
  2. Game Of Life 的并行程序 在MPI的下设计的C语言程序-Game Of Life under the MPI parallel program design Of C language program
  3. 所属分类:Network Security

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:Leifsg
  1. the

    0下载:
  2. Game Of Life 的并行程序 在MPI的下设计的C语言程序-Game Of Life under the MPI parallel program design Of C language program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:qncooe
  1. polar_BP_decoder.cu

    1下载:
  2. 本代码是基于GPU的polar码BP并行译码,主要完成基于GPU的并行译码功能,开发语言为CUDA C。(BP parallel decoding of polar codes based on GPU)
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:npu
  1. Assignment 3

    0下载:
  2. In this report, we study on the intermodal transportation system of Pearl River Delta city group. In the system, each city is regarded as a node. For convenience, we remove some unimportant cities and simplify the system from 14 nodes to 5 nodes. Bec
  3. 所属分类:交通/航空行业

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:鱼888
  1. dwt

    0下载:
  2. Running: C:\Xilinx_Installed\14.3\ISE_DS\ISE\bin\nt\unwrapped\fuse.exe -intstyle ise -incremental -lib unisims_ver -lib unimacro_ver -lib xilinxcorelib_ver -lib secureip -o G:/Techscope/On going Mtech/Miniproject/1DDWT/xilinx/top_dwt_isim_beh.exe -pr
  3. 所属分类:开源硬件

    • 发布日期:2017-12-18
    • 文件大小:3072
    • 提供者:farrokh
  1. 机器人搬运

    0下载:
  2. 本工程是一个封装非常完整的多步进电机驱动系统,系统运行完全不影响主程序运行,即宏观上实现多进程并行运行。机器人搬运\HARDWARE\MOTORLIB\motor.c中的大中断为本驱动的核心部分,每次进入中断检查舵机当前和设定状态并执行一次动作。(This project is a very complete package of multi-stepper motor drive system, the system does not run the main program running,
  3. 所属分类:单片机开发

    • 发布日期:2017-12-19
    • 文件大小:319488
    • 提供者:bigsuperZZZX
« 1 2 ... 21 22 23 24 25 2627 28 »
搜珍网 www.dssz.com