全文获取类型
收费全文 | 106篇 |
国内免费 | 5篇 |
完全免费 | 49篇 |
专业分类
自动化技术 | 160篇 |
出版年
2018年 | 1篇 |
2016年 | 2篇 |
2015年 | 3篇 |
2014年 | 8篇 |
2013年 | 3篇 |
2012年 | 12篇 |
2011年 | 12篇 |
2010年 | 5篇 |
2009年 | 14篇 |
2008年 | 11篇 |
2007年 | 20篇 |
2006年 | 10篇 |
2005年 | 16篇 |
2004年 | 4篇 |
2003年 | 14篇 |
2002年 | 5篇 |
2001年 | 2篇 |
2000年 | 6篇 |
1999年 | 1篇 |
1998年 | 2篇 |
1997年 | 1篇 |
1996年 | 1篇 |
1995年 | 1篇 |
1994年 | 1篇 |
1992年 | 1篇 |
1990年 | 2篇 |
1983年 | 2篇 |
排序方式: 共有160条查询结果,搜索用时 31 毫秒
1.
工作流异常处理的形式描述 总被引:14,自引:0,他引:14
异常处理是工作流执行中要解决的主要问题之一,清楚地描述异常处理的过程是最终得到实现的基础。Petri-net对工作流的描述适合于对过程定义进行正确性验证和评价,但描述各种不同条件下的处理策略却很繁琐,采用了一种直观的描述方法对异常处理过程中的元素,即活动、异常处理策略以及处理措施进行了形式化描述,特别是对不同处理策略下的处理过程进行了描述。结合消息机制,分析了一个异常事件出现时,如何处理一个活动实例产生的中间数据,并对事务处理和异常处理的补偿策略进行了比较。描述方法为编码实现提供了很大的方便。 相似文献
2.
Exception Handling in Workflow Systems 总被引:13,自引:0,他引:13
In this paper, defeasible workflow is proposed as a framework to support exception handling for workflow management. By using the justified ECA rules to capture more contexts in workflow modeling, defeasible workflow uses context dependent reasoning to enhance the exception handling capability of workflow management systems. In particular, this limits possible alternative exception handler candidates in dealing with exceptional situations. Furthermore, a case-based reasoning (CBR) mechanism with integrated human involvement is used to improve the exception handling capabilities. This involves collecting cases to capture experiences in handling exceptions, retrieving similar prior exception handling cases, and reusing the exception handling experiences captured in those cases in new situations. 相似文献
3.
面向意外处理的工作流系统建模与执行 总被引:7,自引:0,他引:7
产生于工作流系统的执行阶段、未在系统建模阶段进行描述和定义的突发事件,称为工作流意外事件,对应意外事件的处理过程,称为意外处理。该文针对意外事件,从系统建模与模型执行两个方面对工作流意外处理进行了探讨,在系统建模阶段,通过拓展Petri网中的基本概念,提出并构造了组成工作流的过程单元,在将工作流内在的逻辑关系分解为控制流与数据流的基础上,讨论了一个面向意外处理的工作流系统复合建模方法,对应工作流的模型执行,定义了两类意外处理,用矩阵形式分别表示或标识控制流、数据流和意外事件,经过矩阵分析与变换,对意外事件的影响区域进行范围界定。最后,探讨了这种意外处理方法在数据流意外处理中的实例应用。 相似文献
4.
Exception handling is a technique that tests and handles exception events. Unlike the traditional methods that usually deal with exceptions at later design and implementation phases and easily result in many problems, we emphasis that sufficient attention should be paid to software exception handling during the development of the soft-ware requirements definition. By enforcing this policy through all phases of software development, the level of ro-bustness can be improved considerably. In this paper, the concepts of exception handling are firstly introduced, then the methods of exception handling are discussed, all kinds of exception handling methods and tools are also compared.The current problems and future directions are analyzed at the end of the paper. 相似文献
5.
异常处理是一种用来检测异常并对其进行处理的技术.异常传播改变了程序原来的执行路线,从而改变了程序中的数据流.在进行数据流分析时,如果不考虑异常传播对其造成的影响,则得到的信息将是不准确的.在分析C++异常传播机制和异常传播对数据流分析影响的基础上,提出一种包含异常传播信息的函数间控制流图的构建方法.该控制流图可以清晰地表示出异常的隐式控制流和异常的传播路径;然后提出了基于异常传播分析的数据流分析方法,并给出相应的算法.该方法既克服了因忽略异常传播对数据流影响而造成分析结果不准确的不足,又有助于实现异常传播数据流分析的自动处理;最后用一个实例验证了该方法的可用性.该方法可以为结构测试、回归测试、程序切片等软件工程任务提供相关信息. 相似文献
6.
7.
A Light Workflow Management System Using Simple Process Models 总被引:6,自引:0,他引:6
Alessandra Agostini Giorgio de Michelis 《Computer Supported Cooperative Work (CSCW)》2000,9(3-4):335-363
Workflow management systems are considereda hot technology. Nevertheless, up to now they havenot had the diffusion other packages such asproductivity tools, E-mail systems and groupwareplatforms have. We believe that this fact is due tothe many limitations of current workflow technology(weak support for changes; complex exception handlingmechanisms; limited openness to and integrability withother system components;...) and that radically newworkflow management systems should be designed anddeveloped in order to offer adequate products to themarket. In this paper, we outline the main innovativefeatures of the workflow management component of theMilano system making it highly flexible and adaptable.Particular attention is paid to its modellingframework, which is based on a class of net systemswell supported by efficient algorithms, and to theservices it offers to both workflow designers andactors. The most relevant aspects of the MILANOworkflow management system are also illustratedthrough a realistic example. 相似文献
8.
9.
10.
Java虚拟机异常处理机制的设计与实现 总被引:5,自引:1,他引:4
异常处理机制是程序设计语言的重要特征之一,它为开发可靠性软件系统提供了强有力的支持,介绍了不同语言的异常处理机制,对Java语言的异常处理机制进行了详细论述,最后结合国产开放系统平台COSIX虚拟机异常处理的设计,深入探讨了在解释才及时编译执行两种不同的情况下,异常处理设计与实现的关键技术。 相似文献