搜索资源列表
producerAndconsumer
- 经典的生产者和消费者问题,两个进程并发执行-Classic issue of producer and consumer,two tenors execute parallel.
smsbean
- smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident, all threads are event-driven
Sample5
- 用java写的平行投影算法的源代码,比较简单好用-using java to write parallel projection algorithm source code, relatively simple handy
hadoop-0.7.1.tar
- hadoop:Nutch集群平台,分布式编程模式,让Nutch可以自动在普通机器组成的集群中以并行方式分布执行-hadoop : Cluster Nutch software platform, distributed programming model, Let Nutch software can be automatically composed of general machinery cluster parallel to the implementation of distribut
CRtion
- 用java编写的服务器段和客户段并行计算程序-prepared using java server and client of parallel computing procedures
MultiTreadWebServer
- 一个多线程的Web服务器,能够并行处理多个请求,实现由RFC 1945定义的HTTP 1.0版-a multithreaded Web server, to a number of requests for parallel processing, RFC 1945 from a definition of the HTTP version 1.0
Progresses
- 本程序是一个Java环境下的多线程的简单事例,程序中用进度条实现了多线程的并行处理-this program is a Java environment multithreading simple examples, procedures used to achieve the progress of the multi-threaded parallel processing
HowToHadoop
- 用 Hadoop 进行分布式并行编程, 分 3 部分-The distributed parallel programming with Hadoop divided into three parts
JAVACOM3
- java for RS232,use java communication api-java for RS232, use java communication api
myServer
- 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
Java_Project
- Project for interfacing Parallel port of the PC through JAVA application.
Parallel_P1768317112004
- Parallel port simulation program
thesis-parallel
- parallel thesis for parallel application area
Parallel-processing-courseware...
- 并行jar包,希望能够对大家有点帮助吧,希望大家踊跃下载-Parallel jar package
DYNAMIC-PARALLEL-ACCESS
- networking dynamic parallel acce-networking dynamic parallel access
parallel-coordinates
- 运用Processing对已给数据进行数据可视化。主要使用了平行坐标的办法。给用户增加与数据的交互功能,能够通过点击鼠标对数据进行更加进一步的了解。 注意:需要通过Processing对文件进行载入。-Processing have been applied to the data for data visualization. The main use of parallel coordinates approach. To increase user interaction with d
parallel-vm
- it is parallel allocation stretegy implemented in Netbeans Java
Assignment-2-(Parallel-Programming)
- java code for parallel programming multithreading with calculation
parallel
- Emulation of system, that split tasks by processors.
Parallel Java
- 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