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

搜索资源列表

  1. xitong

    0下载:
  2. 本文是针对于应用在精整线上冷轧带钢表面质量自动检测系统的研究, 该系统用于在线检测划痕、 折印、锈斑、辊印等常见的冷轧带钢表面缺陷。系统采用多个面阵摄像头同步采集图像的方式, 并通 过由光源构成的“ 暗场照明” 方式实现对缺陷的检测。系统采用了并行计算机制和多线程机制, 并对 算法进行了优化, 从而满足数据的实时处理要求。-This article is for applications in the finishing line in the cold rolled strip s
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:937655
    • 提供者:
  1. FileMD5

    0下载:
  2. 查看文件MD5值的源码,包含一个计算MD5值的类,通过多线程优化了查看大文件MD5的效率-View file MD5 value of the source, include a calculation of MD5 value of the class, through the optimization of a multi-threaded MD5 view the efficiency of large files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:37809
    • 提供者:沼泽
  1. Javapshi

    0下载:
  2. 《Java编程那些事儿》以通俗易懂的语言和代码示例介绍Java语言编程的各种知 识,是一本指导初学者进行自学编程,并通过相关章节附带的练习融会贯通相关技术的入门书籍。《Java编程那些事儿》按照技术学习的顺序,依次介绍了计算 机基础知识、建立Java开发环境、Java基础语法、流程控制使用、数组使用、方法使用等编程基础知识,然后介绍了面向对象编程、JDK API结构、I/O技术、多线程技术、网络编程技术和界面开发技术等内容,并结合例子深入介绍了技术的实际应用,是一本实用的Java学习书籍。-fa
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2773263
    • 提供者:王帅
  1. Program-With-OpenMP

    0下载:
  2. C++中使用OpenMp实现多核多线程并行计算的基础知识-C++, multi-core multi-threaded use OpenMp the basics of parallel computing
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2787077
    • 提供者:
  1. calculatPI

    0下载:
  2. 运用多线程的方法计算pi的值。通过公式法和面积法实现。可以通过调整线程数和数据的运算规模来计算pi,计算不同线程之间的性能差异。-Calculated using multi-threaded the value of pi. Area through the formula and method implementation. You can adjust the number of threads and data operations to calculate the size of pi
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1225
    • 提供者:morgan
  1. primenumber

    0下载:
  2. 最大素数计算器,利用多线程同步实现计算所有不大于输入数据的所有素数并将其结果输出。线程数可调-The largest prime number calculator, using multi-thread synchronization to achieve the calculation of all the input data is not greater than all the prime numbers and the results output. Adjustable numbe
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3568322
    • 提供者:王超
  1. ComputePi

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

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

    0下载:
  2. 在多核处理器计算机上实现的多线程INSAR相位解缠,具体解缠方法为最小二乘法。-Multi-core processors to achieve multi-threaded computer INSAR phase unwrapping, unwrapping method for the specific method of least squares.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4475283
    • 提供者:dawd
  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. ParallelComputingCode

    1下载:
  2. 并行计算,多线程,MPI,hadoop,天津大学-Parallel computing, multithreading, MPI, hadoop, Tianjin University
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-29
    • 文件大小:11485013
    • 提供者:century
  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 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com