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

搜索资源列表

  1. Threaded

    0下载:
  2. 多线程程序,未进行数据保护。程序打开一个text文件,线程按行从文件中读取数据同时计算每行 的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:761
    • 提供者:ASIN
  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. sample1302

    0下载:
  2. 实现多线程通讯编程,一个线程计算1到100的整数,另一个线程显示得到1到100的计算结果-Multi-threaded communication programming, a thread to calculate an integer of 1-100, another thread display calculations 1-100
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1879761
    • 提供者:dds
  1. morethread

    0下载:
  2. 基于MFC和vc6.0编写的多线程程序,能动态添加线程,分线程计算10000自然数累加和-Multithreaded programs written in MFC and vc6.0 can dynamically add a thread, the thread computing 10000 natural number sum
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-10
    • 文件大小:17366771
    • 提供者:yaoxiong
  1. linux

    0下载:
  2. Linux下利用多线程实现矩阵相乘的并行计算-Linux using multi-threaded parallel computing for matrix multiplication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-03
    • 文件大小:1101
    • 提供者:严杨
  1. JavaMultithread

    0下载:
  2. java 计算矩阵相乘。采用多线程的方法。单线程与多线程对比 计算量相同,线程数不同。-java calculate the matrix multiplication. Using the method of multi-threaded. Single-threaded and multi-threaded results calculated in the same number of threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:837
    • 提供者:dd
  1. check_n_final

    0下载:
  2. 这个项目主要是实现多线程判断大量点与多面体的情况,在空间体积计算模拟等方面应该会有非常好的实用价值。具体就是判断点是否是在多面体的内部,外部,面上,顶点。并输出点和所在多面体的整体坐标。目前,本程序主要是针对凸6面体,但很容易扩展到N凸面体。-This project is multi-threaded to determine a large number of points with the polyhedron, should have very good practical value
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:38054
    • 提供者:fuhaiyang
  1. MP3Player

    0下载:
  2. 本设计主要基于Visual Studio 2010编译环境下,涉及到多线程的设计,创建了两个线程,其中一个线程MP3的播放线程,另一个线程是频谱的分析线程,播放线程总是通过解码器获取数据,频谱线程根据当前播放的时间获取到正在播放的PCM数据,使用FFT计算后绘图显示。MP3解码则由由libmad开源解码库完成。-This design is mainly based on the build environment in Visual Studio 2010, related to the mu
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:640981
    • 提供者:能能
  1. android-multithreading

    0下载:
  2. 多线程下载可以并发的用多个线程进行下载。 根据下载文件的大小和进程数计算每个线程下载文件的长度和位置。-Multi-threaded download concurrency of multiple threads to download. Download the file size and the number of processes to calculate the length and location of each thread download.
  3. 所属分类:android

    • 发布日期:2017-11-21
    • 文件大小:13352
    • 提供者:lunck
  1. logintest.tar

    0下载:
  2. 网络登录机器人的源码,采用多线程并行计算,模拟网络机器人的同时登录。-The network logon robot source, multi-threaded parallel computing, the analog network robot Login.
  3. 所属分类:MPI

    • 发布日期:2017-11-24
    • 文件大小:407374
    • 提供者:liuzhuo
  1. common

    0下载:
  2. localtime函数不是线程安全的,这个时间类可以完成获取当前时间,计算时间间隔,获取当前年月日等功能。该类可以在多线程中使用。-localtime function is not thread-safe, this time the class can be done to get the current time to calculate the time interval, to get the current date and other functions. This class c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:3874
    • 提供者:sproll
  1. parallel-compute.

    0下载:
  2. 一个基于OpenMp并行编程的实例,基于多线程,多线程比单线程下节省运行时间的典型例子。算法内容主要是计算矩阵乘积,再求个元素和。可通过"任务管理器"-"性能"查看运行在多核上。-Typical example of a parallel programming based OpenMp instance, save run time based on the multi-threaded, multi-threading than single-threaded. The algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:21072
    • 提供者:shell
  1. MultiThread2

    0下载:
  2. 基于VC++的双线程,多线程运算实例,如上图所示的窗口中,有两个线程,一个是计算9X9乘法,另一个线程则对1——100000以内的数进行求和运算,点击“开始”按钮后,两线程分别进行运算,互不影响,多线程可有效提升程序处理性能。-Based dual-thread VC++, multi-threaded computing instances, as shown above the window, there are two threads, one calculated 9X9 multipl
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-20
    • 文件大小:19855
    • 提供者:zhb
  1. duohe

    0下载:
  2. 多核编程,包括多线程编程,计算PI,临界区实验,信号量实验,非常完整-Multi-core programming, including multi-threaded programming, calculated PI, critical section experiments, semaphores experiment, very complete
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-03
    • 文件大小:645632
    • 提供者:yuan
  1. Pi

    0下载:
  2. 一个简单的计算Pi的Pthread多线程程序,提供给用户输入想开的线程数和N计算pi值。-A simple calculation of Pi Pthread multi-threaded program, available to user input like to open the number of threads and N calculate the value of pi.
  3. 所属分类:MPI

    • 发布日期:2017-11-07
    • 文件大小:1159
    • 提供者:邹伟伟
  1. MD5ChecksumGenerator

    0下载:
  2. 计算MD5校验和的一个列表文件,多线程与状态监控器。md5文件。-MD5 checksum calculation and a list of files, multi-threaded and Status Monitor. md5 file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:144086
    • 提供者:玛丽莲梦露
  1. P2P

    0下载:
  2. 基于VC++的网络通信,实现两台计算机上的多线程文件互传-Based VC++ network communications, multi-threaded on both computers transferring files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-21
    • 文件大小:3642824
    • 提供者:江淹
  1. Muliticore

    0下载:
  2. 在Linux/Windows平台上实现单精度浮点的矩阵乘法,在Linux/Windows平台上用多线程方法实现浮点向量的点积计算,多核的经典入门必学算法-In Linux/Windows platform to achieve single-precision floating-point matrix multiplication, in Linux/Windows platform using multi-threading methods to achieve floating point
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:250461
    • 提供者:lishanmin
  1. ATM

    0下载:
  2. 利用了多线程,模仿atm机的工作原理~简单的计算存钱,取钱等功能~-Use of multi-threading, imitating atm machine works- simple calculation to save money and other functions ~
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-26
    • 文件大小:10612
    • 提供者:方晶
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com