Description: 关于并行计算服务器客户端与服务器端,用java编写,包括文档和源程序。-parallel computing server on the client and server using java preparation, including documentation and source code. Platform: |
Size: 141390 |
Author:ad |
Hits:
Description: 移动代理是90年代以来的一项新技术,它的先进性,在分布计算领域美好的应用前景得到了许多专家的认可。与传统的基于客户机/服务器的分布技术相比,移动代理在许多方面给分布技术的实现提供了更好的方案,在电子商务、分布信息查询、并行处理、移动计算、个人助理、信息分布等应用领域具有很好的发展前景。-mobile agents since the 1990s is a new technology, its advanced nature, distributed computing in the field of better prospects for the application of many experts recognition. Based on the traditional client/server technology compared to the distribution, Mobile Agent in many respects to the distribution technology for the realization of a better program, in e-commerce, information distribution inquiries, parallel processing, mobile computing, personal assistants, and information distribution applications has good prospects for development. Platform: |
Size: 6144 |
Author:zent |
Hits:
Description: 关于并行计算服务器客户端与服务器端,用java编写,包括文档和源程序。-parallel computing server on the client and server using java preparation, including documentation and source code. Platform: |
Size: 141312 |
Author:ad |
Hits:
Description: 统
Oracle数据库
SQL Server
MySQL数据库
其他数据库
汇编语言
SCSI/ASPI
编译器/解释器
磁盘工具
语音合成与识别
编辑器/阅读器
杀毒
中文信息处理
FlashMX源码
并行计算
书籍源码
Delphi控件源码
操作系统开发
中间件编程
+ 电子书籍
VC书籍
Java书籍
Delphi/CppBuilder
软件工程
其他书籍
+ 文章/文档
软件设计/软件工程
文件格式
技术管理
行业发展研究
人物传记/成功经验
通讯编程文档
系统设计方案
其他
-EC Oracle Database SQL Server MySQL database to other databases assembly language SCSI/ASPI compiler/interpreter Disk Utility speech synthesis and recognition editor/reader antivirus Chinese information processing FlashMX parallel computing source book source code Delphi source operating system controls the development of intermediate pieces of programming+ e-books VC Books Java Books Delphi/CppBuilder Software Engineering other books+ article/Document software design/software engineering the file format technology management industry research biographies/successful experience in communications system design programming documents other Platform: |
Size: 4141056 |
Author:CARSON |
Hits:
Description: 全国第四届java技术与应用交流论文集
一、专题综述
1.JXT--A PEER-TO-PEER TECHNOLOG..
2.JAVA智能卡技术及其它世界各国的广泛..
3.选择java战略决策
....
二、Java平台的应用与开发
A.多级网站模式中数据同步机制的研究
B.构件与java平台下的电子商务构件开发
C.一个用JAVA实现的并行计算的应用实例
....
三、Java技术与应用
1.JAVA子集部分求值器的约束时间分析
2.基于J2EE的电子书店
3.用JAVA语言实现网上定餐
-Java fourth national communication technology and application essays 1, thematic overview 1.JXT A PEER-TO-PEER TECHNOLOG .. 2.JAVA smart card technology and other countries in the world wide .. 3. .... The strategic decision to choose java Second, Java platform applications and development of A. multi-level Web site mode mechanism of data synchronization with the java platform B. Components of the development of e-commerce component C. A JAVA achieved by the application of parallel computing .... III Java Technology and Application 1.JAVA subset evaluator part of the binding time analysis 2. J2EE-based electronic bookstore 3. realize the Internet using JAVA language set meal Platform: |
Size: 8073216 |
Author:chenhj520 |
Hits:
Description:
MySQL数据库
其他数据库
汇编语言
SCSI/ASPI
编译器/解释器
磁盘工具
语音合成与识别
编辑器/阅读器
杀毒
中文信息处理
FlashMX源码
并行计算
书籍源码
Delphi控件源码
操作系统开发
中间件编程
MacOS编程
+ 电子书籍
VC书籍
Java书籍
Delphi/CppBuilder
软件工程
认证考试资料
其他书籍
+ 文章/文档
软件设计/软件工程
文件格式
技术管理
行业发展研究
人物传记/成功经验
通讯编程文档
系统设计方案
其他
[不能选分类或FireFox浏览器请点此处]
[建议增加分类]-MySQL database to other databases assembly language SCSI/ASPI compiler/interpreter Disk Utility speech synthesis and recognition editor/reader antivirus Chinese information processing FlashMX parallel computing source book source code Delphi source operating system controls the development of middleware programming MacOS series Cheng+ e-books VC Books Java Books Delphi/CppBuilder software engineering certification exam information other books+ article/Document software design/software engineering the file format technology management industry research biographies/successful experience in communications system design programming documents other [ the election can not be classified or FireFox browser, please point here] [proposal to increase the classification] Platform: |
Size: 242688 |
Author:安定 |
Hits:
Description: Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有600个节点的集群测试过Hadoop框架。- Apache Hadoop Core is a software platform that lets one easily write and run applications that process vast amounts of data.
Here s what makes Hadoop especially useful:
* Scalable: Hadoop can reliably store and process petabytes.
* Economical: It distributes the data and processing across clusters of commonly available computers. These clusters can number into the thousands of nodes.
* Efficient: By distributing the data, Hadoop can process it in parallel on the nodes where the data is located. This makes it extremely rapid.
* Reliable: Hadoop automatically maintains multiple copies of data and automatically redeploys computing tasks based on failures.
Hadoop implements MapReduce, using the Hadoop Distributed File System (HDFS) (see figure below.) MapReduce divides applications into many small blocks of work. HDFS creates multiple replicas of data blocks for reliability, placing them on compute nodes around the cluster. MapReduce can then process the data w Platform: |
Size: 3598336 |
Author:宾利金 |
Hits:
Description: 这是一个演示分布式系统并行计算的GUI程序,通过在log定制事件,即可查看-This is a demonstration of distributed parallel computing system GUI program, customized through the case log to see Platform: |
Size: 59392 |
Author:disheng |
Hits:
Description: 该文档为《Globus Toolkit4:java网格服务编程》的过程解读,一直更新中... ...从并行计算的高层服务认识,并深入认识GT的架构从而更加深入的理解网格计算的意义-The document for the " Globus Toolkit4: java programming grid services," the process of interpretation, has been updated in the ... ... from the parallel computing of high-level service awareness, and in-depth understanding of the structure of GT and thus more in-depth understanding of the significance of grid computing Platform: |
Size: 40960 |
Author:王星 |
Hits:
Description: java 多线程编程,演示了线程等待,唤醒。可以达到并行计算。利用著名操作系统的生产者与消费者说了原理。-java multithreaded programming that demonstrates thread waiting, wake up. Parallel computing can be achieved. Using well-known operating system that the principle of producers and consumers. Platform: |
Size: 2048 |
Author:ox |
Hits:
Description: In this text, students of applied mathematics, science and engineering are introduced to fundamental ways of thinking about the broad context of parallelism. The authors begin by giving the reader a deeper understanding of the issues through a general examination of timing, data dependencies, and communication. These ideas are implemented with respect to shared memory, parallel and vector processing, and distributed memory cluster computing. Threads, OpenMP, and MPI are covered, along with code examples in Fortran, C, and Java. The principles of parallel computation are applied throughout as the authors cover traditional topics in a first course in scientific computing. Building on the fundamentals of floating point representation and numerical error, a thorough treatment of numerical linear algebra and eigenvector/eigenvalue problems is provided. By studying how these algorithms parallelize, the reader is able to explore parallelism inherent in other computations, such as Monte Carlo methods Platform: |
Size: 1644544 |
Author:zahid |
Hits:
Description: java实现生产者与消费者的程序。java中很好的多线程并行运算-java implementation of the program producers and consumers. java in a good multi-threaded parallel computing Platform: |
Size: 6144 |
Author:huxiao |
Hits:
Description: 基于Java的并行计算,搜寻任意范围区间的所有等于质数乘积的数,可作为对并行计算的入门了解。-Java-based parallel search any range interval number is equal to the product of prime numbers, as parallel computing introductory understanding. Platform: |
Size: 2048 |
Author:李佳轩 |
Hits:
Description: Parallel Java是基于Java提供的并行编程API,其目标是(1)在一套API中同时支持基于线程/共享内存的并行编程和基于消息/集群的并行编程;(2)提供与OpenMP和MPI相同的功能,但采用面向对象的Java API;和(3)很容易部署在异构计算环境中,包括单核CPU、多核CPU及集群。本文介绍了Parallel Java的特点和体系结构,并与其他基于Java的并行开发中间件进行了对比。(Parallel Java is a API parallel programming based on Java provides the goal (1) in a API and thread support / shared memory parallel programming and parallel programming based on message / cluster; (2) with OpenMP and MPI provide the same functionality, but the Java API object oriented; and (3) is easy to deploy in a heterogeneous computing environment, including single core CPU, and multi-core CPU cluster. This paper introduces the characteristics and architecture of Parallel Java, and compares it with other Java based parallel development middleware.) Platform: |
Size: 107520 |
Author:kmsj
|
Hits: