搜索资源列表
Sample5
- 用java写的平行投影算法的源代码,比较简单好用-using java to write parallel projection algorithm source code, relatively simple handy
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
hadoop-0.1.0.tar
- Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有60
javaphone
- 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-System all the way to stimulate the use of events, all worker threads are event-driven model, so to ensure maximum effic
Java_Project
- Project for interfacing Parallel port of the PC through JAVA application.
Parallel_P1768317112004
- Parallel port simulation program
hadoop
- 并行处理的好方法 java 很值得看看,对并行很有帮助-A good way of parallel processing java
zhixian
- 判断两条直线是否平行,也可以判断是否相交,并可以求出交点。-To determine whether the two parallel straight lines, you can also determine whether the intersection, and can find the intersection.
ij
- ImageJ是一個基於java的公共的圖像處理軟件,它是由National Institutes of Health開發的。可運行於Microsoft Windows,Mac OS,Mac OS X,Linux,和Sharp Zaurus PDA等多種平台。其基於java的特點, 使得它編寫的程序能以applet等方式分發。 ImageJ能夠顯示,編輯,分析,處理,保存,打印8位,16位,32位的圖片, 支持TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS等
paralleltranspose
- This a program for parallel matrix transpose-This is a program for parallel matrix transpose
powsum
- This parallel java program to find a power series of n numbers.-This is parallel java program to find a power series of n numbers.
EmployeeMgmt-Flex
- 传统的 Java EE 应用程序通常使用某种 MVC 框架(例如,Struts)作为前端用户界面,随着 Flex 的兴起,基于 RIA 的客户端能够给用户带来更酷的界面,更短的响应时间,以及更接近于桌面应用程序的体验。本文将讲述如何将 Flex 集成至一个现有的 Java EE 应用程序中,以及如何应用最佳实践高效率地并行开发 Java EE 和 Flex-The traditional Java EE applications typically use a MVC framework (eg
Java-2010-08-10
- java并行运算的基础教程,很基础,很清晰,章节了然-java-based parallel computing tutorial, very basic, clear, clear understanding of chapter
Parallel-Coordinates
- 基于Java内核的processing语言的一个程序 用于可视化数据。 数据采用平行坐标的方式进行可视化,包括源码和实验的一些材料。-processing is based on java to program.this is a program which can visualize datas into images.
java
- 实现客户端和主机之间通信,使用套接字和线程使通信可以并行操作。-Communication between client and host, use the socket and thread the communication can operate in parallel.
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