首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   1411篇
  免费   55篇
  国内免费   1篇
电工技术   14篇
综合类   1篇
化学工业   382篇
金属工艺   51篇
机械仪表   29篇
建筑科学   64篇
矿业工程   1篇
能源动力   52篇
轻工业   172篇
水利工程   5篇
无线电   146篇
一般工业技术   282篇
冶金工业   56篇
原子能技术   10篇
自动化技术   202篇
  2024年   3篇
  2023年   10篇
  2022年   30篇
  2021年   52篇
  2020年   25篇
  2019年   26篇
  2018年   26篇
  2017年   22篇
  2016年   32篇
  2015年   27篇
  2014年   52篇
  2013年   109篇
  2012年   81篇
  2011年   132篇
  2010年   97篇
  2009年   84篇
  2008年   83篇
  2007年   63篇
  2006年   66篇
  2005年   49篇
  2004年   38篇
  2003年   41篇
  2002年   37篇
  2001年   20篇
  2000年   19篇
  1999年   22篇
  1998年   14篇
  1997年   31篇
  1996年   15篇
  1995年   22篇
  1994年   15篇
  1993年   12篇
  1992年   9篇
  1991年   13篇
  1990年   4篇
  1989年   10篇
  1988年   4篇
  1987年   12篇
  1985年   10篇
  1984年   6篇
  1983年   4篇
  1982年   4篇
  1981年   3篇
  1980年   6篇
  1979年   8篇
  1978年   7篇
  1977年   3篇
  1976年   2篇
  1973年   3篇
  1972年   1篇
排序方式: 共有1467条查询结果,搜索用时 15 毫秒
71.
72.
The construction of a new generation of MEMS which includes micro-assembly steps in the current microfabrication process is a big challenge. It is necessary to develop new production means named micromanufacturing systems in order to perform these new assembly steps. The classical approach called “top-down” which consists in a functional analysis and a definition of the tasks sequences is insufficient for micromanufacturing systems. Indeed, the technical and physical constraints of the microworld (e.g. the adhesion phenomenon) must be taken into account in order to design reliable micromanufacturing systems. A new method of designing micromanufacturing systems is presented in this paper. Our approach combines the general “top-down” approach with a “bottom-up” approach which takes into account technical constraints. The method enables to build a modular architecture for micromanufacturing systems. In order to obtain this modular architecture, we have devised an original identification technique of modules and an association technique of modules. This work has been used to design the controller of an experimental robotic micro-assembly station.  相似文献   
73.
In a competitive business environment, the textile industrialists intend to propose diversified products according to consumers preference. For this purpose, the integration of sensory attributes in the process parameters choice seems to be a useful alternative. This paper provides fuzzy and neural models for the prediction of sensory properties from production parameters of knitted fabrics. The prediction accuracy of these models was evaluated using both the root mean square error (RMSE) and mean relative percent error (MRPE). The results revealed the models ability to predict tactile sensory attributes based on the production parameters. The comparison of the prediction performances showed that the neural models are slightly powerful than the fuzzy models.  相似文献   
74.
This article presents a procedure for the design of bulk acoustic wave (BAW) filters. The procedure consists of optimizing the modified Butterworth‐Van Dyke model of each resonator, considering appropriate technological parameters. The approach is demonstrated first to design a classical aluminum nitride‐based BAW filter but remains valid for other piezoelectric layers, considering either longitudinal or transverse acoustic wave coupling. The approach is finally applied to the design of a lithium niobate (LiNbO3) BAW filter for wide‐band filtering applications. © 2011 Wiley Periodicals, Inc. Int J RF and Microwave CAE, 2011.  相似文献   
75.
Structural and Multidisciplinary Optimization - Topology optimization is a tool that supports the creativity of structural-designers and is used in various industries, from automotive to...  相似文献   
76.
77.
78.
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.  相似文献   
79.
Objective: Time series often appear in medical databases, but only few machine learning methods exist that process this kind of data properly. Most modeling techniques have been designed with a static data model in mind and are not suitable for coping with the dynamic nature of time series. Recurrent neural networks (RNNs) are often used to process time series, but only a few training algorithms exist for RNNs which are complex and often yield poor results. Therefore, researchers often turn to traditional machine learning approaches, such as support vector machines (SVMs), which can easily be set up and trained and combine them with feature extraction (FE) and selection (FS) to process the high-dimensional temporal data. Recently, a new approach, called echo state networks (ESNs), has been developed to simplify the training process of RNNs. This approach allows modeling the dynamics of a system based on time series data in a straightforwardway.The objective of this study is to explore the advantages of using ESN instead of other traditional classifiers combined with FE and FS in classification problems in the intensive care unit (ICU) when the input data consists of time series. While ESNs have mostly been used to predict the future course of a time series, we use the ESN model for classification instead. Although time series often appear in medical data, little medical applications of ESNs have been studiedyet.Methods and material: ESN is used to predict the need for dialysis between the fifth and tenth day after admission in the ICU. The input time series consist of measured diuresis and creatinine values during the first 3days after admission. Data about 830 patients was used for the study, of which 82 needed dialysis between the fifth and tenth day after admission. ESN is compared to traditional classifiers, a sophisticated and a simple one, namely support vector machines and the naive Bayes (NB) classifier. Prior to the use of the SVM and NB classifier, FE and FS is required to reduce the number of input features and thus alleviate the curse dimensionality. Extensive feature extraction was applied to capture both the overall properties of the time series and the correlation between the different measurements in the time series. The feature selection method consists of a greedy hybrid filter-wrapper method using a NB classifier, which selects in each iteration the feature that improves prediction the best and shows little multicollinearity with the already selected set. Least squares regression with noise was used to train the linear readout function of the ESN to mitigate sensitivity to noise and overfitting. Fisher labeling was used to deal with the unbalanced data set. Parameter sweeps were performed to determine the optimal parameter values for the different classifiers. The area under the curve (AUC) and maximum balanced accuracy are used as performance measures. The required execution time was also measured.Results: The classification performance of the ESN shows significant difference at the 5% level compared to the performance of the SVM or the NB classifier combined with FE and FS. The NB+FE+FS, with an average AUC of 0.874, has the best classification performance. This classifier is followed by the ESN, which has an average AUC of 0.849. The SVM+FE+FS has the worst performance with an average AUC of 0.838. The computation time needed to pre-process the data and to train and test the classifier is significantly less for the ESN compared to the SVM andNB.Conclusion: It can be concluded that the use of ESN has an added value in predicting the need for dialysis through the analysis of time series data. The ESN requires significantly less processing time, needs no domain knowledge, is easy to implement, and can be configured using rules ofthumb.  相似文献   
80.
Data reconciliation consists in modifying noisy or unreliable data in order to make them consistent with a mathematical model (herein a material flow network). The conventional approach relies on least-squares minimization. Here, we use a fuzzy set-based approach, replacing Gaussian likelihood functions by fuzzy intervals, and a leximin criterion. We show that the setting of fuzzy sets provides a generalized approach to the choice of estimated values, that is more flexible and less dependent on oftentimes debatable probabilistic justifications. It potentially encompasses interval-based formulations and the least squares method, by choosing appropriate membership functions and aggregation operations. This paper also lays bare the fact that data reconciliation under the fuzzy set approach is viewed as an information fusion problem, as opposed to the statistical tradition which solves an estimation problem.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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