首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   12814篇
  免费   685篇
  国内免费   42篇
电工技术   171篇
综合类   15篇
化学工业   2685篇
金属工艺   449篇
机械仪表   940篇
建筑科学   231篇
矿业工程   3篇
能源动力   438篇
轻工业   1099篇
水利工程   83篇
石油天然气   13篇
无线电   2347篇
一般工业技术   2745篇
冶金工业   707篇
原子能技术   167篇
自动化技术   1448篇
  2024年   13篇
  2023年   163篇
  2022年   231篇
  2021年   439篇
  2020年   283篇
  2019年   326篇
  2018年   367篇
  2017年   420篇
  2016年   457篇
  2015年   379篇
  2014年   554篇
  2013年   825篇
  2012年   833篇
  2011年   1017篇
  2010年   737篇
  2009年   781篇
  2008年   724篇
  2007年   569篇
  2006年   498篇
  2005年   446篇
  2004年   413篇
  2003年   368篇
  2002年   384篇
  2001年   292篇
  2000年   261篇
  1999年   244篇
  1998年   364篇
  1997年   237篇
  1996年   179篇
  1995年   123篇
  1994年   111篇
  1993年   91篇
  1992年   65篇
  1991年   56篇
  1990年   50篇
  1989年   57篇
  1988年   30篇
  1987年   39篇
  1986年   18篇
  1985年   30篇
  1984年   16篇
  1983年   7篇
  1982年   8篇
  1981年   10篇
  1980年   3篇
  1979年   2篇
  1978年   4篇
  1977年   3篇
  1976年   5篇
  1973年   4篇
排序方式: 共有10000条查询结果,搜索用时 15 毫秒
101.

Visual tracking is one of the most important problems considered in computer vision. To improve the performance of the visual tracking, a part-based approach will be a good solution. In this paper, a novel method of visual tracking algorithm named part-based mean-shift (PBMS) algorithm is presented. In the proposed PBMS, unlike the standard mean-shift (MS), the target object is divided into multiple parts and the target is tracked by tracking each individual part and combining the results. For the part-based visual tracking, the objective function in the MS is modified such that the target object is represented as a combination of the parts and iterative optimization solution is presented. Further, the proposed PBMS provides a systematic and analytic way to determine the scale of the bounding box for the target from the perspective of the objective function optimization. Simulation is conducted with several benchmark problems and the result shows that the proposed PBMS outperforms the standard MS.

  相似文献   
102.
103.
In this paper, we evaluate the adequacy of several performance measures for the evaluation of driving skills between different drivers. This work was motivated by the need for a training system that captures the driving skills of an expert driver and transfers the skills to novice drivers using a haptic-enabled driving simulator. The performance measures examined include traditional task performance measures, e.g., the mean position error, and a stochastic distance between a pair of hidden Markov models (HMMs), each of which is trained for an individual driver. The emphasis of the latter is on the differences between the stochastic somatosensory processes of human driving skills. For the evaluation, we developed a driving simulator and carried out an experiment that collected the driving data of an expert driver whose data were used as a reference for comparison and of many other subjects. The performance measures were computed from the experimental data, and they were compared to each other. We also collected the subjective judgement scores of the driver’s skills made by a highly-experienced external evaluator, and these subjective scores were compared with the objective performance measures. Analysis results showed that the HMM-based distance metric had a moderately high correlation between the subjective scores and it was also consistent with the other task performance measures, indicating the adequacy of the HMM-based metric as an objective performance measure for driving skill learning. The findings of this work can contribute to developing a driving simulator for training with an objective assessment function of driving skills.  相似文献   
104.
We propose a measurement feedback controller for a class of feedforward nonlinear systems under sensor noise. The sensor noise has unknown magnitude, frequency, and phase. Our proposed controller is coupled with a low‐pass filter in such a way that the sensor noise is attenuated. We show that the controlled system results in bounded states whose ultimate bounds are inversely proportional to the minimum frequency of the sensor noise. Our result is further generalized to work in a case where the sensor noise is only required to have a Fourier transform with finite energy. Moreover, if the sensor noise enters only at partial states, depending on the location of the sensor noise, the ultimate bounds of the particular states can be made arbitrarily small via the gain factor of the controller. Copyright © 2012 John Wiley & Sons, Ltd.  相似文献   
105.
In this paper, we introduce the concept of personal driving diary. A personal driving diary is a multimedia archive of a person’s daily driving experience, describing important driving events of the user with annotated videos. This paper presents an automated system that constructs such multimedia diary by analyzing videos obtained from a vehicle-mounted camera. The proposed system recognizes important interactions between the driving vehicle and the other actors in videos (e.g., accident, overtaking, etc.), and labels them together with its contextual knowledge on the vehicle (e.g., mean velocity) to construct an event log. A decision tree based activity recognizer is designed, detecting driving events of vehicles and pedestrians from the first-person view videos by analyzing their trajectories and spatio-temporal relationships. The constructed diary enables efficient searching and event-based browsing of video clips, which helps the users when retrieving videos of dangerous situations. Our experiment confirms that the proposed system reliably generates driving diaries by annotating the vehicle events learned from training examples.  相似文献   
106.
Aligning shapes is essential in many computer vision problems and generalized Procrustes analysis (GPA) is one of the most popular algorithms to align shapes. However, if some of the shape data are missing, GPA cannot be applied. In this paper, we propose EM-GPA, which extends GPA to handle shapes with hidden (missing) variables by using the expectation-maximization (EM) algorithm. For example, 2D shapes can be considered as 3D shapes with missing depth information due to the projection of 3D shapes into the image plane. For a set of 2D shapes, EM-GPA finds scales, rotations and 3D shapes along with their mean and covariance matrix for 3D shape modeling. A distinctive characteristic of EM-GPA is that it does not enforce any rank constraint often appeared in other work and instead uses GPA constraints to resolve the ambiguity in finding scales, rotations, and 3D shapes. The experimental results show that EM-GPA can recover depth information accurately even when the noise level is high and there are a large number of missing variables. By using the images from the FRGC database, we show that EM-GPA can successfully align 2D shapes by taking the missing information into consideration. We also demonstrate that the 3D mean shape and its covariance matrix are accurately estimated. As an application of EM-GPA, we construct a 2D + 3D AAM (active appearance model) using the 3D shapes obtained by EM-GPA, and it gives a similar success rate in model fitting compared to the method using real 3D shapes. EM-GPA is not limited to the case of missing depth information, but it can be easily extended to more general cases.  相似文献   
107.
Digital forensics in the ubiquitous era can enhance and protect the reliability of multimedia content where this content is accessed, manipulated, and distributed using high quality computer devices. Color laser printer forensics is a kind of digital forensics which identifies the printing source of color printed materials such as fine arts, money, and document and helps to catch a criminal. This paper present a new color laser printer forensic algorithm based on noisy texture analysis and support vector machine classifier that can detect which color laser printer was used to print the unknown images. Since each printer vender uses their own printing process, printed documents from different venders have a little invisible difference looks like noise. In our identification scheme, the invisible noises are estimated with the wiener-filter and the 2D Discrete Wavelet Transform (DWT) filter. Then, a gray level co-occurrence matrix (GLCM) is calculated to analyze the texture of the noise. From the GLCM, 384 statistical features are extracted and applied to train and test the support vector machine classifier for identifying the color laser printers. In the experiment, a total of 4,800 images from 8 color laser printer models were used, where half of the image is for training and the other half is for classification. Results prove that the presented algorithm performs well by achieving 99.3%, 97.4% and 88.7% accuracy for the brand, toner and model identification respectively.  相似文献   
108.
A noteworthy thing in desktop PCs is that they can provide a great opportunity to increase the performance of processing multimedia data by exploiting task- and data-parallelism with multi-core CPU and many-core GPU. This paper presents a high performance parallel implementation of 2D DCT on this heterogeneous computing environment. For this purpose, Intel TBB (threading building blocks) and OpenCL (Open Compute Language) are utilized for task- and data-parallelism, respectively. The simulation result shows that the parallel DCT implementations far the serial ones in processing speed. Especially, OpenCL implementation shows a linear speedup, a typical SIMD characteristic as the increase of 2D data sets.  相似文献   
109.
To expedite a semantic product design environment, the relevant minimal set of design rules could optimally be distilled from the given disparate design rules. However, in disparate design rules, some attributes are frequently unused in other design rules. Treating all the attributes in all the rules increases reasoning complexity. In the situation of incomplete information, treating the attributes, which may be relevant to some rules and not to others, as “missing” ones is found to cause reasoning problems. In this paper, we present a new algorithm, i.e. the disparate attributes algorithm, for managing semantic assembly design rules. The proposed disparate attributes algorithm by identifying “inapplicable” information extends a rough set approach for managing semantic assembly design rules with systematic selection of various minimal sets of rules. To validate the disparate attributes algorithm, the approach is tested with multiple realistic assembly design cases.  相似文献   
110.
This paper proposes an off-line optimal channel scheduling algorithm for an interconnected vehicle control system. The optimal sequence obtained through the scheduling algorithm provides a switching controller with the best switching order if the controller can access only one plant at each time slot over the shared communication medium. Interconnected systems require the string stability as well as the dynamic stability of each unit. This paper shows that integrating the simple string stable control law with the approximately optimal linear-quadratic (LQ) tracker gives the optimal channel scheduling algorithm.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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