搜索资源列表
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
xiaoxiMPI
- 消息传递并行编程环境MPI 图文并茂,推荐-message passing parallel programming environments MPI illustrated Suggest
yumpi
- 都老师的 并行程序设计之mpi.pdf 图文并茂,推荐-teachers are parallel programs Design mpi.pdf illustrated Suggest
PVM_UG&RM_examples
- pvm 并行计算开发指南及参考手册,含两个例子,pi, hello-pvm Parallel Computing Development Guide and Reference Manual, containing two examples, pi, hello
在PC上用并行口模拟I2C总线的C源代码
- 在PC上用并行口模拟I2C总线的C源代。-used on the PC parallel port simulation I2C Bus C source generation.
并行算法
- vc下如何实现并行算法-vc how to achieve parallel algorithm
Sample5
- 用java写的平行投影算法的源代码,比较简单好用-using java to write parallel projection algorithm source code, relatively simple handy
Java_Project
- Project for interfacing Parallel port of the PC through JAVA application.
Parallel_P1768317112004
- Parallel port simulation program
PARALlel
- web page to describe the use of bubble sort in parallel
parallel.tar
- An Introduction to Parallel Programming. The goal of this tutorial is to give an introduction into all aspects of parallel programming that are necessary to write your own parallel programs.
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