首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   177篇
  免费   10篇
  国内免费   14篇
电工技术   4篇
综合类   21篇
化学工业   4篇
金属工艺   2篇
机械仪表   2篇
能源动力   1篇
石油天然气   1篇
无线电   7篇
一般工业技术   6篇
原子能技术   4篇
自动化技术   149篇
  2020年   1篇
  2019年   1篇
  2014年   1篇
  2013年   3篇
  2012年   3篇
  2011年   2篇
  2010年   5篇
  2009年   6篇
  2008年   7篇
  2007年   14篇
  2006年   14篇
  2005年   13篇
  2004年   11篇
  2003年   14篇
  2002年   9篇
  2001年   17篇
  2000年   14篇
  1999年   22篇
  1998年   18篇
  1997年   17篇
  1996年   7篇
  1995年   1篇
  1992年   1篇
排序方式: 共有201条查询结果,搜索用时 15 毫秒
1.
介于消息传递界面和并行应用之间的通信库系统对开发高性能的可靠、易维护的大型并行应用提供了支持。文章以BLACS和OilCL为例,从进程抽象命名,基于源的消息选择,非阻塞通信和集体通信等方面分析了介于消息传递系统和并行应用之间的通信库系统功能。  相似文献   
2.
不确定性MPI/PVM程序的完全调试   总被引:5,自引:0,他引:5  
王锋  安虹  陈志辉  陈国良 《软件学报》2001,12(3):334-339
讨论如何完全地调试不确定性MPI/PVM并行程序.在循环调试过程中,不确定性导致前次遇到的错误在以后的执行中很可能无法再现.基于MPI/PVM的FIFO通信模型,给出一种记录-重放技术的实现.通过可控制的重放,用户可以覆盖所有可能的程序执行路径,从而达到完全调试的目的.和其它方法相比,所提供的方法所需时空开销要小得多.此技术已在两种消息传递体系结构上得到实现:一种是曙光-2000超级服务器(由国家智能计算机研究中心开发),它由单处理器(PowerPC)结点经MESH网互联而成;另一种是国家高性能计算中心(  相似文献   
3.
基于PVM的C++对象分布并行机制的初步研究   总被引:2,自引:0,他引:2  
李毅  周明天  虞厥邦 《软件学报》2001,12(2):173-182
对象具有内在的并行性.将面向对象程序设计与分布并行处理相结合,可产生既具有面向对象特征,又充分利用资源,还可缩短作业运行时间的对象分布并行系统.提出了一种基于PVM(parallelvirtualmachine)的C++对象的分布并行机制.该机制以协议和pvmlib作了向后兼容扩充的PVM系统为对象分布并行支撑;用预处理器将用户作业的并行类分离,并派遣到(PVM)系统中的目标机进行异地编译、加载执行;通过把并行类映射为PVM任务,请求对象消息映射为请求PVM任务消息来实现并行类对象的分布并行.实验结果表明,此对象分布并行机制(当问题规模达到一定程度时)可提高系统资源利用率和程序运行效率,并能简化PVM应用编程.  相似文献   
4.
This paper reports a fast convergent boundary element method on a Parallel Virtual Machine (PVM) (Geist et al., PVM: Parallel Virtual Machine, A Users' Guide and Tutorial for Networked Parallel Computing. MIT Press, Cambridge, 1994) cluster using the SIMD computing model (Single Instructions Multiple Data). The method uses the strategy of subdividing the domain into a number of smaller subdomains in order to reduce the size of the system matrix and to achieve overall speedup. Unlike traditional subregioning methods, where equations from all subregions are assembled into a single linear algebraic system, the present scheme is iterative and each subdomain is handled by a separate PVM node in parallel. The iterative nature of the overall solution procedure arises due to the introduction of the artificial boundaries. However, the system equations for each subdomain is now smaller and solved by direct Gaussian elimination within each iteration. Furthermore, the boundary conditions at the artificial interfaces are estimated from the result of the previous iteration by a reapplication of the boundary integral equation for internal points. This method provides a consistent mechanism for the specification of boundary conditions on artificial interfaces, both initially and during the iterative process. The method is fast convergent in comparison with other methods in the literature. The achievements of this method are therefore: (a) simplicity and consistency of methodology and implementation; (b) more flexible choice of type of boundary conditions at the artificial interfaces; (c) fast convergence; and (d) the potential to solve large problems on very affordable PVM clusters. The present parallel method is suitable where (a) one has a distributed computing environment; (b) the problem is big enough to benefit from the speedup achieved by coarse-grained parallelisation; and (c) the subregioning is such that communication overhead is only a small percentage of total computation time.  相似文献   
5.
并行软件开发环境的研究已日益成为并行计算和并行处理的重点。本文简介了可移植的消息传递环境PVM,讨论了以此为目标的图形监视环境XPVM,阐明XPVM环境与实际需要的PVM并行调试环境之间的差距,并在此基础上探讨了并行调试环境开发中的技术难点及其设计要求。  相似文献   
6.
本文提出了一种基于分布存储结构和消息传递平台的并行Lisp语言,给出了Lisp语言的并行机制,举例说明了并行Lisp程序的设计方法,并用一个实际系统PARLisp阐明了在PVM上的主要实现方法,给出了性能测试结果。  相似文献   
7.
A numerical study is performed to investigate the effect of task decomposition on networked parallel processes using Parallel Virtual Machine (PVM), In our study, a PVM program distributed over a network of workstations is used in solving a finite difference version of a one dimensional heat equation, where natural choice of PVM programming structure would be the master-slave paradigm with the aim of finding an optimal configuration resulting in least computing time including communication overhead among machines. Given a set of PVM tasks comprised of one master and five slave programs, it is found that there exists a pseudo optimal number of machines, which does not necessarily coincide with the number of tasks, that yields the best performance when the network is under a light usage. Increasing the number of machines beyond this optimal one does not improve computing performance since increase in communication overhead among the excess number of machines offsets the decrease in CPU time obtained by distributing the PVM tasks among these machines. However, when the network traffic is heavy, the results exhibit a more random characteristic that is explained by the random nature of data transfer time.  相似文献   
8.
PVM与网络并行计算   总被引:2,自引:0,他引:2  
松散耦合的异构型并行处理系统近年来又有较大的发展,这种只能支持粗粒度并行的计算环境,由于通讯硬件的更新和软件环境的开发,其性能已经能够与某些MPP机相媲美,因而形成并行处理领域一个强有力的分支-网络计算,本文围绕PVM,讨论网络计算的软件环境,概述其特色和发展,并与其它基于消息传递的软件环境相比较,最后预测PVM未来可能面临的问题和发展方向。  相似文献   
9.
基于PVM的动态可伸缩并行调试器设计   总被引:2,自引:0,他引:2  
PVM(parallel virtual machine)正在被越来越广泛地使用,但PVM应用程序的并行调试还是一个有待解决的难题。文中介绍了自行设计的基于PVM的动态可伸缩并行调试器ddbg,主要内容包括并行调试界面、总体设计和一些关键的实现技术。ddbg与其它已有的消息传递并行调试器相比,最大特点是其动态可伸缩结构,它能根据应用的需要自动分布调试服务。  相似文献   
10.
赵晓玲  孙济洲 《计算机工程》2003,29(18):101-103
针对粒子跟踪算法提出了并行方案,设计了相应的并行绘制模型,并对该方案进行了算法设计和程序验证,以理想的加速比和较高的效率实现了粒子跟踪算法。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号