首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   17690篇
  免费   1523篇
  国内免费   674篇
电工技术   1033篇
技术理论   4篇
综合类   1155篇
化学工业   2841篇
金属工艺   962篇
机械仪表   1091篇
建筑科学   1658篇
矿业工程   520篇
能源动力   483篇
轻工业   1140篇
水利工程   305篇
石油天然气   1062篇
武器工业   118篇
无线电   2029篇
一般工业技术   2127篇
冶金工业   850篇
原子能技术   226篇
自动化技术   2283篇
  2024年   83篇
  2023年   307篇
  2022年   557篇
  2021年   812篇
  2020年   590篇
  2019年   450篇
  2018年   503篇
  2017年   588篇
  2016年   485篇
  2015年   686篇
  2014年   850篇
  2013年   1134篇
  2012年   1085篇
  2011年   1154篇
  2010年   1049篇
  2009年   942篇
  2008年   969篇
  2007年   888篇
  2006年   942篇
  2005年   851篇
  2004年   532篇
  2003年   489篇
  2002年   517篇
  2001年   426篇
  2000年   468篇
  1999年   475篇
  1998年   374篇
  1997年   306篇
  1996年   303篇
  1995年   257篇
  1994年   207篇
  1993年   133篇
  1992年   111篇
  1991年   110篇
  1990年   71篇
  1989年   55篇
  1988年   35篇
  1987年   28篇
  1986年   14篇
  1985年   12篇
  1984年   7篇
  1983年   11篇
  1982年   6篇
  1981年   3篇
  1980年   9篇
  1979年   1篇
  1978年   1篇
  1959年   1篇
排序方式: 共有10000条查询结果,搜索用时 0 毫秒
101.
The task of discovering natural groupings of input patterns, or clustering, is an important aspect of machine learning and pattern analysis. In this paper, we study the widely used spectral clustering algorithm which clusters data using eigenvectors of a similarity/affinity matrix derived from a data set. In particular, we aim to solve two critical issues in spectral clustering: (1) how to automatically determine the number of clusters, and (2) how to perform effective clustering given noisy and sparse data. An analysis of the characteristics of eigenspace is carried out which shows that (a) not every eigenvectors of a data affinity matrix is informative and relevant for clustering; (b) eigenvector selection is critical because using uninformative/irrelevant eigenvectors could lead to poor clustering results; and (c) the corresponding eigenvalues cannot be used for relevant eigenvector selection given a realistic data set. Motivated by the analysis, a novel spectral clustering algorithm is proposed which differs from previous approaches in that only informative/relevant eigenvectors are employed for determining the number of clusters and performing clustering. The key element of the proposed algorithm is a simple but effective relevance learning method which measures the relevance of an eigenvector according to how well it can separate the data set into different clusters. Our algorithm was evaluated using synthetic data sets as well as real-world data sets generated from two challenging visual learning problems. The results demonstrated that our algorithm is able to estimate the cluster number correctly and reveal natural grouping of the input data/patterns even given sparse and noisy data.  相似文献   
102.
A hybrid scheme for the inversion of the Rahman-Pinty-Verstraete (RPV) model is presented. It combines the inversion technique described by Lavergne et al. (Lavergne, T., Kaminski, T., Pinty, B., Taberner, M., Gobron, N., Verstraete, M.M., Vossbeck, M., Widlowski, J.L., Giering, R. (2007). Application to MISR land products of an RPV model inversion package using adjoint and Hessian codes. Remote Sensing of Environment, 107, 362-375.) and a multilayer backpropagation feedforward neural network. The RPV inversion package is applied to a sample set of pixels within the satellite scene. Subsequently the pairs of bidirectional reflectance factors (BRF) and model parameters estimated from the sample set of pixels are used to train the neural network. Since the mathematical formulation of the RPV model is embedded in these training data variables, the neural network can efficiently retrieve the model parameters for the whole satellite scene. This scheme has been tested for a MISR L2 BRF scene, MISR L1B2-derived BRF data corresponding to two different dates and a mosaic of MISR L2 BRF scenes acquired over Southern Africa covering a large extent of Miombo woodland. The results show this strategy retrieves the RPV model parameters and uncertainties with high accuracy and considerable speed over large areas.  相似文献   
103.
Change detection based on the comparison of independently classified images (i.e. post-classification comparison) is well-known to be negatively affected by classification errors of individual maps. Incorporating spatial-temporal contextual information in the classification helps to reduce the classification errors, thus improving change detection results. In this paper, spatial-temporal Markov Random Fields (MRF) models were used to integrate spatial-temporal information with spectral information for multi-temporal classification in an attempt to mitigate the impacts of classification errors on change detection. One important component in spatial-temporal MRF models is the specification of transition probabilities. Traditionally, a global transition probability model is used that assumes spatial stationarity of transition probabilities across an image scene, which may be invalid if areas have varying transition probabilities. By relaxing the stationarity assumption, we developed two local transition probability models to make the transition model locally adaptive to spatially varying transition probabilities. The first model called locally adjusted global transition model adapts to the local variation by multiplying a pixel-wise probability of change with the global transition model. The second model called pixel-wise transition model was developed as a fully local model based on the estimation of the pixel-wise joint probabilities. When applied to the forest change detection in Paraguay, the two local models showed significant improvements in the accuracy of identifying the change from forest to non-forest compared with traditional models. This indicates that the local transition probability models can present temporal information more accurately in change detection algorithms based on spatial-temporal classification of multi-temporal images. The comparison between the two local transition models showed that the fully local model better captured the spatial heterogeneity of the transition probabilities and achieved more stable and consistent results over different regions of a large image scene.  相似文献   
104.
This study was designed to answer several key questions regarding the service injustice customers perceived during the service delivery. Using the critical incident technique, the authors collected 195 unfair incidents from a variety of service organizations. The initial sorting of the incidents resulted in four major groups: information asymmetry, unfair procedure, inappropriate attitudes and manners of the service personnel, and unfair outcomes. Within the four major classifications of critical incidents, 13 secondary categories were identified. A further analysis was conducted to discover the underlying reason why customers feel unfair in the service encounters. Finally, some implications for service managers were discussed.  相似文献   
105.
在ASP.NET 2.0中自动化构建数据访问层   总被引:2,自引:0,他引:2  
使用ASP.NET2.0所提供的BuildProvider类,将自动化构建的数据访问层源代码编译到程序集中,使得开发者利用Ob-jectDataSource控件,可以简单、快速地实现三层架构的Web应用。  相似文献   
106.
随着远程教育的不断发展,远程作业技术的研究与开发被提到越来越重要的位置。对于理工科专业的基础课来讲,学生在作业中需要输入大量的数学表达式,这些数学表达式最终必须由计算机自动进行识别和批改。针对这种情况,提出了适合于计算机自动识别的数据结构以及特殊结构的数据逻辑关系等,在此基础上对作业系统中的公式编辑器进行了设计和开发。  相似文献   
107.
针对光伏组件中常用的最大功率跟踪方法存在的不足,提出并建立了模糊支持向量机(FSVM)的最大功率点工作电压预测模型.通过对实测气象光强数据进行的仿真分析表明,与BP神经网络模型相比,FSVM的模型实现了结构风险最小化原则,对未来的样本有较好的泛化能力,具有更高的预测精度和稳定性.  相似文献   
108.
本文基于动态口令认证,构建一个部署代价不高,既能够安全认证,又能够安全传输的VPN系统。在当前最流行的I-Psec框架基础上,进行了一定的简化和修改,实现了一个IPsec体系的、具有基本VPN功能的原型系统。  相似文献   
109.
龚莎 《电脑学习》2009,(2):133-135
在VB程序设计里.标签通常是作为在窗口里显示文字信息的。用活标签的常用属性。并合理使用计时器控件。就能够呈现出动态的文字效果。为窗口界面增添活力。  相似文献   
110.
Solving engineering design and resources optimization via multiobjective evolutionary algorithms (MOEAs) has attracted much attention in the last few years. In this paper, an efficient multiobjective differential evolution algorithm is presented for engineering design. Our proposed approach adopts the orthogonal design method with quantization technique to generate the initial archive and evolutionary population. An archive (or secondary population) is employed to keep the nondominated solutions found and it is updated by a new relaxed form of Pareto dominance, called Pareto-adaptive ϵ-dominance (paϵ-dominance), at each generation. In addition, in order to guarantee to be the best performance produced, we propose a new hybrid selection mechanism to allow the archive solutions to take part in the generating process. To handle the constraints, a new constraint-handling method is employed, which does not need any parameters to be tuned for constraint handling. The proposed approach is tested on seven benchmark constrained problems to illustrate the capabilities of the algorithm in handling mathematically complex problems. Furthermore, four well-studied engineering design optimization problems are solved to illustrate the efficiency and applicability of the algorithm for multiobjective design optimization. Compared with Nondominated Sorting Genetic Algorithm II, one of the best MOEAs available at present, the results demonstrate that our approach is found to be statistically competitive. Moreover, the proposed approach is very efficient and is capable of yielding a wide spread of solutions with good coverage and convergence to true Pareto-optimal fronts.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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