首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   1399篇
  免费   100篇
  国内免费   7篇
电工技术   18篇
化学工业   309篇
金属工艺   31篇
机械仪表   21篇
建筑科学   56篇
矿业工程   1篇
能源动力   33篇
轻工业   253篇
水利工程   6篇
石油天然气   2篇
无线电   107篇
一般工业技术   235篇
冶金工业   123篇
原子能技术   2篇
自动化技术   309篇
  2024年   2篇
  2023年   5篇
  2022年   16篇
  2021年   38篇
  2020年   24篇
  2019年   28篇
  2018年   48篇
  2017年   47篇
  2016年   52篇
  2015年   35篇
  2014年   73篇
  2013年   107篇
  2012年   109篇
  2011年   103篇
  2010年   85篇
  2009年   77篇
  2008年   80篇
  2007年   67篇
  2006年   58篇
  2005年   51篇
  2004年   42篇
  2003年   40篇
  2002年   33篇
  2001年   29篇
  2000年   24篇
  1999年   29篇
  1998年   32篇
  1997年   22篇
  1996年   14篇
  1995年   17篇
  1994年   17篇
  1993年   17篇
  1992年   15篇
  1991年   2篇
  1990年   9篇
  1989年   6篇
  1988年   8篇
  1987年   3篇
  1985年   8篇
  1984年   6篇
  1983年   3篇
  1982年   3篇
  1981年   7篇
  1980年   4篇
  1979年   1篇
  1978年   1篇
  1977年   5篇
  1976年   1篇
  1974年   1篇
  1973年   1篇
排序方式: 共有1506条查询结果,搜索用时 359 毫秒
31.
The Gaussian scale-space paradigm and the multiscale local jet   总被引:3,自引:3,他引:0  
A representation of local image structure is proposed which takes into account both the image's spatial structure at a given location, as well as its deep structure, that is, its local behaviour as a function of scale or resolution (scale-space). This is of interest for several low-level image tasks. The proposed basis of scale-space, for example, enables a precise local study of interactions of neighbouring image intensities in the course of the blurring process. It also provides an extrapolation scheme for local image data, obtained at a given spatial location and resolution, to a finite scale-space neighbourhood. This is especially useful for the determination of sampling rates and for interpolation algorithms in a multilocal context. Another, particularly straightforward application is image enhancement or deblurring, which is an instance of data extrapolation in the high-resolution direction.A potentially interesting feature of the proposed local image parametrisation is that it captures a trade-off between spatial and scale extrapolations from a given interior point that do not exceed a given tolerance. This (rade-off suggests the possibility of a fairly coarse scale sampling at the expense of a dense spatial sampling large relative spatial overlap of scale-space kernels).The central concept developed in this paper is an equivalence class called the multiscale local jet, which is a hierarchical, local characterisation of the image in a full scale-space neighbourhood. For this local jet, a basis of fundamental polynomials is constructed that captures the scale-space paradigm at the local level up to any given order.  相似文献   
32.
A portfolio selection model which allocates a portfolio of currencies by maximizing the expected return subject to Value-at-Risk (VaR) constraint is designed and implemented. Based on an econometric implementation using intradaily data, the optimal portfolio allocation is forecasted at regular time intervals. For the estimation of the conditional variance from which the VaR is computed, univariate and multivariate GARCH models are used. Model evaluation is done using two economic criteria and two statistical tests. The result for each model is given by the best forecasted intradaily investment recommendations in terms of the optimal weights of the currencies in the risky portfolio. The results show that estimating the VaR from multivariate GARCH models improves the results of the forecasted optimal portfolio allocation, compared to using a univariate model.  相似文献   
33.
34.
This article presents a visual object tracking method and applies an event-based performance evaluation metric for assessment. The proposed monocular object tracker is able to detect and track multiple object classes in non-controlled environments. The tracking framework uses Bayesian per-pixel classification to segment an image into foreground and background objects, based on observations of object appearances and motions in real-time. Furthermore, a performance evaluation method is presented and applied to different state-of-the-art trackers based on successful detections of semantically high level events. These events are extracted automatically from the different trackers an their varying types of low level tracking results. Then, a general new event metric is used to compare our tracking method with the other tracking methods against ground truth of multiple public datasets.  相似文献   
35.
36.
This paper presents a Web 2.0 Learning Environment, for a systematic creation of adaptive and intelligent tutoring systems. Authoring contents is made by a community of users including teachers and students. The tutoring systems adapt the contents according to the best learning style using self-organizing maps (SOMs). The SOM was trained for classifying Felder–Silverman learning styles. The most important advantage of these unsupervised neural networks is that they do not require an external teacher for presenting a training set. The approach was implemented under an authoring tool that allows the production of personalized learning material to be used under collaborative and mobile learning environments. The tutoring systems together with the neural network can also be exported to mobile devices. We present different results to the approach working under the authoring tool.  相似文献   
37.
38.
39.
A 3D stereoscopic head‐up display using a tunable bandpass filter to perform left and right image spectral separation is presented. Using a single filter reduces the size and the cost of the head‐up display optical engine and enables each spectral band to be accurately tuned. Experiments performed on the first prototype demonstrate the ability to continuously tune the bandpass frequency on 30‐nm range while keeping a 20‐nm bandwidth. Such a system avoids the use of a bulky and costly rotating wheel and enables the use of holographic optical elements known to be wavelength selective.  相似文献   
40.
The field of data mining has become accustomed to specifying constraints on patterns of interest. A large number of systems and techniques has been developed for solving such constraint-based mining problems, especially for mining itemsets. The approach taken in the field of data mining contrasts with the constraint programming principles developed within the artificial intelligence community. While most data mining research focuses on algorithmic issues and aims at developing highly optimized and scalable implementations that are tailored towards specific tasks, constraint programming employs a more declarative approach. The emphasis lies on developing high-level modeling languages and general solvers that specify what the problem is, rather than outlining how a solution should be computed, yet are powerful enough to be used across a wide variety of applications and application domains.This paper contributes a declarative constraint programming approach to data mining. More specifically, we show that it is possible to employ off-the-shelf constraint programming techniques for modeling and solving a wide variety of constraint-based itemset mining tasks, such as frequent, closed, discriminative, and cost-based itemset mining. In particular, we develop a basic constraint programming model for specifying frequent itemsets and show that this model can easily be extended to realize the other settings. This contrasts with typical procedural data mining systems where the underlying procedures need to be modified in order to accommodate new types of constraint, or novel combinations thereof. Even though the performance of state-of-the-art data mining systems outperforms that of the constraint programming approach on some standard tasks, we also show that there exist problems where the constraint programming approach leads to significant performance improvements over state-of-the-art methods in data mining and as well as to new insights into the underlying data mining problems. Many such insights can be obtained by relating the underlying search algorithms of data mining and constraint programming systems to one another. We discuss a number of interesting new research questions and challenges raised by the declarative constraint programming approach to data mining.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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