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

搜索资源列表

  1. MultiThreadProcess

    0下载:
  2. Windows多线程编程实例的多线程处理,一个简单的区间积分函数的实现。-Multi Thread programming project for multi thread Process。It s a simple example for get random returns a random integer between min and max data.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1574120
    • 提供者:dianalee
  1. lib_trhead_pool

    0下载:
  2. c封装的线程池库,并且包含简单高效的内存池.代码接口逻辑清晰,且高效稳定-c package thread pool library, and includes a simple and efficient memory pool. code interface logic, clarity, and the highly efficient and stable ...
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:6626
    • 提供者:soar_zhong
  1. exa_5

    0下载:
  2. 多核程序设计一书中第五章代码,讲述linux下使用pthread函数库进行多线程开发。-Multi-core programming code for a book chapter, talk about linux using pthread library for multi-threaded development.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:55412
    • 提供者:Xing
  1. exa_4

    0下载:
  2. 多核程序设计一书中第四章代码,讲述windows下用win32Api,MFC及C#进行多线程开发。-Multi-core programming code in a book, Chapter IV, described under windows with win32Api, MFC and C# multi-threaded development.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2446454
    • 提供者:Xing
  1. MultiCore-Programming

    0下载:
  2. Intel出版的多核编程,介绍通过软件的多线程方式来提高性能的方法。分为介绍多核变成,线程的综述,并行的基本概念,线程以及并行编程的结构,线程的API,OpenMP技术,并行编程的常规问题,多线程debug方法,Intel多核处理器的线程及其开发工具等。-Intel multi-core programming, published to introduce the way through the software to improve performance of multi-threaded
  3. 所属分类:MPI

    • 发布日期:2017-05-20
    • 文件大小:5867165
    • 提供者:Arthas
  1. mypi

    0下载:
  2. 使用多线程求Pi,并做性能分析,当N取1000000时,比较采用1,2,3……个线程时所用的时间。-Parallel calculate pi,and analyse the performs.
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:572
    • 提供者:snowman
  1. 20100505mandMPImultithread

    0下载:
  2. 并行计算,mpi模型。计算分形集mandelbrot集。这次加上了多线程,并行度更高!-Parallel computing, mpi model. Mandelbrot set fractal set computing. The addition of multi-threaded, parallel degree higher!
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:567671
    • 提供者:徐东
  1. bingxinghebingsuanfa

    0下载:
  2. 本实验为并行合并算法,目的是1.掌握秩合并算法的基本原理。2、掌握多线程编程的基本方法。 -In this study, parallel merging algorithm for the purpose of 1. To master the basic principles of rank aggregation algorithms. 2, grasp the basic method of multi-threaded programming.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3881
    • 提供者:xiaoxiao
  1. MKL_Overview

    0下载:
  2. 利用Intel MKL实现矩阵相乘的几个程序;另外一个是MonteCarlo方法的用多线程计算Pi的程序-Matrix multiplication based on Intel MKL library.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:11295
    • 提供者:Andrew
  1. NET_Remoting

    0下载:
  2. 利用远程调用组件技术,实现多线程并行计算。-Use of remote call component technology, multi-threaded parallel computing.
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:90642
    • 提供者:刘戈
  1. spinner

    0下载:
  2. 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序被并行执行,在其中一个应用程序fork/execs自身的多个实例,多核的每个核也相似,而这样的实例一起执行该应用程序,使用的实例之间的UDN来互相通信。-This example program demonstrates a single-app parallel execution style, in which an application fork/ex
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2881
    • 提供者:曾三
  1. ComputePi

    0下载:
  2. 采用了多线程的pi值计算,效率比单线程高-Using a multi-threaded pi value, high-efficient than single-threaded
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:1108
    • 提供者:shilla
  1. java_wait_notify_notifyall

    0下载:
  2. java 多线程编程,演示了线程等待,唤醒。可以达到并行计算。利用著名操作系统的生产者与消费者说了原理。-java multithreaded programming that demonstrates thread waiting, wake up. Parallel computing can be achieved. Using well-known operating system that the principle of producers and consumers.
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1914
    • 提供者:ox
  1. concurrent-computation

    1下载:
  2. 多线程计算pi,多线程计算3PCF,MPI实现jacobi迭代,3PCF优化!天津大学计算机学院并行计算课程作业。-Multi-threaded computing pi, multi-threaded computing 3PCF, MPI implementation jacobi iteration, 3PCF optimization! Tianjin University, Computer Science course work in parallel computing.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:584483
    • 提供者:马克.托拉
  1. Prime

    0下载:
  2. JAVA多线程找质数。 输入为你想要创建的线程数和质数上限。 例: java PrimeSieve 10 3会利用三个线程输出10以下所有的质数-JAVA multi-threading to find prime numbers. Enter the number of threads you want to create the maximum number and quality. Example: java PrimeSieve 10 3 will make use of
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2015
    • 提供者:Yichen Li
  1. MST

    0下载:
  2. 最小生成树问题。多线程编程、并行计算。使用OpenMP计算最小生成树。-MST problem
  3. 所属分类:MPI

    • 发布日期:2017-05-21
    • 文件大小:6164638
    • 提供者:任倚天
  1. QuickSort

    0下载:
  2. 快速排序、多线程编程、并行计算。使用OpenMP解决快速排序问题-QuickSort problem
  3. 所属分类:MPI

    • 发布日期:2017-05-22
    • 文件大小:6170317
    • 提供者:任倚天
  1. robotics

    0下载:
  2. 基于行为的多线程并行处理构架的java 接口,代码看似很简单,但非常实用的算法,尤其是在做”机器人“编程方面-Behaviour based architecture by java
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:7894
    • 提供者:Ricky
  1. ProduceAndConsume

    0下载:
  2. 生产者消费者模型 使用多媒体计时器 完全了解多线程-produce and consume model using media timer more thread
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:24572
    • 提供者:程兆坡
  1. crossMatch

    0下载:
  2. 交叉证验的多线程实现版本,附有代码的测试文件。需要在Linux下运行。,-Cross-validation of the multi-threaded implementation version of the test code is attached to the file. Need to run under Linux. ,
  3. 所属分类:MPI

    • 发布日期:2017-05-19
    • 文件大小:5464752
    • 提供者:刘彦镔
« 1 2 34 5 6 »
搜珍网 www.dssz.com