首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   36415篇
  免费   1364篇
  国内免费   63篇
电工技术   372篇
综合类   29篇
化学工业   7285篇
金属工艺   726篇
机械仪表   738篇
建筑科学   1965篇
矿业工程   114篇
能源动力   1057篇
轻工业   2889篇
水利工程   430篇
石油天然气   117篇
武器工业   5篇
无线电   2511篇
一般工业技术   6119篇
冶金工业   6621篇
原子能技术   268篇
自动化技术   6596篇
  2023年   214篇
  2022年   441篇
  2021年   683篇
  2020年   464篇
  2019年   617篇
  2018年   780篇
  2017年   695篇
  2016年   835篇
  2015年   758篇
  2014年   1042篇
  2013年   2374篇
  2012年   1681篇
  2011年   2094篇
  2010年   1658篇
  2009年   1550篇
  2008年   1804篇
  2007年   1777篇
  2006年   1595篇
  2005年   1440篇
  2004年   1174篇
  2003年   1123篇
  2002年   1054篇
  2001年   707篇
  2000年   550篇
  1999年   598篇
  1998年   592篇
  1997年   578篇
  1996年   551篇
  1995年   577篇
  1994年   529篇
  1993年   516篇
  1992年   502篇
  1991年   291篇
  1990年   421篇
  1989年   392篇
  1988年   320篇
  1987年   358篇
  1986年   310篇
  1985年   419篇
  1984年   426篇
  1983年   320篇
  1982年   301篇
  1981年   285篇
  1980年   273篇
  1979年   275篇
  1978年   249篇
  1977年   230篇
  1976年   211篇
  1975年   199篇
  1974年   174篇
排序方式: 共有10000条查询结果,搜索用时 15 毫秒
911.
A Generative Probabilistic Oriented Wavelet Model for Texture Segmentation   总被引:1,自引:0,他引:1  
This Letter addresses image segmentation via a generative model approach. A Bayesian network (BNT) in the space of dyadic wavelet transform coefficients is introduced to model texture images. The model is similar to a Hidden Markov model (HMM), but with non-stationary transitive conditional probability distributions. It is composed of discrete hidden variables and observable Gaussian outputs for wavelet coefficients. In particular, the Gabor wavelet transform is considered. The introduced model is compared with the simplest joint Gaussian probabilistic model for Gabor wavelet coefficients for several textures from the Brodatz album [1]. The comparison is based on cross-validation and includes probabilistic model ensembles instead of single models. In addition, the robustness of the models to cope with additive Gaussian noise is investigated. We further study the feasibility of the introduced generative model for image segmentation in the novelty detection framework [2]. Two examples are considered: (i) sea surface pollution detection from intensity images and (ii) image segmentation of the still images with varying illumination across the scene.  相似文献   
912.
A Simulation Framework for Heterogeneous Agents   总被引:2,自引:0,他引:2  
We introduce a generic simulation framework suitable for agent-based simulations featuring the support of heterogeneous agents, hierarchical scheduling, and flexible specification of design parameters. One key aspect of this framework is the design specification: we use a format based on the Extendible Markup Language (XML) that is simple-structured yet still enables the design of flexible models. Another issue in agent-based simulations, especially when ready-made components are used, is the heterogeneity arising from both the agents' implementations and the underlying platforms. To tackle such obstacles, we introduce a wrapper technique for mapping the functionality of agents living in an interpreter-based environment to a standardized JAVA interface, thus facilitating the task for any control mechanism (like a simulation manager) because it has to handle only one set of commands for all agents involved. Again, this mapping is made by an XML-based definition format. We demonstrate the technique by applying it to a simple sample simulation of two mass marketing firms operating in an artificial consumer environment.  相似文献   
913.
A method for estimating and validating the cumulative distribution of a function of random variables (independent or dependent) is presented and examined. The method creates a sequence of bounds that will converge to the distribution function in the limit for functions of independent random variables or of random variables of known dependencies. Moreover, an approximation is constructed from and contained in these bounds. Preliminary numerical experiments indicate that this approximation is close to the actual distribution after a few iterations. Several examples are given to illustrate the method.  相似文献   
914.
A distinguishing feature of reconfigurable computing over rapid prototyping is its ability to configure the computational fabric on-line while an application is running. Conventional reconfigurable computing platforms utilize commodity FPGAs, which typically have relatively long configuration times. Shrinking the configuration time down to the nanosecond region opens possibilities for rapid context switching and virtualizing the computational resources. An experimental context-switching FPGA, called the CSRC, has been created by BAE Systems, and gives researchers the opportunity to explore context-switching applications. This paper presents results obtained from constructing both control-driven and data-driven context switching applications on the CSRC device, along with unique properties of the run-time and compile-time environment.  相似文献   
915.
We present a simple simulation of road growing dynamics that can generate global features as belt-ways and star patterns observed in urban transportation infrastructure. The road growing dynamics consist of two steps: Identifying the maximum transportation potential bewteen two locations within the city, followed by the generation of the least expensive road between these two locations. The simulation defines a previously missing component for modeling the co-evolution of urban settlement- and road systems as it can directly be coupled to existing urban settlement simulations.  相似文献   
916.
Conclusions It is asserted that current approaches and automated support for requirements engineering are not yet sufficient to build today’s and tomorrow’s complex systems. Requirements engineering, itself intricately connected to system design and system solution and not separate from either, needs to be embedded into a total systems engineering approach. This is the route to systems engineering maturity. Software and systems engineering can and should learn from each other.  相似文献   
917.
We address the problem of performing simultaneously reachability analysis and minimization of real-time transition systems represented by timed automata, i.e., automata extended with a finite set of clock variables. The transitions of the automaton may depend on the values of the clocks and may reset some of the clocks. An efficient algorithm is presented for minimizing a system with respect to a given initial partition that respects the enabling conditions of the transitions of the timed automaton. Our algorithm generates the portion of the minimized system that is reachable from a given initial configuration in time polynomial in the input and the size of the minimal reachable system.  相似文献   
918.
We give a distributed approximation algorithm for job scheduling in a ring architecture. In contrast to many other parallel scheduling models, the model we consider captures the influence of the underlying communications network by specifying that task migration from one processor to another takes time proportional to the distance between those two processors in the network. As a result, our algorithm must balance computational load and communication time. The algorithm is simple, requires no global control, and yields schedules of length at most 4.22 times optimal. We also give a lower bound on the performance of any distributed algorithm and the results of simulation experiments which suggest better performance than does our worst-case analysis.  相似文献   
919.
The Coupled Perturbed Kohn-Sham equations have been implemented in the Amsterdam Density Functional program package. Our implementation differs from previous ones in many ways. This program uses density fitting to calculate the Coulomb and exchange integrals. Further, all matrix elements of the Fock type matrix and its derivatives are calculated by numerical integration. The frozen core approximation is also implemented. Our implementation is approximately 10 times faster than a finite difference algorithm, and the absolute CPU times also compare favorably with other reported implementations.  相似文献   
920.
Our general goal in this paper is to show how to implement in GAMS standard deterministic nonlinear macro models, and stochastic linear macro models with rational expectations. We will also present basic concepts on solution methods and policy analysis for these kinds of models. As a practical illustration, we will use some well known teaching and experimental models in the macroeconomic literature.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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