首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   1572篇
  免费   104篇
  国内免费   12篇
电工技术   23篇
综合类   34篇
化学工业   273篇
金属工艺   61篇
机械仪表   108篇
建筑科学   45篇
矿业工程   6篇
能源动力   64篇
轻工业   146篇
水利工程   11篇
石油天然气   20篇
无线电   245篇
一般工业技术   352篇
冶金工业   119篇
原子能技术   9篇
自动化技术   172篇
  2023年   20篇
  2022年   12篇
  2021年   49篇
  2020年   36篇
  2019年   46篇
  2018年   43篇
  2017年   60篇
  2016年   38篇
  2015年   34篇
  2014年   81篇
  2013年   103篇
  2012年   112篇
  2011年   110篇
  2010年   78篇
  2009年   90篇
  2008年   75篇
  2007年   69篇
  2006年   70篇
  2005年   53篇
  2004年   32篇
  2003年   44篇
  2002年   48篇
  2001年   35篇
  2000年   30篇
  1999年   29篇
  1998年   51篇
  1997年   46篇
  1996年   38篇
  1995年   23篇
  1994年   23篇
  1993年   15篇
  1992年   19篇
  1991年   10篇
  1990年   12篇
  1989年   7篇
  1988年   4篇
  1987年   6篇
  1986年   2篇
  1985年   6篇
  1984年   4篇
  1983年   3篇
  1980年   2篇
  1978年   3篇
  1977年   3篇
  1976年   3篇
  1974年   4篇
  1972年   1篇
  1971年   1篇
  1968年   1篇
  1944年   1篇
排序方式: 共有1688条查询结果,搜索用时 140 毫秒
41.
杨建良  查开德 《自动化仪表》2000,21(3):19-20,30
介绍一种本征型强度调制绞合式光纤应变传感器,分析了该传感器的应变传感原理。理论与实验均表明,该传感器既能测量拉应变,又能测量压应变,对应变的响应具有良好的线性和重复性、灵敏度高、无迟滞现象。  相似文献   
42.
Efficient Algorithms for Image Template and Dictionary Matching   总被引:3,自引:0,他引:3  
Given a large text image and a small template image, the Template Matching Problem is that of finding every location within the text which looks like the pattern. This problem, which has received attention for low-level image processing, has been formalized by defining a distance metric between arrays of pixels and finding all subarrays of the large image which are within some threshold distance of the template. These so-called metric methods tends to be too slow for many applications, since evaluating the distance function can take too much time. We present a method for quickly eliminating most positions of the text from consideration as possible matches. The remaining candidate positions are then evaluated one by one against the template for a match. We are still guaranteed to find all matching positions, and our method gives significant speed-ups. Finally, we consider the problem of matching a dictionary of templates against a text. We present methods which are much faster than matching the templates individually against the input image.  相似文献   
43.
基于G2的实时生产调度系统研究   总被引:2,自引:0,他引:2  
该文以实时专家系统工具G2作为生产调度的平台 ,通过对G2中的知识表达、知识库管理以及实时推理等关键问题的探讨 ,以某钢厂炼钢车间调度为例 ,建立调度的复合知识模型 ,最终开发一个调度的原型系统 ,并给出仿真结果  相似文献   
44.
In distributed meeting applications, microphone arrays have been widely used to capture superior speech sound and perform speaker localization through sound source localization (SSL) and beamforming. This paper presents a unified maximum likelihood framework of these two techniques, and demonstrates how such a framework can be adapted to create efficient SSL and beamforming algorithms for reverberant rooms and unknown directional patterns of microphones. The proposed method is closely related to steered response power-based algorithms, which are known to work extremely well in real-world environments. We demonstrate the effectiveness of the proposed method on challenging synthetic and real-world datasets, including over six hours of recorded meetings.  相似文献   
45.
The NearFar program is a package for carrying out an interactive nearside-farside decomposition of heavy-ion elastic scattering amplitude. The program is implemented in Java to perform numerical operations on the nearside and farside angular distributions. It contains a graphical display interface for the numerical results. A test run has been applied to the elastic scattering at Elab=1503 MeV.

Program summary

Title of program: NearFarCatalogue identifier: ADYP_v1_0Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADYP_v1_0Program obtainable from: CPC Program Library, Queen's University of Belfast, N. IrelandLicensing provisions: noneComputers: designed for any machine capable of running Java, developed on PC-Pentium-4Operating systems under which the program has been tested: Microsoft Windows XP (Home Edition)Program language used: JavaNumber of bits in a word: 64Memory required to execute with typical data: case dependentNo. of lines in distributed program, including test data, etc.: 3484Number of bytes distributed program, including test data, etc.: 142 051Distribution format: tar.gzOther software required: A Java runtime interpreter, or the Java Development Kit, version 5.0Nature of physical problem: Interactive nearside-farside decomposition of heavy-ion elastic scattering amplitude.Method of solution: The user must supply a external data file or PPSM parameters which calculates theoretical values of the quantities to be decomposed.Typical running time: Problem dependent. In a test run, it is about 35 s on a 2.40 GHz Intel P4-processor machine.  相似文献   
46.
This paper presents a new parallel computing model, called H-BSP, which adds a hierarchical concept to the BSP(Bulk Synchronous Parallel) computing model. An H-BSP program consists of a number of BSP groups which are dynamically created at run time and executed in a hierarchical fashion. H-BSP allows algorithm designers to develop more efficient algorithms by utilizing processor locality in the program. Based on the distributed memory model, H-BSP provides a group-based programming paradigm and supports Divide & Conquer algorithms efficiently. This paper describes the structure of the H-BSP model, complexity analysis and some examples of H-BSP algorithm. Also presented is the performance characteristics of H-BSP algorithms based on the simulation analysis. Simulation results show that H-BSP takes advantages of processor locality and performs well in low bandwidth networks or in a constant-valence architecture such as 2-dimensional mesh. It is also proved that H-BSP can predict algorithm performance better than BSP, due to its locality-preserving nature.  相似文献   
47.
Low-cost telepresence for collaborative virtual environments   总被引:1,自引:0,他引:1  
We present a novel low-cost method for visual communication and telepresence in a CAVEtrade-like environment, relying on 2D stereo-based video avatars. The system combines a selection of proven efficient algorithms and approximations in a unique way, resulting in a convincing stereoscopic real-time representation of a remote user acquired in a spatially immersive display. The system was designed to extend existing projection systems with acquisition capabilities requiring minimal hardware modifications and cost. The system uses infrared-based image segmentation to enable concurrent acquisition and projection in an immersive environment without a static background. The system consists of two color cameras and two additional b/w cameras used for segmentation in the near-IR spectrum. There is no need for special optics as the mask and color image are merged using image-warping based on a depth estimation. The resulting stereo image stream is compressed, streamed across a network, and displayed as a frame-sequential stereo texture on a billboard in the remote virtual environment  相似文献   
48.
Social media services such as YouTube and Flickr have become online necessities for millions of users worldwide. Social media are online services that enable users to share contents, opinions, and perspectives that support communication with other users. Social media places an emphasis on the shared experience between users, which we call co-experience. However, the online characteristics of social media increase psychological distance between users, which, in turn, results in a decrease in the quality of co-experience. Hence, as the goal of this study, we theoretically modeled and empirically verified the antecedents and user experience-based consequences of psychological distance in a social media-enhanced real-time streaming video service. In order to reduce psychological distance, we introduced two system elements: inhabited space (the degree of being situated in context and in a meaningful place) and isomorph effects (the degree of preserving the structure of a user’s actions). We constructed a social media-enhanced real-time streaming video service prototype and conducted a field experiment with actual social media users. The prototype, which streamed a live baseball game, enabled users to simultaneously view the game from remote locations and to interact with each other through cheering tools. The results indicate that inhabited space and isomorph effects reduce psychological distance between users, and this, in turn, enhances co-experience. This paper ends with theoretical as well as practical implications of the study.  相似文献   
49.
This paper presents an automatic real-time video matting system. The proposed system consists of two novel components. In order to automatically generate trimaps for live videos, we advocate a Time-of-Flight (TOF) camera-based approach to video bilayer segmentation. Our algorithm combines color and depth cues in a probabilistic fusion framework. The scene depth information returned by the TOF camera is less sensitive to environment changes, which makes our method robust to illumination variation, dynamic background and camera motion. For the second step, we perform alpha matting based on the segmentation result. Our matting algorithm uses a set of novel Poisson equations that are derived for handling multichannel color vectors, as well as the depth information captured. Real-time processing speed is achieved through optimizing the algorithm for parallel processing on graphics hardware. We demonstrate the effectiveness of our matting system on an extensive set of experimental results.  相似文献   
50.
Carbon nanotubes (CNTs) have been considered as an ideal reinforcement to improve the mechanical performance of monolithic materials. However, the CNT/metal nanocomposites have shown lower strength than expected. In this study, the CNT reinforced Cu matrix nanocomposites were fabricated by spark plasma sintering (SPS) of high energy ball-milled nano-sized Cu powders with multi-wall CNTs, and followed by cold rolling process. The microstructure of CNT/Cu nanocomposites consists of two regions including CNT/Cu composite region, where most CNTs are distributed, and CNT free Cu matrix region. The stress–strain curves of CNT/Cu nanocomposites show a two-step yielding behavior, which is caused from the microstructural characteristics consisting of two regions and the load transfer between these regions. The CNT/Cu nanocomposites show a tensile strength of 281 MPa, which is approximately 1.6 times higher than that of monolithic Cu. It is confirmed that the key issue to enhance the strength of CNT/metal nanocomposite is homogeneous distribution of CNTs.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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