首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   9533篇
  免费   523篇
  国内免费   334篇
电工技术   1134篇
综合类   386篇
化学工业   316篇
金属工艺   651篇
机械仪表   1459篇
建筑科学   282篇
矿业工程   220篇
能源动力   293篇
轻工业   52篇
水利工程   56篇
石油天然气   480篇
武器工业   149篇
无线电   998篇
一般工业技术   421篇
冶金工业   165篇
原子能技术   135篇
自动化技术   3193篇
  2024年   15篇
  2023年   94篇
  2022年   155篇
  2021年   209篇
  2020年   209篇
  2019年   176篇
  2018年   156篇
  2017年   259篇
  2016年   296篇
  2015年   269篇
  2014年   496篇
  2013年   424篇
  2012年   486篇
  2011年   650篇
  2010年   434篇
  2009年   514篇
  2008年   447篇
  2007年   677篇
  2006年   642篇
  2005年   622篇
  2004年   514篇
  2003年   481篇
  2002年   398篇
  2001年   280篇
  2000年   272篇
  1999年   240篇
  1998年   193篇
  1997年   172篇
  1996年   127篇
  1995年   125篇
  1994年   73篇
  1993年   64篇
  1992年   54篇
  1991年   39篇
  1990年   30篇
  1989年   24篇
  1988年   9篇
  1987年   8篇
  1986年   7篇
  1985年   7篇
  1984年   8篇
  1983年   4篇
  1982年   4篇
  1981年   6篇
  1980年   4篇
  1979年   3篇
  1978年   3篇
  1977年   2篇
  1976年   3篇
  1975年   2篇
排序方式: 共有10000条查询结果,搜索用时 0 毫秒
131.
抽油机井下故障自动诊断软件设计   总被引:2,自引:0,他引:2  
在介绍抽油机井下故障自动诊断在理的基础上,给出了该软件包的设计思路,并对其关键技术作了重点说明。  相似文献   
132.
内建自测试中多输入特征寄存器的硬件开销的减少   总被引:1,自引:0,他引:1  
在内建自测试中,针对随机向量测试,本文提出了一种通过输出信号分组压缩来减少多输入特征寄存器MISR的硬件开销的方法。该方法是在分析输出信号之间相关性的基础上,根据给定的MISR阶数构造具有最小相关度的输出信号集合组,以此来减少输出信号分组压缩时的故障覆盖率损失。该方法不需附加任何辅助电路。  相似文献   
133.
This paper presents the results of an empirical study on the subjective evaluation of code smells that identify poorly evolvable structures in software. We propose use of the term software evolvability to describe the ease of further developing a piece of software and outline the research area based on four different viewpoints. Furthermore, we describe the differences between human evaluations and automatic program analysis based on software evolvability metrics. The empirical component is based on a case study in a Finnish software product company, in which we studied two topics. First, we looked at the effect of the evaluator when subjectively evaluating the existence of smells in code modules. We found that the use of smells for code evaluation purposes can be difficult due to conflicting perceptions of different evaluators. However, the demographics of the evaluators partly explain the variation. Second, we applied selected source code metrics for identifying four smells and compared these results to the subjective evaluations. The metrics based on automatic program analysis and the human-based smell evaluations did not fully correlate. Based upon our results, we suggest that organizations should make decisions regarding software evolvability improvement based on a combination of subjective evaluations and code metrics. Due to the limitations of the study we also recognize the need for conducting more refined studies and experiments in the area of software evolvability.
Casper LasseniusEmail:
  相似文献   
134.
This paper presents a methodology enabling the deployment and utilisation of a microcontroller based process monitoring system. This approach utilises the results of research into the embedding of Petri-net functions within microcontroller based architectures. This research is presented here through its application to the design, development and deployment of a process monitoring system into a laboratory based hydro-forming press test rig. The paper illustrates how this approach can provide real time online process information and demonstrates how the microcontroller-based architecture can be used to identify the cause and effects of process faults. The paper further considers how results are captured and processed, and how the management information that they enable can be displayed using a web page based architecture.  相似文献   
135.

Context

Several metrics have been proposed to measure the extent to which class members are related. Connectivity-based class cohesion metrics measure the degree of connectivity among the class members.

Objective

We propose a new class cohesion metric that has higher discriminative power than any of the existing cohesion metrics. In addition, we empirically compare the connectivity and non-connectivity-based cohesion metrics.

Method

The proposed class cohesion metric is based on counting the number of possible paths in a graph that represents the connectivity pattern of the class members. We theoretically and empirically validate this path connectivity class cohesion (PCCC) metric. The empirical validation compares seven connectivity-based metrics, including PCCC, and 11 non-connectivity-based metrics in terms of discriminative and fault detection powers. The discriminative-power study explores the probability that a cohesion metric will incorrectly determine classes to be cohesively equal when they have different connectivity patterns. The fault detection study investigates whether connectivity-based metrics, including PCCC, better explain the presence of faults from a statistical standpoint in comparison to other non-connectivity-based cohesion metrics, considered individually or in combination.

Results

The theoretical validation demonstrates that PCCC satisfies the key cohesion properties. The results of the empirical studies indicate that, in contrast to other connectivity-based cohesion metrics, PCCC is much better than any comparable cohesion metric in terms of its discriminative power. In addition, the results also indicate that PCCC measures cohesion aspects that are not captured by other metrics, wherein it is considerably better than other connectivity-based metrics but slightly worse than some other non-connectivity-based cohesion metrics in terms of its ability to predict faulty classes.

Conclusion

PCCC is more useful in practice for the applications in which practitioners need to distinguish between the quality of different classes or the quality of different implementations of the same class.  相似文献   
136.
Fault-based test suite prioritization for specification-based testing   总被引:1,自引:0,他引:1  

Context

Existing test suite prioritization techniques usually rely on code coverage information or historical execution data that serve as indicators for estimating the fault-detecting ability of test cases. Such indicators are primarily empirical in nature and not theoretically driven; hence, they do not necessarily provide sound estimates. Also, these techniques are not applicable when the source code is not available or when the software is tested for the first time.

Objective

We propose and develop the novel notion of fault-based prioritization of test cases which directly utilizes the theoretical knowledge of their fault-detecting ability and the relationships among the test cases and the faults in the prescribed fault model, based on which the test cases are generated.

Method

We demonstrate our approach of fault-based prioritization by applying it to the testing of the implementation of logical expressions against their specifications. We then validate our proposal by an empirical study that evaluates the effectiveness of prioritization techniques using two different metrics.

Results

A theoretically guided fault-based prioritization technique generally outperforms other techniques under study, as assessed by two different metrics. Our empirical results also show that the technique helps to reveal all target faults by executing only about 72% of the prioritized test suite, thereby reducing the effort required in testing.

Conclusions

The fault-based prioritization approach is not only applicable to the instance empirically validated in this paper, but should also be adaptable to other fault-based testing strategies. We also envisage new research directions to be opened up by our work.  相似文献   
137.
Flexible rotor is a crucial mechanical component of a diverse range of rotating machineries and its condition monitoring and fault diagnosis are of particular importance to the modern industry. In this paper, Bayesian belief network (BBN) is applied to the fault inference for rotating flexible rotors with attempt to enhance the reasoning capacity under conditions of uncertainty. A generalized three-layer configuration of BBN for the fault inference of rotating machinery is developed by fully incorporating human experts’ knowledge, machine faults and fault symptoms as well as machine running conditions. Compared with the Naive diagnosis network, the proposed topological structure of causalities takes account of more practical and complete diagnostic information in fault diagnosis. The network tallies well with the practical thinking of field experts in the whole processes of machine fault diagnosis. The applications of the proposed BBN network in the uncertainty inference of rotating flexible rotors show good agreements with our knowledge and practical experience of diagnosis.  相似文献   
138.
This paper proposes a systematic procedure based on a pattern recognition technique for fault diagnosis of induction motors bearings through the artificial neural networks (ANNs). In this method, the use of time domain features as a proper alternative to frequency features is proposed to improve diagnosis ability. The features are obtained from direct processing of the signal segments using very simple calculation. Three different cases including, healthy, inner race defect and outer race defect are investigated using the proposed algorithm. The ANNs are trained with a subset of the experimental data for known machine conditions. Once the network is trained, efficiency of the proposed method is evaluated using the remaining set of data. The obtained results indicate that using time domain features can be effective in accurate diagnosis of various motor bearing faults with high precision and low computational burden.  相似文献   
139.
斯琴高娃 《软件》2012,(7):14-17
我们经常需要将大文件切割成若干小文件来携带或传输,然后在另一台计算机上再度合并。本文介绍了文件切割与合并的原理,以及自动产生.exe合并程序和自动删除合并程序等技巧,并提供了关键部分的C≠源代码。  相似文献   
140.
加速寿命试验是为缩短试验时间,在不改变故障模式和故障机理的条件下,用加大应力的方法进行的试验。随着元器件水平的迅速提高,高可靠、长寿命的产品越来越多,在正常应力水平下进行寿命试验来评定产品的可靠性已不能满足实际需要,代价很高,不现实,目前广泛采用了加速寿命试验。本文介绍了加速寿命试验方法及评估,并给出了案例。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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