首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   269475篇
  免费   3451篇
  国内免费   837篇
电工技术   5265篇
综合类   338篇
化学工业   39381篇
金属工艺   10466篇
机械仪表   8657篇
建筑科学   6520篇
矿业工程   1130篇
能源动力   6679篇
轻工业   23452篇
水利工程   2660篇
石油天然气   4005篇
武器工业   68篇
无线电   35306篇
一般工业技术   51643篇
冶金工业   48215篇
原子能技术   5504篇
自动化技术   24474篇
  2021年   2176篇
  2019年   2139篇
  2018年   3615篇
  2017年   3688篇
  2016年   3919篇
  2015年   2480篇
  2014年   4291篇
  2013年   11956篇
  2012年   6899篇
  2011年   9311篇
  2010年   7316篇
  2009年   8220篇
  2008年   9084篇
  2007年   8963篇
  2006年   8152篇
  2005年   7438篇
  2004年   7158篇
  2003年   6956篇
  2002年   6604篇
  2001年   6631篇
  2000年   6327篇
  1999年   6401篇
  1998年   14445篇
  1997年   10435篇
  1996年   8273篇
  1995年   6550篇
  1994年   5848篇
  1993年   5710篇
  1992年   4662篇
  1991年   4316篇
  1990年   4150篇
  1989年   3906篇
  1988年   3716篇
  1987年   3278篇
  1986年   3173篇
  1985年   3736篇
  1984年   3530篇
  1983年   3133篇
  1982年   2959篇
  1981年   3039篇
  1980年   2837篇
  1979年   2740篇
  1978年   2573篇
  1977年   3035篇
  1976年   3645篇
  1975年   2395篇
  1974年   2395篇
  1973年   2390篇
  1972年   1906篇
  1971年   1783篇
排序方式: 共有10000条查询结果,搜索用时 0 毫秒
131.
We present a classification scheme for array language primitives that quantifies the variation in parallelism and data locality that results from the fusion of any two primitives. We also present an algorithm based on this scheme that efficiently determines when it is beneficial to fuse any two primitives. Experimental results show that five LINPACK routines report 50% performance improvement from the fusion of array operators  相似文献   
132.
This paper examines the influence of mutation on the behavior of genetic algorithms through a series of examples and experiments. The results provide an existence proof that mutation is a far more profound operator than has ever been recognized. Implications are discussed which point to the importance of open questions concerning genetic algorithms. The paper also reviews the implementation of the infinite population model of Vose which forms the computational basis of this investigation.  相似文献   
133.
The object-oriented approach to system structuring has found widespread acceptance among designers and developers of robust computing systems. The authors propose a system structure for distributed programming systems that support persistent objects and describe how properties such as persistence and recoverability can be implemented. The proposed structure is modular, permitting easy exploitation of any distributed computing facilities provided by the underlying system. An existing system constructed according to the principles espoused here is examined to illustrate the practical utility of the proposed approach to system structuring  相似文献   
134.
We present the design of E-kernel, an embedding kernel on the Victor V256 message-passing partitionable multiprocessor, developed for the support of program mapping and network reconfiguration. E-kernel supports the embedding of a new network topology onto Victor's 2D mesh and also the embedding of a task graph onto the 2D mesh network or the reconfigured network. In the current implementation, the reconfigured network can be a line or an even-size ring, and the task graphs meshes or tori of a variety of dimensions and shapes or graphs with similar topologies. For application programs having these task graph topologies and that are designed according to the communication model of E-kernel, they can be run without any change on partitions connected by the 2D mesh, line, or ring. Further, E-kernel attempts the communication optimization of these programs on the different networks automatically, thus making both the network topology and the communication optimization attempt completely transparent to the application programs. Many of the embeddings used in E-kernel are optimal or asymptotically optimal (with respect to minimum dilation cost). The implementation of E-kernel translated some of the many theoretical results in graph embeddings into practical tools for program mapping and network reconfiguration in a parallel system. E-kernel is functional on Victor V256. Measurements of E-kernel's performance on V256 are also included  相似文献   
135.
The cascade correlation is a very flexible, efficient and fast algorithm for supervised learning. It incrementally builds the network by adding hidden units one at a time, until the desired input/output mapping is achieved. It connects all the previously installed units to the new unit being added. Consequently, each new unit in effect adds a new layer and the fan-in of the hidden and output units keeps on increasing as more units get added. The resulting structure could be hard to implement in VLSI, because the connections are irregular and the fan-in is unbounded. Moreover, the depth or the propagation delay through the resulting network is directly proportional to the number of units and can be excessive. We have modified the algorithm to generate networks with restricted fan-in and small depth (propagation delay) by controlling the connectivity. Our results reveal that there is a tradeoff between connectivity and other performance attributes like depth, total number of independent parameters, and learning time.  相似文献   
136.
137.
This paper is a reply to Laviolette and Seaman's critical discussion of fuzzy set theory. Rather than questioning the interest of the Bayesian approach to uncertainty, some reasons why Bayesian find the idea of a fuzzy set not palatable are laid bare. Some links between fuzzy sets and probability that Laviolette and Seaman seem not to be aware of are pointed out. These links suggest that, contrary to the claim sometimes found in the literature, probability theory is not a special case of fuzzy set theory. The major objection to Laviolette and Seaman is that they found their critique on as very limited view of fuzzy sets, including debatable papers, while they fail to account for significant works pertaining to axiomatic derivation of fuzzy set connectives, possibility theory, fuzzy random variables, among others  相似文献   
138.
Management of multidimensional discrete data   总被引:1,自引:0,他引:1  
Spatial database management involves two main categories of data: vector and raster data. The former has received a lot of in-depth investigation; the latter still lacks a sound framework. Current DBMSs either regard raster data as pure byte sequences where the DBMS has no knowledge about the underlying semantics, or they do not complement array structures with storage mechanisms suitable for huge arrays, or they are designed as specialized systems with sophisticated imaging functionality, but no general database capabilities (e.g., a query language). Many types of array data will require database support in the future, notably 2-D images, audio data and general signal-time series (1-D), animations (3-D), static or time-variant voxel fields (3-D and 4-D), and the ISO/IEC PIKS (Programmer's Imaging Kernel System) BasicImage type (5-D). In this article, we propose a comprehensive support ofmultidimensional discrete data (MDD) in databases, including operations on arrays of arbitrary size over arbitrary data types. A set of requirements is developed, a small set of language constructs is proposed (based on a formal algebraic semantics), and a novel MDD architecture is outlined to provide the basis for efficient MDD query evaluation.  相似文献   
139.
We introduce a semantic data model to capture the hierarchical, spatial, temporal, and evolutionary semantics of images in pictorial databases. This model mimics the user's conceptual view of the image content, providing the framework and guidelines for preprocessing to extract image features. Based on the model constructs, a spatial evolutionary query language (SEQL), which provides direct image object manipulation capabilities, is presented. With semantic information captured in the model, spatial evolutionary queries are answered efficiently. Using an object-oriented platform, a prototype medical-image management system was implemented at UCLA to demonstrate the feasibility of the proposed approach.  相似文献   
140.
Robotica is a computer-aided design package for robotic nmanipulators developed at the Coordinated Science Laboratory at the University of Illinois at Urbana- Champaign. The package is a collection of function definitions for the Mathematica symbolic mathematics program. Robotica can be used either with an X- Windows graphical user interface (GUI) on a Sun Workstation or as an included function definition file within Mathematica. The primary feature of Robotica is the ability to compute, symbolically or numerically, the kinematic and dynamic equations of arbitrary robot systems utilizing the standard Denevit-Hartenburg (DH) kinematic convention. Robotica also provides the ability to visualize these arbitrary manipulators using the X- Windows graphical interface to the Mathematica graphics routines. The paper looks at the usage of Robotica at the Air Force Institute of Technology, comments on the features of Robotica, and needs for improvement and suggestions for future development  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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