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

搜索资源列表

  1. Thread(new)

    0下载:
  2. 这是一个关于线程并行与串行所用时间的比较(结合了win32更有实用性)-This is a thread of the serial and parallel time spent by the comparison (in the context of the win32 more practical)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:72514
    • 提供者:Freedom
  1. smsbean

    2下载:
  2. smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident, all threads are event-driven
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:577254
    • 提供者:理想
  1. caoqing

    0下载:
  2. 最近学习了非阻塞IO(NIO),因为厌烦了在开发并行处理时候,阻塞IO所导致的肥服务端,因为对于每个客户连接都要产生一个线程对此进行处理,当然你可以不这样实现,但我的前提是开发并行处理,下面是我的源码,因为是在dos命令行测试的,所以要是编写为GUI的时候,还要很多要改的东西,这也是我下个征服的对象,当然我已经迫不及待了,下面是我花了三个晚上学习并编写的非阻塞聊天室:(供交流学习用) -recent study nonobstructive IO (NIO), as tired in the d
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11801
    • 提供者:曹操
  1. c_s_udp_tcp

    0下载:
  2. 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:2088889
    • 提供者:wuyan
  1. readerwriter.cpp

    1下载:
  2. 读者—写者问题的读写操作限制(包括读者优先和写者优先): 1)写—写互斥,即不能有两个写者同时进行写操作。 2)读—写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读—读允许,即可以有一个或多个读者在读。 -readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) w
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-15
    • 文件大小:5568
    • 提供者:jj
  1. Java_Socke183657142005

    0下载:
  2. 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-29
    • 文件大小:46561
    • 提供者:Tony Yau
  1. x-net

    0下载:
  2. IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:389616
    • 提供者:张本梁
  1. myServer

    0下载:
  2. java socket编程,类似tomcat功能,支持线程池,并行,以及访问服务器下的html文件-java socket programming, tomcat similar functionality, support for the thread pool, in parallel, as well as access the server under the html file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:101400
    • 提供者:luyu
  1. l-thread

    0下载:
  2. An exercise with thread of C. If you want to explore this programming language you must know the thread and parallel programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:7311
    • 提供者:lupsyn
  1. Dijkstra-omp

    0下载:
  2. C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:computing
  1. ImageEdit

    0下载:
  2. 简单的线程并行的编程,用到事件和临界区,工作者线程对图像的处理-Simple parallel-threaded programming, use cases and critical areas, workers on the image processing thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:37701
    • 提供者:liusanchao
  1. appplet

    0下载:
  2. 在使用声音文件的时候,特地引用了一个媒体文件,是JDK本身没有的,程序不安装JMF是无法听到声音的。之后,在线程应用上,建立两个相应的线程就可以完成任务了。在效果上能够让人感觉到是同步进行,但应当实际理解为程序的运行是线性的,在单CPU上是不可能出现并行的。-At a time when the use of sound files, specifically citing a media file, the JDK does not, the program not to install JM
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:1060
    • 提供者:wangpei
  1. QGServerLib_release.tar

    0下载:
  2. QGServerLib是一个C++实现的简单易用的Tcp服务器框架库,旨在简化服务器的构建过程。 具有如下特点: 1, 以模块化的处理池为基本构建元素,能够方便的实现安全稳定的服务架构。 2,事件触发,多线程事件监听,任务化读写访问,解决单线程监听及数据读写带来的性能瓶颈,连接不受线程数限制。 3,写队列,并行读写逻辑,支持服务器数据推送(Push)。 4,数据传送协议,避免数据传送错误,封装数据流。 5,类远过程调用。 6,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-03
    • 文件大小:1081069
    • 提供者:lwp
  1. Retlang.0.4.2.0

    0下载:
  2. Retlang is a robust library for writing highly concurrent applications. The library borrows part of its name and design from Erlang. Retlang provides a concurrency solution that is quite different from basic locking solutions, Parallel FX, or t
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:862407
    • 提供者:yuchao
  1. Threads

    0下载:
  2. A simple Thread system for parallel programs
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:22499
    • 提供者:shojaei
  1. pthread-merge

    0下载:
  2. p-thread merge sort!
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1621
    • 提供者:Sarah
  1. Segmented-parallel

    0下载:
  2. 并行是指时间上的同时处理。并发是将程序分成多个线程分段执行,通过调度线程执行顺序,来实现多个程序对于用户来说是同时运行的,就像你可以听歌的同时修改文档一样。但具体到线程级别的话,这些线程实际上是线性执行的,只不过执行消耗的时间片实在太短,人感觉不出来,只是觉得两个程序都在正常运行。目前能算得上并行的话也就多核技术了,而且还得解决同步问题,只能说更加接近并行的概念。-Parallel processing is the same in time. Concurrency is staging a
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2114009
    • 提供者:王林
  1. Updatedata-in-thread-by-Sendmessage

    0下载:
  2. VS2013环境下,在线程中使用Sendmessage实现Updatedata(False)功能。并且进行多线程并行运行的演示。-Under VS2013 environment, the use Sendmessage achieve Updatedata (False) function in the thread. And multi-threaded demo run in parallel.
  3. 所属分类:Button control

    • 发布日期:2017-05-30
    • 文件大小:12481639
    • 提供者:Michael
  1. parallel

    0下载:
  2. 一种多进程进行并行计算的程序,不采用线程池方法。用多进程并行计算加快运行速度。例子中采用并行多进程取最大值。-A multi-process procedure performed in parallel computing, do not use the thread pool method. Parallel computing using multiple processes to run faster. Examples of parallel multi-process takes a
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:21066
    • 提供者:jason
  1. Parallel Java

    0下载:
  2. Parallel Java是基于Java提供的并行编程API,其目标是(1)在一套API中同时支持基于线程/共享内存的并行编程和基于消息/集群的并行编程;(2)提供与OpenMP和MPI相同的功能,但采用面向对象的Java API;和(3)很容易部署在异构计算环境中,包括单核CPU、多核CPU及集群。本文介绍了Parallel Java的特点和体系结构,并与其他基于Java的并行开发中间件进行了对比。(Parallel Java is a API parallel programming bas
  3. 所属分类:Java编程

    • 发布日期:2017-12-15
    • 文件大小:107520
    • 提供者:kmsj
« 12 3 »
搜珍网 www.dssz.com