首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   1555篇
  免费   69篇
  国内免费   2篇
电工技术   16篇
化学工业   409篇
金属工艺   30篇
机械仪表   43篇
建筑科学   43篇
矿业工程   5篇
能源动力   46篇
轻工业   188篇
水利工程   18篇
石油天然气   5篇
无线电   111篇
一般工业技术   231篇
冶金工业   103篇
原子能技术   6篇
自动化技术   372篇
  2024年   15篇
  2023年   17篇
  2022年   50篇
  2021年   73篇
  2020年   43篇
  2019年   42篇
  2018年   57篇
  2017年   45篇
  2016年   50篇
  2015年   42篇
  2014年   58篇
  2013年   115篇
  2012年   97篇
  2011年   119篇
  2010年   94篇
  2009年   84篇
  2008年   81篇
  2007年   62篇
  2006年   58篇
  2005年   47篇
  2004年   44篇
  2003年   33篇
  2002年   28篇
  2001年   25篇
  2000年   13篇
  1999年   19篇
  1998年   13篇
  1997年   12篇
  1996年   8篇
  1995年   12篇
  1993年   16篇
  1992年   8篇
  1991年   4篇
  1990年   6篇
  1989年   5篇
  1988年   5篇
  1987年   4篇
  1985年   7篇
  1984年   8篇
  1983年   9篇
  1982年   8篇
  1981年   14篇
  1979年   5篇
  1978年   5篇
  1977年   4篇
  1976年   5篇
  1971年   6篇
  1970年   4篇
  1966年   4篇
  1936年   4篇
排序方式: 共有1626条查询结果,搜索用时 17 毫秒
71.
A framework for stability analysis of local on‐ramp metering control strategies based on the cell transmission model is presented. Within this framework, it is possible to formulate Lyapunov and input‐state stability results for on‐ramp metering control strategies in an open section of highway with on‐ramps. Using this analysis, recommendations for the design of on‐ramp metering control laws set points are derived. Two examples on the use of such analysis are presented. One deals with the stability analysis of a local on‐ramp metering control law and the other with the design of a disturbance observer that, used in combination with the local on‐ramp metering control law, provides a more robust response to traffic regulation. Simulation results are included that confirm the possibility of using this framework to test the impact of local on‐ramp metering control strategies.  相似文献   
72.
For software process improvement - SPI - there are few small organizations using models that guide the management and deployment of their improvement initiatives. This is largely because a lot of these models do not consider the special characteristics of small businesses, nor the appropriate strategies for deploying an SPI initiative in this type of organization. It should also be noted that the models which direct improvement implementation for small settings do not present an explicit process with which to organize and guide the internal work of the employees involved in the implementation of the improvement opportunities. In this paper we propose a lightweight process, which takes into account appropriate strategies for this type of organization. Our proposal, known as a “Lightweight process to incorporate improvements”, uses the philosophy of the Scrum agile method, aiming to give detailed guidelines for supporting the management and performance of the incorporation of improvement opportunities within processes and their putting into practice in small companies. We have applied the proposed process in two small companies by means of the case study research method, and from the initial results, we have observed that it is indeed suitable for small businesses.  相似文献   
73.
For the last 30 years, several dynamic memory managers (DMMs) have been proposed. Such DMMs include first fit, best fit, segregated fit and buddy systems. Since the performance, memory usage and energy consumption of each DMM differs, software engineers often face difficult choices in selecting the most suitable approach for their applications. This issue has special impact in the field of portable consumer embedded systems, that must execute a limited amount of multimedia applications (e.g., 3D games, video players, signal processing software, etc.), demanding high performance and extensive memory usage at a low energy consumption. Recently, we have developed a novel methodology based on genetic programming to automatically design custom DMMs, optimizing performance, memory usage and energy consumption. However, although this process is automatic and faster than state-of-the-art optimizations, it demands intensive computation, resulting in a time-consuming process. Thus, parallel processing can be very useful to enable to explore more solutions spending the same time, as well as to implement new algorithms. In this paper we present a novel parallel evolutionary algorithm for DMMs optimization in embedded systems, based on the Discrete Event Specification (DEVS) formalism over a Service Oriented Architecture (SOA) framework. Parallelism significantly improves the performance of the sequential exploration algorithm. On the one hand, when the number of generations are the same in both approaches, our parallel optimization framework is able to reach a speed-up of 86.40× when compared with other state-of-the-art approaches. On the other, it improves the global quality (i.e., level of performance, low memory usage and low energy consumption) of the final DMM obtained in a 36.36% with respect to two well-known general-purpose DMMs and two state-of-the-art optimization methodologies.  相似文献   
74.
75.
76.
Microsystem Technologies - Highly accelerated life test (HALT) is a test methodology to evaluate reliability of mechanical and electromechanical devices. HALT is often used on devices that must be...  相似文献   
77.
The Nyquist robust sensitivity margin is proposed as a new scalar indicator of robust stability that also provides a meaningful quantitative assessment of the worst sensitivity realized by the uncertain closed loop. After formulating and discussing in detail the underlying optimization problem required for the calculation of the margin, the approach is applied to the characterization of the robust stability of a closed‐loop featuring a linear system with an affine uncertainty structure and a parametric uncertainty set described by a real rectangular polytope. The capabilities of the methodology are illustrated through examples, which include an approach for quantifying alternative robustness margins, such as a parametric stability margin. The computational algorithm is systematic and can be carried out with high numerical precision. Copyright © 2005 John Wiley & Sons, Ltd.  相似文献   
78.
We study the barrier coverage problem using relocatable sensor nodes. We assume each sensor can sense an intruder or event inside its sensing range. Sensors are initially located at arbitrary positions on the barrier and can move along the barrier. The goal is to find final positions for sensors so that the entire barrier is covered. In recent years, the problem has been studied extensively in the centralized setting. In this paper, we study a barrier coverage problem in the distributed and discrete setting. We assume that we have n identical sensors located at grid positions on the barrier, and that each sensor repeatedly executes a Look-Compute-Move cycle: based on what it sees in its vicinity, it makes a decision on where to move, and moves to its next position. We make two strong but realistic restrictions on the capabilities of sensors: they have a constant visibility range and can move only a constant distance in every cycle. In this model, we give the first two distributed algorithms that achieve barrier coverage for a line segment barrier when there are enough nodes in the network to cover the entire barrier. Our algorithms are synchronous, and local in the sense that sensors make their decisions independently based only on what they see within their constant visibility range. One of our algorithms is oblivious whereas the other uses two bits of memory at each sensor to store the type of move made in the previous step. We show that our oblivious algorithm terminates within \(\varTheta (n^2)\) steps with the barrier fully covered, while the constant-memory algorithm is shown to take \(\varTheta (n)\) steps to terminate in the worst case. Since any algorithm in which a sensor can only move a constant distance in one step requires \(\varOmega (n)\) steps on some inputs, our second algorithm is asymptotically optimal.  相似文献   
79.
In recent years multi-core processors have seen broad adoption in application domains ranging from embedded systems through general-purpose computing to large-scale data centres. Simulation technology for multi-core systems, however, lags behind and does not provide the simulation speed required to effectively support design space exploration and parallel software development. While state-of-the-art instruction set simulators (Iss) for single-core machines reach or exceed the performance levels of speed-optimised silicon implementations of embedded processors, the same does not hold for multi-core simulators where large performance penalties are to be paid. In this paper we develop a fast and scalable simulation methodology for multi-core platforms based on parallel and just-in-time (Jit) dynamic binary translation (Dbt). Our approach can model large-scale multi-core configurations, does not rely on prior profiling, instrumentation, or compilation, and works for all binaries targeting a state-of-the-art embedded multi-core platform implementing the ARCompact instruction set architecture (Isa). We have evaluated our parallel simulation methodology against the industry standard Splash-2 and Eembc MultiBench benchmarks and demonstrate simulation speeds up to 25,307 Mips on a 32-core x86 host machine for as many as 2,048 target processors whilst exhibiting minimal and near constant overhead, including memory considerations.  相似文献   
80.
This work presents an analysis of the applicability of synthetic aperture radar (SAR) interferometry to landslide monitoring. This analysis was carried out by using different interferometric approaches, different spaceborne SAR data (both in the C-band and in the X-band), and in situ global navigation satellite system (GNSS) measurements. In particular, we investigated both the reliability of displacement monitoring and the issues of the cross-comparison and validation of the interferometric synthetic aperture radar (InSAR) results. The work was focused on the slow-moving landslide that affects a relevant part of the urban area of the historical town of Assisi (Italy).

A C-band ENVISAT advanced synthetic aperture radar (ENVISAT ASAR) dataset acquired between 2003 and 2010 was processed by using two different interferometric techniques, to allow cross-comparison of the obtained displacement maps. Good correspondence between the results was found, and a deeper analysis of the movement field was possible. Results were further compared to a set of GNSS measurements with a 7 year overlap with SAR data. A comparison was made for each GNSS marker with the surrounding SAR scatterers, trying to take into account local topological effects, when possible.

Further, the high-resolution X-band acquired on both ascending and descending tracks by the COSMO-SkyMed (CSK) constellation was processed. The resultant displacement fields show good agreement with C-band and GNSS measurements and a sensible increase in the density of measurements.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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