全文获取类型
收费全文 | 910篇 |
免费 | 34篇 |
专业分类
电工技术 | 12篇 |
化学工业 | 206篇 |
金属工艺 | 14篇 |
机械仪表 | 23篇 |
建筑科学 | 59篇 |
能源动力 | 32篇 |
轻工业 | 141篇 |
水利工程 | 13篇 |
石油天然气 | 3篇 |
无线电 | 73篇 |
一般工业技术 | 106篇 |
冶金工业 | 80篇 |
原子能技术 | 3篇 |
自动化技术 | 179篇 |
出版年
2023年 | 5篇 |
2022年 | 13篇 |
2021年 | 24篇 |
2020年 | 8篇 |
2019年 | 14篇 |
2018年 | 14篇 |
2017年 | 20篇 |
2016年 | 21篇 |
2015年 | 23篇 |
2014年 | 22篇 |
2013年 | 54篇 |
2012年 | 56篇 |
2011年 | 81篇 |
2010年 | 71篇 |
2009年 | 63篇 |
2008年 | 65篇 |
2007年 | 58篇 |
2006年 | 36篇 |
2005年 | 41篇 |
2004年 | 29篇 |
2003年 | 26篇 |
2002年 | 28篇 |
2001年 | 13篇 |
2000年 | 5篇 |
1999年 | 15篇 |
1998年 | 23篇 |
1997年 | 15篇 |
1996年 | 13篇 |
1995年 | 9篇 |
1994年 | 5篇 |
1993年 | 10篇 |
1992年 | 7篇 |
1991年 | 5篇 |
1990年 | 4篇 |
1989年 | 4篇 |
1988年 | 3篇 |
1987年 | 9篇 |
1986年 | 3篇 |
1985年 | 4篇 |
1984年 | 5篇 |
1982年 | 2篇 |
1981年 | 1篇 |
1980年 | 2篇 |
1979年 | 1篇 |
1978年 | 1篇 |
1977年 | 5篇 |
1976年 | 3篇 |
1975年 | 1篇 |
1974年 | 2篇 |
1963年 | 1篇 |
排序方式: 共有944条查询结果,搜索用时 12 毫秒
91.
The standard implementation of mutual exclusion by means of a semaphore allows starvation of processes. Between 1979 and 1986, three algorithms were proposed that preclude starvation. These algorithms use a special kind of semaphore. We model this so-called buffered semaphore rigorously and provide mechanized proofs of the algorithms. We prove that the algorithms are three implementations of one abstract algorithm in which every competing process is overtaken not more than once by any other process. We also consider a so-called polite semaphore, which is weaker than the buffered one and is strong enough for one of the three algorithms. Refinement techniques are used to compare the algorithms and the semaphores. 相似文献
92.
Tony Wauters Joris Kinable Pieter Smet Wim Vancroonenburg Greet Vanden Berghe Jannes Verstichel 《Journal of Scheduling》2016,19(3):271-283
Scheduling projects is a difficult and time consuming process, and has far-reaching implications for any organization’s operations. By generalizing various aspects of project scheduling, decision makers are enabled to capture reality and act accordingly. In the context of the MISTA 2013 conference, the first MISTA challenge, organized by the authors, introduced such a general problem model: the Multi-Mode Resource-Constrained Multi-Project Scheduling Problem (MRCMPSP). The present paper reports on the competition and provides a discussion on its results. Furthermore, it provides an analysis of the submitted algorithms, and a study of their common elements. By making all benchmark datasets and results publicly available, further research on the MRCMPSP is stimulated. 相似文献
93.
Within the past decade, there has been an increasing interest in the problem of joint analysis of clustered multiple outcome data, motivated by developmental toxicity applications. Typically, a toxic insult early in gestation may result in a resorbed fetus or a fetal death. If however the fetus survives the entire gestation period, growth reduction such as low birth weight may occur, or can exhibit a malformation. Ideally, a model should take the complete hierarchical structure of the data into account. So far, however, one has tackled the challenges in this setting only partly each time making different restricting assumptions (e.g., restriction to viable fetuses only). In addition, because of genetic similarity and the same treatment conditions, offsprings of the same mother behave more alike than those of another mother. Thus, responses on different fetuses within a cluster are likely to be correlated. The ultimate scientific question requires assessing the full effect of dose administration, not only in the malformation and weight outcome, but also in the death outcome. A hierarchical Bayesian method is proposed to this effect. Such a model can serve as a basis for quantitative risk assessment. 相似文献
94.
Reliability has become a key factor in KBS development. For this reason, it has been suggested that verification and validation (V&V) should become an integrated part of activities throughout the whole KBS development cycle. In this paper, it will be illustrated how the PROLOGA workbench integrates V&V aspects into its modelling environment, such that these techniques can be of assistance in the process of knowledge acquisition and representation. To this end, verification has to be performed incrementally and can no longer be delayed until after the system has been completed. It will be shown how this objective can be realised through an approach that uses the decision table formalism as a modelling instrument. 相似文献
95.
Based on an inversion of the Routh table construction, a unimodular characterization of all Hurwitz polynomials is obtained. In parameter space, the Hurwitz polynomials of degree n correspond to the positive 2n-tant. The method is then used to construct classes of stable continuous-time delay-difference equations and delay differential equations of neutral type, by a suitable limiting process. 相似文献
96.
Bart Goethals Dominique Laurent Wim Le Page Cheikh Tidiane Dieng 《Knowledge and Information Systems》2012,33(3):655-684
We present an approach for mining frequent conjunctive in arbitrary relational databases. Our pattern class is the simple, but appealing subclass of simple conjunctive queries. Our algorithm, called Conqueror $^+$ , is capable of detecting previously unknown functional and inclusion dependencies that hold on the database relations as well as on joins of relations. These newly detected dependencies are then used to prune redundant queries. We propose an efficient database-oriented implementation of our algorithm using SQL and provide several promising experimental results. 相似文献
97.
An abstract file system is defined here as a partial function from (absolute) paths to data. Such a file system determines the set of valid paths. It allows the file system to be read and written at a valid path, and it allows the system to be modified by the Unix operations for creation, removal, and moving of files and directories. We present abstract definitions (axioms) for these operations. This specification is refined towards a pointer implementation. The challenge is to have a natural abstraction function from the implementation to the specification, to define operations on the concrete store that behave exactly in the same way as the corresponding functions on the abstract store, and to prove these facts. To mitigate the problems attached to partial functions, we do this in two steps: first a refinement towards a pointer implementation with total functions, followed by one that allows partial functions. These two refinements are proved correct by means of a number of invariants. Indeed, the insights gained consist, on the one hand, of the invariants of the pointer implementation that are needed for the refinement functions, and on the other hand of the precise enabling conditions of the operations on the different levels of abstraction. Each of the three specification levels is enriched with a permission system for reading, writing, or executing, and the refinement relations between these permission systems are explored. Files and directories are distinguished from the outset, but this rarely affects our part of the specifications. All results have been verified with the proof assistant PVS, in particular, that the invariants are preserved by the operations, and that, where the invariants hold, the operations commute with the refinement functions. 相似文献
98.
Wim H. Hesselink 《Acta Informatica》2007,44(2):123-151
Concurrent and reactive programs are specified by their behaviours in the presence of a nondeterministic environment. In a
natural way, this gives a specification (ARW) of an atomic variable in the style of Abadi and Lamport. Several implementations of atomic variables by lower level primitives
are known. A few years ago, we formulated a criterion to prove the correctness of such implementations. The proof of correctness
of the criterion itself was based on Lynch’s definition of atomicity by serialization points. Here, this criterion is reformulated
as a specification HRW in the formal sense. Simulations from HRW to ARW and vice versa are constructed. These now serve as a constructive proof of correctness of the criterion. Eternity variables
are used in the simulation from HRW to ARW. We propose so-called gliding simulations to deal with the problems that appear when occasionally the concrete implementation
needs fewer steps than the abstract specification. 相似文献
99.
This paper focuses on the robust stability analysis of a class of linear systems including multiple delays subjected to constant or time‐varying perturbations. The approach considered makes use of appropriate stability radius concepts (dynamic, static) and relies on a feedback interconnection interpretation of the uncertain system. Various computable bounds on stability radii are obtained that exploit the structure of the problem. Systems including perturbations on both system matrices and delays are also dealt with. Copyright © 2008 John Wiley & Sons, Ltd. 相似文献
100.
Niels Bouten Steven Latré Wim Van de Meerssche Bart De Vleeschauwer Koen De Schepper Werner Van Leekwijck Filip De Turck 《Journal of Network and Systems Management》2013,21(4):677-706
Over-The-Top (OTT) video services are becoming more and more important in today’s broadband access networks. While original OTT services only offered short duration medium quality videos, more recently, premium content such as high definition full feature movies and live video are offered as well. For operators, who see the potential in providing Quality of Experience (QoE) assurance for an increased revenue, this introduces important new network management challenges. Traditional network management paradigms are often not suited for ensuring QoE guarantees as the provider does not have any control on the content’s origin. In this article, we focus on the management of an OTT-based video service. We present a loosely coupled architecture that can be seamlessly integrated into an existing OTT-based video delivery architecture. The framework has the goal of resolving the network bottleneck that might occur from high peaks in the requests for OTT video services. The proposed approach groups the existing Hypertext Transfer Protocol (HTTP) based video connections to be multicasted over an access network’s bottleneck and then splits them again to reconstruct the original HTTP connections. A prototype of this architecture is presented, which includes the caching of videos and incorporates retransmission schemes to ensure robust transmission. Furthermore, an autonomic algorithm is presented that allows to intelligently select which OTT videos need to be multicasted by making a remote assessment of the cache state to predict the future availability of content. The approach was evaluated through both simulation and large scale emulation and shows a significant gain in scalability of the prototype compared to a traditional video delivery architecture. 相似文献