全文获取类型
收费全文 | 596篇 |
免费 | 5篇 |
专业分类
电工技术 | 1篇 |
化学工业 | 118篇 |
金属工艺 | 12篇 |
机械仪表 | 10篇 |
建筑科学 | 13篇 |
能源动力 | 16篇 |
轻工业 | 19篇 |
水利工程 | 2篇 |
石油天然气 | 4篇 |
无线电 | 102篇 |
一般工业技术 | 135篇 |
冶金工业 | 76篇 |
原子能技术 | 4篇 |
自动化技术 | 89篇 |
出版年
2023年 | 4篇 |
2022年 | 2篇 |
2021年 | 9篇 |
2020年 | 8篇 |
2019年 | 4篇 |
2018年 | 5篇 |
2017年 | 6篇 |
2016年 | 8篇 |
2015年 | 4篇 |
2014年 | 10篇 |
2013年 | 25篇 |
2012年 | 17篇 |
2011年 | 21篇 |
2010年 | 15篇 |
2009年 | 17篇 |
2008年 | 21篇 |
2007年 | 20篇 |
2006年 | 25篇 |
2005年 | 27篇 |
2004年 | 18篇 |
2003年 | 14篇 |
2002年 | 14篇 |
2001年 | 14篇 |
2000年 | 9篇 |
1999年 | 15篇 |
1998年 | 26篇 |
1997年 | 21篇 |
1996年 | 23篇 |
1995年 | 13篇 |
1994年 | 19篇 |
1993年 | 36篇 |
1992年 | 10篇 |
1991年 | 20篇 |
1990年 | 11篇 |
1989年 | 16篇 |
1988年 | 4篇 |
1987年 | 11篇 |
1986年 | 5篇 |
1985年 | 5篇 |
1984年 | 5篇 |
1983年 | 5篇 |
1982年 | 7篇 |
1981年 | 4篇 |
1980年 | 5篇 |
1978年 | 6篇 |
1977年 | 3篇 |
1976年 | 3篇 |
1975年 | 3篇 |
1973年 | 4篇 |
1970年 | 1篇 |
排序方式: 共有601条查询结果,搜索用时 15 毫秒
41.
With software playing an increasingly important role in medical devices, regulatory agencies such as the US Food and Drug Administration need effective means for assuring that this software is safe and reliable. The FDA has been striving for a more rigorous engineering-based review strategy to provide this assurance. The use of mathematics-based techniques in the development of software might help accomplish this. However, the lack of standard architectures for medical device software and integrated engineering-tool support for software analysis make a science-based software review process more difficult. The research presented here applies formal modeling methods and static analysis techniques to improve the review process. Regulation of medical device software encompasses reviews of device designs (premarket review) and device performance (postmarket surveillance). The FDA's Center for Devices and Radiological Health performs the premarket review on a device to evaluate its safety and effectiveness. As part of this process, the agency reviews software development life-cycle artifacts for appropriate quality-assurance attributes, which tend to reveal little about the device software integrity. 相似文献
42.
SAT-Solving the Coverability Problem for Petri Nets 总被引:2,自引:0,他引:2
Parosh Aziz Abdulla S. Purushothaman Iyer Aletta Nylén 《Formal Methods in System Design》2004,24(1):25-43
Net unfoldings have attracted great attention as a powerful technique for combating state space explosion in model checking, and have been applied to verification of finite state systems including 1-safe (finite) Petri nets and synchronous products of finite transition systems. Given that net unfoldings represent the state space in a distributed, implicit manner the verification algorithm is necessarily a two step process: generation of the unfolding and reasoning about it. In his seminal work McMillan (K.L. McMillan, Symbolic Model Checking. Kluwer Academic Publishers, 1993) showed that deadlock detection on unfoldings of 1-safe Petri nets is NP-complete. Since the deadlock problem on Petri nets is PSPACE-hard it is generally accepted that the two step process will yield savings (in time and space) provided the unfoldings are small.In this paper we show how unfoldings can be extended to the context of infinite-state systems. More precisely, we show how unfoldings can be constructed to represent sets of backward reachable states of unbounded Petri nets in a symbolic fashion. Furthermore, based on unfoldings, we show how to solve the coverability problem for unbounded Petri nets using a SAT-solver. Our experiments show that the use of unfoldings, in spite of the two-step process for solving coverability, has better time and space characteristics compared to a traditional reachability based implementation that considers all interleavings for solving the coverability problem. 相似文献
43.
Iyer S. Ramesh S. 《IEEE transactions on pattern analysis and machine intelligence》2001,27(11):1037-1056
The object-oriented paradigm in software engineering provides support for the construction of modular and reusable program components and is attractive for the design of large and complex distributed systems. Reachability analysis is an important and well-known tool for static analysis of critical properties in concurrent programs, such as deadlock freedom. It involves the systematic enumeration of all possible global states of program execution and provides the same level of assurance for properties of the synchronization structure in concurrent programs, such as formal verification. However, direct application of traditional reachability analysis to concurrent object-oriented programs has many problems, such as incomplete analysis for reusable classes (not safe) and increased computational complexity (not efficient). We propose a novel technique called apportioning, for safe and efficient reachability analysis of concurrent object-oriented programs, that is based upon a simple but powerful idea of classification of program analysis points as local (having influence within a class) and global (having possible influence outside a class). We have developed a number of apportioning-based algorithms, having different degrees of safety and efficiency. We present the details of one of these algorithms, formally show its safety for an appropriate class of programs, and present experimental results to demonstrate its efficiency for various examples 相似文献
44.
A distributed system is said to be fault‐tolerant if it is able to provide important services despite partial failures of the computers or software objects in the system. These systems are needed to support applications such as remote access and control, virtual mobile offices and wide area collaborative systems where there are chances of failures in the network and software objects. Fault‐tolerance is usually achieved by replicating the objects in the system. Traditional distributed applications constructed using Java RMI (remote method invocation) are not fault‐tolerant because of the lack of support of object replication. The objective of the present work is to design a remote method invocation that supports server object replication. To provide a fault‐tolerant service to the remote client objects, server objects are actively replicated. The problems associated with the method invocation in the context of active server object replication are presented and solutions are discussed and implemented. Copyright © 2001 John Wiley & Sons, Ltd. 相似文献
45.
This paper presents an approach to automatically diagnosing rediscovered software failures using symptoms, in environments in which many users run the same procedural software system. The approach is based on the observation that the great majority of field software failures are rediscoveries of previously reported problems and that failures caused by the same defect often share common symptoms. Based on actual data, the paper develops a small software failure fingerprint, which consists of the procedure call trace, problem detection location, and the identification of the executing software. The paper demonstrates that over 60 percent of rediscoveries can be automatically diagnosed based on fingerprints; less than 10 percent of defects are misdiagnosed. The paper also discusses a pilot that implements the approach. Using the approach not only saves service resources by eliminating repeated data collection for and diagnosis of reoccurring problems, but it can also improve service response time for rediscoveries 相似文献
46.
47.
We report the results of the first phase of a study designed to quantify the relationship between eddy current coil construction and the performance of these coils used in nondestructive evaluation (NDE) inspections. The ferrite core coils wound for this study are small but typical of the sizes commonly used in commercially manufactured eddy current probes. Coil diameters range from 1 mm to 7 mm with lengths from 0.5 mm to 4 mm. Seven parameters were studied and included ferrite diameter, ferrite permeability, coil aspect ratio, number of turns, distance of the windings from the inspection end of the ferrite, wire gauge, and length of the ferrite beyond the end of the windings. Additionally, the coil set was designed to provide some indication of the repeatability of identical constructions, what we have called winding inhomogeneity. The coils were incorporated into surface probes for scanning defects in flat plate specimens. The measure of sensitivity was the change of probe impedance (Z) as the probe was scanned from an unflawed area to the flawed area of the test specimen. Measurements were also made of the component of Z perpendicular to the liftoff vector.The data reported here were produced from a set of 27 probes scanned over a single defect. The defect was an electrical-discharge-machined (EDM) notch in a 19 mm thick 7075-T6 aluminum alloy specimen. The part-circular EDM notch was 9 mm long and 3 mm deep and 0.1 mm wide.Analysis of the data shows that the number of turns, the winding distance, the coil aspect ratio, and the backside ferrite length all affect the coil sensitivity. Winding inhomogeneity is significant for coils having many winding layers and can be considerably larger than the contribution made by variations in some of the construction factors. Wire gauge, ferrite diameter, and permeability showed no significant effects on our measure of sensitivity in this study. 相似文献
48.
Simulating perfect channels with probabilistic lossy channels 总被引:1,自引:1,他引:1
Parosh Abdulla Christel Baier S. Purushothaman Iyer Bengt Jonsson 《Information and Computation》2005,197(1-2):22-40
We consider the problem of deciding whether an infinite-state system (expressed as a Markov chain) satisfies a correctness property with probability 1. This problem is, of course, undecidable for general infinite-state systems. We focus our attention on the model of probabilistic lossy channel systems consisting of finite-state processes that communicate over unbounded lossy FIFO channels. Abdulla and Jonsson have shown that safety properties are decidable while progress properties are undecidable for non-probabilistic lossy channel systems. Under assumptions of “sufficiently high” probability of loss, Baier and Engelen have shown how to check whether a property holds of probabilistic lossy channel system with probability 1. In this paper, we consider a model of probabilistic lossy channel systems, where messages can be lost only during send transitions. In contrast to the model of Baier and Engelen, once a message is successfully sent to channel, it can only be removed through a transition which receives the message. We show that checking whether safety properties hold with probability 1 is undecidable for this model. Our proof depends upon simulating a perfect channel, with a high degree of confidence, using lossy channels. 相似文献
49.
50.
Iyer Srikrishna Velmurugan T. Gandomi A. H. Noor Mohammed V. Saravanan K. Nandakumar S. 《Neural computing & applications》2021,33(11):5897-5915
Neural Computing and Applications - A multi-robot-based fault detection system for railway tracks is proposed to eliminate manual human visual inspection. A hardware prototype is designed to... 相似文献