首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   310篇
  免费   13篇
电工技术   1篇
化学工业   49篇
金属工艺   2篇
机械仪表   2篇
建筑科学   10篇
能源动力   11篇
轻工业   55篇
水利工程   3篇
无线电   33篇
一般工业技术   22篇
冶金工业   5篇
原子能技术   2篇
自动化技术   128篇
  2022年   10篇
  2021年   11篇
  2020年   11篇
  2019年   9篇
  2018年   10篇
  2017年   9篇
  2016年   10篇
  2015年   10篇
  2014年   9篇
  2013年   19篇
  2012年   18篇
  2011年   19篇
  2010年   25篇
  2009年   29篇
  2008年   15篇
  2007年   17篇
  2006年   12篇
  2005年   13篇
  2004年   14篇
  2003年   6篇
  2002年   8篇
  2001年   6篇
  2000年   3篇
  1999年   6篇
  1998年   2篇
  1997年   3篇
  1996年   3篇
  1995年   3篇
  1994年   5篇
  1993年   1篇
  1992年   1篇
  1990年   2篇
  1989年   1篇
  1988年   2篇
  1980年   1篇
排序方式: 共有323条查询结果,搜索用时 0 毫秒
21.
22.
Skin color-based video segmentation under time-varying illumination   总被引:6,自引:0,他引:6  
A novel approach for real-time skin segmentation in video sequences is described. The approach enables reliable skin segmentation despite wide variation in illumination during tracking. An explicit second order Markov model is used to predict evolution of the skin-color (HSV) histogram over time. Histograms are dynamically updated based on feedback from the current segmentation and predictions of the Markov model. The evolution of the skin-color distribution at each frame is parameterized by translation, scaling, and rotation in color space. Consequent changes in geometric parameterization of the distribution are propagated by warping and resampling the histogram. The parameters of the discrete-time dynamic Markov model are estimated using Maximum Likelihood Estimation and also evolve over time. The accuracy of the new dynamic skin color segmentation algorithm is compared to that obtained via a static color model. Segmentation accuracy is evaluated using labeled ground-truth video sequences taken from staged experiments and popular movies. An overall increase in segmentation accuracy of up to 24 percent is observed in 17 out of 21 test sequences. In all but one case, the skin-color classification rates for our system were higher, with background classification rates comparable to those of the static segmentation.  相似文献   
23.
This paper is motivated by the modifications recently suggested to enhance TCP performance over wireless channels. We argue that TCP end-to-end error-control mechanism lacks the functionality to respond appropriately in situations where errors vary in nature, frequency, or duration. As a result, this mechanism could, under some circumstances, yield zero throughput achievements at high energy-cost, or degrade throughput performance without conserving energy. This incompetent behavior with respect to the energy/throughput tradeoff puts in question TCP's suitability as a universal, reliable transport protocol of choice, especially for battery-powered mobile devices for which energy is a critical resource and congestion is not the exclusive cause of errors.We propose Wave and Probing communication and control mechanisms that permit end-to-end protocols to detect congestion without necessarily experiencing packet drops, to distinguish random and burst errors from congestion, and, as conditions vary, to rapidly adjust the transmission window upwards or downwards depending on the nature of the error. We report extensively on the performance of these new mechanisms to demonstrate their energy-conserving and high-throughput capabilities.  相似文献   
24.
The effect of using a rosemary extract on the stability of oil used for frying potato chips has been evaluated. Sliced potatoes were fried intermittently in soybean oil containing a natural extract from rosemary. The conditions used for frying were 185°C for 90 s. Two separate experiments, with and without replenishment of oil, were carried out. Oil samples were taken each day, not only from the frying pans but also by extraction with hexane from the chips. Changes in the induction period of the oil samples (Rancimat method) were determined. The induction period decreased as frying progressed. The reduction in the induction period was higher in the oil free of rosemary extract, and the chips were much darker in color. The oil containing the extract showed greater antioxidant activity, and reduced darkening and rancidity of the oil. Potato chips fried in the oil with added rosemary extract were more acceptable than chips fried in oil containing no extract until the last frying. The free radical scavenging activity of rosemary extract in comparison to other natural antioxidants was also determined by the reduction of O2 .- in a hypoxanthine/xanthine oxidase system.  相似文献   
25.
A graph G was defined in [16] as P4-reducible, if no vertex in G belongs to more than one chordless path on four vertices or P4. A graph G is defined in [15] as P4-sparse if no set of five vertices induces more than one P4, in G. P4-sparse graphs generalize both P4-reducible and the well known class of p4-free graphs or cographs. In an extended abstract in [11] the first author introduced a method using the modular decomposition tree of a graph as the framework for the resolution of algorithmic problems. This method was applied to the study of P4-sparse and extended P4-sparse graphs.

In this paper, we begin by presenting the complete information about the method used in [11]. We propose a unique tree representation of P4-sparse and a unique tree representation of P4-reducible graphs leading to a simple linear recognition algorithm for both classes of graphs. In this way we simplify and unify the solutions for these problems, presented in [16–19]. The tree representation of an n-vertex P4-sparse or a P4-reducible graph is the key for obtaining O(n) time algorithms for the weighted version of classical optimization problems solved in [20]. These problems are NP-complete on general graphs.

Finally, by relaxing the restriction concerning the exclusion of the C5 cycles from P4-sparse and P4-reducible graphs, we introduce the class of the extended P4-sparse and the class of the extendedP4-reducible graphs. We then show that a minimal amount of additional work suffices for extending most of our algorithms to these new classes of graphs.  相似文献   

26.
In this paper a method is presented for deriving the explicit robust model-based optimal control law for constrained linear dynamic systems. The controller is derived off-line via parametric programming before any actual process implementation takes place. The proposed control scheme guarantees feasible operation in the presence of bounded input uncertainties by (i) explicitly incorporating in the controller design stage a set of feasibility constraints and (ii) minimizing the nominal performance, or the expectation of the performance over the uncertainty space. An extension of the method to problems involving target point tracking in the presence of persistent disturbances is also discussed. The general concept is illustrated with two examples.  相似文献   
27.
With the popularity of parallel database machines based on the shared-nothing architecture, it has become important to find external sorting algorithms which lead to a load-balanced computation, i.e., balanced execution, communication and output. If during the course of the sorting algorithm each processor is equally loaded, parallelism is fully exploited. Similarly, balanced communication will not congest the network traffic. Since sorting can be used to support a number of other relational operations (joins, duplicate elimination, building indexes etc.) data skew produced by sorting can further lead to execution skew at later stages of these operations. In this paper we present a load-balanced parallel sorting algorithm for shared-nothing architectures. It is a multiple-input multiple-output algorithm with four stages, based on a generalization of Batcher's odd-even merge. At each stage then keys are evenly distributed among thep processors (i.e., there is no final sequential merge phase) and the distribution of keys between stages ensures against network congestion. There is no assumption made on the key distribution and the algorithm performs equally well in the presence of duplicate keys. Hence our approach always guarantees its performance, as long asn is greater thanp 3, which is the case of interest for sorting large relations. In addition, processors can be added incrementally. Recommended by: Patrick Valduriez  相似文献   
28.
29.
Three-dimensional linear instability analyses are presented of steady two-dimensional laminar flows in the lid-driven cavity defined by [15] and further analyzed in the present volume [1], as well as in a derivative of the same geometry. It is shown that in both of the geometries considered three-dimensional BiGlobal instability leads to deviation of the flow from the two-dimensional solution; the analysis results are used to define low- and high-Reynolds number solutions by reference to the flow physics. Critical conditions for linear global instability and neutral loops are presented in both geometries.  相似文献   
30.
We propose AIRA, an Additive Increase Rate Accelerator. AIRA extends AIMD functionality towards adaptive increase rates, depending on the level of network contention and bandwidth availability. In this context, acceleration grows when resource availability is detected by goodput/throughput measurements and slows down when increased throughput does not translate into increased goodput as well. Thus, the gap between throughput and goodput determines the behavior of the rate accelerator.We study the properties of the extended model and propose, based on analysis and simulation, appropriate rate decrease and increase rules. Furthermore, we study conditional rules to guarantee operational success even in the presence of symptomatic, extra-ordinary events. We show that analytical rules can be derived for accelerating, either positively or negatively, the increase rate of AIMD in accordance with network dynamics. Indeed, we find that the “blind”, fixed Additive Increase rule can become an obstacle for the performance of TCP, especially when contention increases. Instead, sophisticated, contention-aware additive increase rates may preserve system stability and reduce retransmission effort, without reducing the goodput performance of TCP.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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