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

搜索资源列表

  1. imagemagic

    1下载:
  2. demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:46659
    • 提供者:chezhen
  1. pai

    0下载:
  2. 通过多线程的编程实现圆周率简单计算方式,是多线程编程中较为简单的题目,但整体结构上比较易懂,是初学者学习多线程变成的入门代码。-Through a multi-threaded programming pi simple calculation method is relatively simple multi-threaded programming topics, but the overall structure is relatively easy to understand, is f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:3809
    • 提供者:赵新宇
  1. test.cpp.tar

    0下载:
  2. linux多线程矩阵相乘(C++) 采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:662
    • 提供者:xp
  1. mul

    0下载:
  2. 在Linux平台上用多线程方法实现浮点向量的点积计算-On the Linux platform with multi-thread methods to achieve floating-point vector dot product calculation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:741
    • 提供者:徐航
  1. socket

    0下载:
  2. 计算机网络编程,多线程,多进程,相互之间传递信息-Computer network programming, multi-threaded, multi-process and transmit information between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:5875
    • 提供者:周媛
  1. Fund7MultiThread

    0下载:
  2. 一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步。-A project, the main thread is responsible for user interaction, provide a button interface through which users create a new thread to handle complex calculations. Multi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:77788
    • 提供者:张一辰
  1. mypi

    0下载:
  2. 多线程计算pi,并且做性能分析。单线程与多线程对比 计算量相同,线程数不同 例如,N取1000,000,测试使用1、2、3、4……个线程时所需要的时间。 线程数相同,计算量不同 例如,只考察单线程和双线程的性能对比,N分别取不同的数值。 -Multi-threaded computing pi, and do performance analysis. Comparison of single-threaded and multithreaded computing the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:577
    • 提供者:Junki Lee
  1. 3pcf

    0下载:
  2. 3PCF计算多线程实现 定义: 点集D、R。 定义D中的点为ai∈D,R中的点为bi∈R。 距离:r1、r2、r3、err 求: 满足以下条件的三元组(空间中三角形)的数目 <ai, bm, bn>,|ai-bm|=r1±err且|ai-bn|=r2±err且|bm-bn|=r3±err 原始解法: 对于D中每一点ai,在R中找到与之距离为r1的点集R’,找到与之距离为r2的点集R’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:869
    • 提供者:Junki Lee
  1. upc-hands-on-sc09

    0下载:
  2. 并行编程技术,利用多线程提高程序效率。可以用用图像,矩阵的计算-UPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:158227
    • 提供者:王锁
  1. mandMPI623

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

    • 发布日期:2017-05-15
    • 文件大小:3588551
    • 提供者:徐东
  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. pi

    0下载:
  2. 多线程计算pi,在linux下用gcc编译 执行下面命令: gcc -pthread pi.c -o pi-Multi-threaded computing pi, using the gcc compiler under linux execute the following command: gcc-pthread pi.c-o pi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:720
    • 提供者:laurence
  1. linux

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

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

    0下载:
  2. 编写一个多队列线程池应用,在应用中存在三种线程:一个用户线程,用于向主控线程发送加法计算请求;一个主控线程,接收到用户发送的加法请求后负载均衡地将请求分配给若干计算线程;若干计算线程,接收来自主控线程的加法请求,计算后将结果返回给用户线程。其中每个线程都拥有自己的消息队列。测试时需要向主控线程提交>=1000个加法请求,用户线程需要验证是否收到结果。-The preparation of the application of more than one queue thread pool,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:20342
    • 提供者:熊涛
  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. prime

    0下载:
  2. unix下通过创建多线程计算质数的优化算法-unix calculate prime numbers by creating a multi-threaded optimization algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:1500
    • 提供者:王哥
  1. Operating-Systems-Internals-and-

    0下载:
  2. 操作系统——内核与设计原理(中文版第四版) 原书名:Operating Systems:Internals and Design Principles(Fourth Edition) 作者: (美)William Stallings 全面系统地讲述了操作系统的基本概念、原理和方法,而且以当代最流行的两个操作系统——Windows 2000和UNIX为例,全面清楚地展现了当代操作系统的本质和特点,并且与当代流行的设计问题以及当前操作系统的发展方向联系起来,使本书的内容具有先进性和适
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-09
    • 文件大小:16381952
    • 提供者:唐小米
  1. Geekbench21-Linux

    0下载:
  2. linux版geekbench 可测试cpu多线程计算和内存性能的工具-Geekbench measures your computer s processor and memory performance. Use the Geekbench Browser to organize and share your Geekbench results with other Geekbench users around the world.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1471866
    • 提供者:tommy
  1. omap-IEC61850.tar

    1下载:
  2. 利用omapl138平台,arm利用socket通信接收IEC61850数据包并交付给DSP进行解包和电能计算,程序设计利用多线程,可实现电能实时计算,满足4k采样速率。(Using omapl138 platform, arm uses socket communication to receive IEC61850 data packet and delivers it to DSP for unpacking and energy calculation. The program desi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-08-24
    • 文件大小:2900992
    • 提供者:孙kekekeke
搜珍网 www.dssz.com