首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   2593篇
  免费   151篇
  国内免费   27篇
电工技术   50篇
综合类   13篇
化学工业   584篇
金属工艺   51篇
机械仪表   81篇
建筑科学   85篇
矿业工程   6篇
能源动力   198篇
轻工业   315篇
水利工程   25篇
石油天然气   24篇
无线电   316篇
一般工业技术   450篇
冶金工业   119篇
原子能技术   17篇
自动化技术   437篇
  2024年   11篇
  2023年   70篇
  2022年   152篇
  2021年   196篇
  2020年   143篇
  2019年   129篇
  2018年   169篇
  2017年   153篇
  2016年   150篇
  2015年   80篇
  2014年   135篇
  2013年   224篇
  2012年   156篇
  2011年   183篇
  2010年   126篇
  2009年   116篇
  2008年   89篇
  2007年   75篇
  2006年   40篇
  2005年   29篇
  2004年   32篇
  2003年   28篇
  2002年   29篇
  2001年   26篇
  2000年   19篇
  1999年   18篇
  1998年   23篇
  1997年   24篇
  1996年   20篇
  1995年   22篇
  1994年   16篇
  1993年   4篇
  1992年   10篇
  1991年   4篇
  1990年   7篇
  1989年   5篇
  1988年   5篇
  1987年   2篇
  1986年   5篇
  1985年   10篇
  1984年   6篇
  1983年   9篇
  1982年   6篇
  1981年   1篇
  1980年   1篇
  1978年   4篇
  1977年   4篇
  1976年   4篇
  1970年   1篇
排序方式: 共有2771条查询结果,搜索用时 0 毫秒
51.
In this paper we introduce a goal programming formulation for the multi-group classification problem. Although a great number of mathematical programming models for two-group classification problems have been proposed in the literature, there are few mathematical programming models for multi-group classification problems. Newly proposed multi-group mathematical programming model is compared with other conventional multi-group methods by using different real data sets taken from the literature and simulation data. A comparative analysis on the real data sets and simulation data shows that our goal programming formulation may suggest efficient alternative to traditional statistical methods and mathematical programming formulations for the multi-group classification problem.  相似文献   
52.
Cellular automata are used to model dynamical phenomena by focusing on their local behavior which depends on the neighboring cells in order to express their global behavior. The geometrical structure of the models suggests the algebraic structure of cellular automata. After modeling the dynamical phenomena, it is sometimes an important problem to be able to move backwards in order to understand it better. This is only possible if cellular automata is reversible. In this paper, 2D finite cellular automata defined by local rules based on hexagonal cell structure are studied. Rule matrix of the hexagonal finite cellular automaton is obtained. The rank of rule matrices representing the 2D hexagonal finite cellular automata via an algorithm is computed. It is a well known fact that determining the reversibility of a 2D cellular automata is a very difficult problem in general. Here, the reversibility problem of this family of 2D hexagonal cellular automata is also resolved completely.  相似文献   
53.
To conserve space and power as well as to harness high performance in embedded systems, high utilization of the hardware is required. This can be facilitated through dynamic adaptation of the silicon resources in reconfigurable systems in order to realize various customized kernels as execution proceeds. Fortunately, the encountered reconfiguration overheads can be estimated. Therefore, if the scheduling of time-consuming kernels considers also the reconfiguration overheads, an overall performance gain can be obtained. We present our policy, experiments, and performance results of customizing and reconfiguring Field-Programmable Gate Arrays (FPGAs) for embedded kernels. Experiments involving EEMBC (EDN Embedded Microprocessor Benchmarking Consortium) and MiBench embedded benchmark kernels show high performance using our main policy, when considering reconfiguration overheads. Our policy reduces the required reconfigurations by more than 50% as compared to brute-force solutions, and performs within 25% of the ideal execution time while conserving 60% of the FPGA resources. Alternative strategies to reduce the reconfiguration overhead are also presented and evaluated.  相似文献   
54.
We study the long-term generation capacity investment problem of an independent power generation company (GenCo) that functions in an environment where GenCos perform business with both bilateral contracts (BC) and transactions in the day-ahead market (DAM). A fuzzy mixed integer linear programming model with a fuzzy objective and fuzzy constraints is developed to incorporate the impacts of imprecision/uncertainty in the economic environment on the calculation of the optimal value of the GenCo’s objective function. In formulating the fuzzy objective function we also include the potential impacts of climate change on the energy output of hydroelectric power plants. In addition to formulating and solving the capacity planning/investment problem, we also performed scenario-based (sensitivity) analysis to explore how investment decisions of the GenCos change when fuzziness (tolerance) in the maximum energy output of hydroelectric units and/or drought expectation increases. The proposed model is novel and investigates the effects of factors like drought expectations of climate changes, hydroelectric power plant investments, and other power generation technology investment options.  相似文献   
55.
In this paper, a novel decentralized fault tolerant controller (DFTC) is proposed for interconnected nonlinear continuous-time systems by using local subsystem state vector alone in contrast with traditional distributed fault tolerant controllers or fault accommodation schemes where the measured or the estimated state vector of the overall system is needed. The proposed decentralized controller uses local state and input vectors and minimizes the fault effects on all the subsystems. The DFTC in each subsystem includes a traditional controller term and a neural network based online approximator term which is used to deal with the unknown parts of the system dynamics, such as fault and interconnection terms. The stability of the overall system with the proposed DFTC is investigated by using Lyapunov approach and the boundedness of all signals is guaranteed in the presence of a fault. Therefore, the proposed controller enables the system to continue its normal operation after the occurrence of a fault, as long as it does not cause failure or break down of a component. Although the decentralized fault tolerant controller is designed mainly for large-scale systems where continuous transmissions between subsystems is not possible, it can also be applied to small-scale systems where sensor measurements are available for use in all subsystems. Finally the proposed methods are verified and compared in simulation environment.  相似文献   
56.
Clustering algorithms generally accept a parameter k from the user, which determines the number of clusters sought. However, in many application domains, like document categorization, social network clustering, and frequent pattern summarization, the proper value of k is difficult to guess. An alternative clustering formulation that does not require k is to impose a lower bound on the similarity between an object and its corresponding cluster representative. Such a formulation chooses exactly one representative for every cluster and minimizes the representative count. It has many additional benefits. For instance, it supports overlapping clusters in a natural way. Moreover, for every cluster, it selects a representative object, which can be effectively used in summarization or semi-supervised classification task. In this work, we propose an algorithm, SimClus, for clustering with lower bound on similarity. It achieves a O(log n) approximation bound on the number of clusters, whereas for the best previous algorithm the bound can be as poor as O(n). Experiments on real and synthetic data sets show that our algorithm produces more than 40% fewer representative objects, yet offers the same or better clustering quality. We also propose a dynamic variant of the algorithm, which can be effectively used in an on-line setting.  相似文献   
57.
Using OLAP and multidimensional data for decision making   总被引:1,自引:0,他引:1  
Hasan  H. Hyland  P. 《IT Professional》2001,3(5):44-50
Managers see information as a critical resource and require systems that let them exploit it for competitive advantage. One way to better use organizational information is via online analytical processing and multidimensional databases (MDDBs). OLAP and MDDBs present summarized information from company databases. They use multidimensional structures that let managers slice and dice views of company performance data and drill down into trouble spots. For over a decade, proponents have touted these tools as the ultimate executive information system, but most of the hype comes from product vendors themselves. Based on our experience with several OLAP tools, we have developed a more pragmatic approach to the design of multidimensional information systems that lets managers make the most of their companies' information assets  相似文献   
58.
In this article, we present a new implementation of an amplitude-independent method for continuous-scale sleep depth estimation. Having been implemented as an add-on analysis module under commercially available biosignal recording and analysis software, it can be easily applied in clinical routine. The software gives the user full freedom to change all the analysis parameters inside theoretical limits. Computational sleep depth profiles produced by the presented software compare favourably with visual classifications. Future work will concentrate on systematic optimization of analysis parameters, further evaluation of the method with disturbed sleep and application of the method for automated adaptive sleep analysis.  相似文献   
59.
Wireless video sensor networks (WVSNs) have drawn significant attention in recent years due to the advent of low-cost miniaturized cameras, which makes it feasible to realize large-scale WVSNs for a variety of applications including security surveillance, environmental tracking, and health monitoring. However, the conventional video coding paradigms are not suitable for WVSNs due to resource constraints such as limited computation power, battery energy, and network bandwidth. In this paper, we evaluated and analyzed the performance of video codecs based on emerging video coding paradigms such as distributed video coding and distributed compressive video sensing for multihop WVSNs. The main objective of this work was to provide an insight into the computational (encoding/decoding) complexity, energy consumption, node and network lifetime, processing and memory requirements, and the quality of reconstruction of these video codecs. Based on the findings, this paper also provides some guidelines for the selection of appropriate video codecs for a given WVSN application.  相似文献   
60.
The calculation of the degree d of an approximate greatest common divisor of two inexact polynomials f(y) and g(y) reduces to the determination of the rank loss of a resultant matrix, the entries of which are functions of the coefficients of f(y) and g(y). This paper considers this issue by describing two methods to calculate d, such that knowledge of the noise level imposed on the coefficients of f(y) and g(y) is not assumed. One method uses the residual of a linear algebraic equation whose coefficient matrix and right hand side vector are derived from the Sylvester resultant matrix S(f,g), and the other method uses the first principal angle between a line and a hyperplane, the equations of which are calculated from S(f,g). Computational results on inexact polynomials whose exact forms have multiple roots of high degree are shown and very good results are obtained. These results are compared with the rank loss of S(f,g) for the calculation of d, and it is shown that this method yields incorrect results for these examples.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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