全文获取类型
收费全文 | 58篇 |
免费 | 1篇 |
专业分类
综合类 | 1篇 |
无线电 | 1篇 |
一般工业技术 | 1篇 |
自动化技术 | 56篇 |
出版年
2023年 | 1篇 |
2022年 | 1篇 |
2020年 | 2篇 |
2019年 | 1篇 |
2017年 | 1篇 |
2015年 | 1篇 |
2014年 | 5篇 |
2013年 | 5篇 |
2012年 | 2篇 |
2011年 | 4篇 |
2010年 | 2篇 |
2009年 | 4篇 |
2008年 | 3篇 |
2007年 | 2篇 |
2005年 | 1篇 |
2004年 | 1篇 |
2003年 | 1篇 |
2002年 | 1篇 |
2000年 | 2篇 |
1999年 | 4篇 |
1997年 | 2篇 |
1996年 | 1篇 |
1995年 | 2篇 |
1994年 | 3篇 |
1993年 | 4篇 |
1990年 | 2篇 |
1989年 | 1篇 |
排序方式: 共有59条查询结果,搜索用时 15 毫秒
31.
Samuel A. Oyewole Amey M. FardeJoel M. Haight Oladapo T. Okareh 《Computers in human behavior》2011,27(5):1984-1995
This paper provides a human-centered analytical approach to learning dynamic and complex tasks using the Adaptive Control of Thought-Rational (ACT-R) and the State, Operator And Result (SOAR) models by comparing the task times of the model and the subjects. Twenty-one full time assembly line workers at a local computer company (14 men and 7 women) from ages 18-32 (Mean = 19.86 years, SD = 0.96 years) were randomly selected for this analysis. The task involved the placement of printed circuit board (PCB) components on the flow line of the desktop computer mother board manufacturing process. The overall timed performance of the subjects indicated that the match between the model and the subjects was good, resulting in an R2 - value of 0.94. At the unit task level performance, and R2 - value of 0.96 for placing the PCBs on the flow line. For tasks involving picking and searching of PCBs, the obtained R2 - value was 0.76 and R2 of 0.68 at the keystroke level. Findings revealed that the model already started out with a complete strategy of performing the task, whereas the human participants had to acquire additional learning information during the trials. Efforts will be made in the future to determine how the performance of the human subjects could be enhanced to meet or the same level as the model performance. 相似文献
32.
Lazy functional languages are declarative and allow the programmer to write programs where operational issues such as the evaluation order are left implicit. This should be reflected in the design of debuggers for such languages to avoid burdening the programmer with operational details, e.g. concerning the actual evaluation order. Conventional debugging techniques tend to focus too much on operational aspects to be suitable in this context. A record of the execution that only captures the declarative aspects of the execution, leaving out operational details, would be a viable basis for debugging lazy functional programs. Various declarative debugging tools could then be developed on top of such records. In this paper we propose a structure which we call the Evaluation Dependence Tree (EDT) for this purpose, and we describe two different construction methods. Performance problems are discussed along with possible solutions. 相似文献
33.
Hilderick A. van der Meiden Author Vitae Willem F. Bronsvoort Author Vitae 《Computer aided design》2007,39(8):652-662
Parametric and feature-based CAD models can be considered to represent families of similar objects. In current modelling systems, however, the semantics of such families are unclear and ambiguous.We present the Declarative Family of Objects Model (DFOM), which enables us to adequately specify and maintain family semantics. In this model, not only geometry, but also topology is specified declaratively, by means of constraints. A family of objects is modelled by a DFOM with multiple realizations. A member of the family is modelled by adding constraints, e.g. to set dimension variables, until a single realization remains. The declarative approach guarantees that the realization of a family member is also a realization of the family.The realization of a family member is found by solving first the geometric constraints, and then the topological constraints. From the geometric solution, a cellular model is constructed. Topological constraints indirectly specify which combinations of cellular model entities are allowed in the realization. The system of topological constraints is mapped to a Boolean constraint satisfaction problem. The realization is found by solving this problem using a SAT solver. 相似文献
34.
Set-grouping and aggregation are powerful operations of practical interest in database query languages. An aggregate operation
is a function that maps a set to some value, e.g., the maximum or minimum in the set, the cardinality of this set, the summation
of all its members, etc. Since aggregate operations are typically non-monotonic in nature, recursive programs making use of
aggregate operations must be suitably restricted in order that they have a well-defined meaning. In a recent paper we showed
that partial-order clauses provide a well-structured means of formulating aggregate operations with recursion. In this paper,
we consider the problem of expressing partial-order programs via negation-as-failure (NF), a well-known non-monotonic operation
in logic programming. We show a natural translation of partial-order programs to normal logic programs: Anycost-monotonic partial-order programsP is translated to astratified normal program such that the declarative semantics ofP is defined as the stratified semantics of the translated program. The ability to effect such a translation is significant
because the resulting normal programs do not make any explicit use of theaggregation capability, yet they are concise and intuitive. The success of this translation is due to the fact that the translated program
is a stratified normal program. That would not be the case for other more general classes of programs thancost-monotonic partial-order programs. We therefore develop in stages a refined translation scheme that does not require the translated
programs to be stratified, but requires the use of a suitable semantics. The class of normal programs originating from this
refined translation scheme is itself interesting: Every program in this class has a clear intended total model, although these
programs are in general neither stratified nor call-consistent, and do not have a stable model. The partial model given by
the well-founded semantics is consistent with the intended total model and the extended well founded semantics,WFS
+, defines the intended model. Since there is a well-defined and efficient operational semantics for partial-order programs14, 15, 21) we conclude that the gap between expression of a problem and computing its solution can be reduced with the right level of
notation.
Mauricio J. Osorio G., Ph.D.: He is an Associate Professor in the Department of Computer Systems Engineering, University of the Americas, Puebla, Mexico.
He is the Head of the Laboratory of Theoretical Computer Science of the Center of Research (CENTIA), Puebla, Mexico. His research
is currently funded by CENTIA and CONACYT (Ref. #C065-E9605). He is interested in Applications of Logic to Computer Science,
with special emphasis on Logic Programming. He received his B.Sc. in Computer Science from the Universidad Autonoma de Puebla,
his M.Sc. in Electrical Engineering from CINVESTAV in Mexico, and his Ph.D. from the State University of New York at Buffalo
in 1995.
Bharat Jayaraman, Ph.D.: He is an Associate Professor in the Department of Computer Science at the State University of New York at Buffalo. He obtained
his bachelors degree in Electronics from the Indian Institute of Technology, Madras in 1975, and his Ph.D. from the University
of Utah in 1981. His research interests are in Programming Languages and Declarative Modeling of Complex Systems. He has published
over 50 research papers. He has served on the program committees of several conferences in the area of Programming Languages,
and he is presently on the Editorial Board of the Journal of Functional and Logic Programming. 相似文献
35.
36.
37.
38.
《Expert systems with applications》2014,41(11):5340-5352
A business process (BP) consists of a set of activities which are performed in coordination in an organizational and technical environment and which jointly realize a business goal. In such context, BP management (BPM) can be seen as supporting BPs using methods, techniques, and software in order to design, enact, control, and analyze operational processes involving humans, organizations, applications, and other sources of information. Since the accurate management of BPs is receiving increasing attention, conformance checking, i.e., verifying whether the observed behavior matches a modelled behavior, is becoming more and more critical. Moreover, declarative languages are more frequently used to provide an increased flexibility. However, whereas there exist solid conformance checking techniques for imperative models, little work has been conducted for declarative models. Furthermore, only control-flow perspective is usually considered although other perspectives (e.g., data) are crucial. In addition, most approaches exclusively check the conformance without providing any related diagnostics. To enhance the accurate management of flexible BPs, this work presents a constraint-based approach for conformance checking over declarative BP models (including both control-flow and data perspectives). In addition, two constraint-based proposals for providing related diagnosis are detailed. To demonstrate both the effectiveness and the efficiency of the proposed approaches, the analysis of different performance measures related to a wide diversified set of test models of varying complexity has been performed. 相似文献
39.
In functional languages such as OBJ*, CafeOBJ, and Maude, symbols are given strategy annotations that specify (the order in) which subterms are evaluated. Syntactically, strategy annotations are given either as lists of natural numbers or as lists of integers associated to function symbols whose (absolute) values refer to the arguments of the corresponding symbol. A positive index prescribes the evaluation of an argument whereas a negative index means “evaluation on-demand”. These on-demand indices have been proposed to support laziness in OBJ-like languages. While strategy annotations containing only natural numbers have been implemented and investigated to some extent (regarding, for example, termination, confluence, and completeness), fully general annotations (including positive and negative indices) have been disappointingly under-explored to date.In this paper, we first point out a number of problems of current proposals for handling on-demand strategy annotations. Then, we propose a solution to these problems by keeping an accurate track of annotations along the evaluation sequences. We formalize this solution as a suitable extension of the evaluation strategy of OBJ-like languages (which only consider annotations given as natural numbers) to on-demand strategy annotations. Our on-demand evaluation strategy (ODE) overcomes the drawbacks of previous proposals and also has better computational properties. For instance, we show how to use this strategy for computing (head-)normal forms. We also introduce a transformation which allows us to prove the termination of the new evaluation strategy by using standard rewriting techniques. Finally, we present two interpreters of the new strategy together with some encouraging experiments which demonstrate the usefulness of our approach. 相似文献
40.
Rita Loogen 《New Generation Computing》1993,11(2):179-215
Functional logic languages are declarative programming languages that integrate the programming paradigms of functional and logic languages within a
single framework. They are extensions of functional languages with principles derived from logic programmingNarrowing, the evaluation mechanism of functional logic languages, can be defined as a generalization ofreduction, the evaluation mechanism of purely functional languages. The unidirectional pattern matching, which is used for parameter
passing in functional languages, is simply replaced by the bidirectionalunification known from logic programming languages.
We show in this paper, how to extend a reduction machine, that has been designed for the evaluation of purely functional programs
to a machine that performs narrowing. The necessary extensions concern the realization of unification and backtracking, for
which we fall back upon the methods of Warren’s Prolog engine.21) The narrowing machine embodies an optimized treatment of deterministic computations. A complete specification of the reduction
and the narrowing machine and of the translation of a sample language into abstract machine code is given. Comparative results
of a C-implementation of the reduction and the narrowing machine show that the time overhead of the more complex narrowing
evaluation is, in general, less than 10% of the reduction evaluation. 相似文献