首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   262780篇
  免费   7875篇
  国内免费   3464篇
电工技术   7028篇
技术理论   2篇
综合类   4254篇
化学工业   39582篇
金属工艺   11696篇
机械仪表   10117篇
建筑科学   9492篇
矿业工程   3437篇
能源动力   6806篇
轻工业   21092篇
水利工程   3365篇
石油天然气   7952篇
武器工业   532篇
无线电   30650篇
一般工业技术   47598篇
冶金工业   40206篇
原子能技术   5709篇
自动化技术   24601篇
  2022年   2765篇
  2021年   4185篇
  2020年   3131篇
  2019年   3321篇
  2018年   4489篇
  2017年   4749篇
  2016年   4676篇
  2015年   4256篇
  2014年   6088篇
  2013年   12526篇
  2012年   9074篇
  2011年   11426篇
  2010年   9241篇
  2009年   9830篇
  2008年   9801篇
  2007年   9767篇
  2006年   9208篇
  2005年   8233篇
  2004年   7096篇
  2003年   6658篇
  2002年   6101篇
  2001年   6081篇
  2000年   6118篇
  1999年   6414篇
  1998年   12854篇
  1997年   9367篇
  1996年   7524篇
  1995年   5610篇
  1994年   5093篇
  1993年   4638篇
  1992年   3645篇
  1991年   3434篇
  1990年   3128篇
  1989年   3156篇
  1988年   3005篇
  1987年   2518篇
  1986年   2402篇
  1985年   2772篇
  1984年   2535篇
  1983年   2365篇
  1982年   2117篇
  1981年   2219篇
  1980年   2050篇
  1979年   2134篇
  1978年   2127篇
  1977年   2370篇
  1976年   3202篇
  1975年   1842篇
  1974年   1763篇
  1973年   1776篇
排序方式: 共有10000条查询结果,搜索用时 10 毫秒
31.
The three-dimensional structure of glutathione S-transferase from Arabidopsis thaliana has been solved at 2.2 A resolution (Reinemer et al., 1996). The enzyme forms a dimer of two identical subunits. The structure shows a new G-site architecture and a novel and unique dimer interface. Each monomer of the protein forms a separate G-site. Therefore, the requirements on the dimer interface are reduced. As a consequence, the interactions between the monomers are weaker and residues at the dimer interface are more variable. Thus, the dimer interface looses its relevance for a classification of plant glutathione S-transferases and the formation of heterodimers becomes even more difficult to predict.  相似文献   
32.
要提高曲线轮廓汉字的还原质量, 需要在字形还原时采用网格适配技术本文介绍了网格适配的基本原理, 并在分析汉字字形还原失真现象的基础上, 给出了我们自己设计并实现的适合于曲线轮廓汉字特点的二种网格适配方法, 即动态的补象素算法和曲线轮廓汉字的技术  相似文献   
33.
UNITY, introduced by Chandy and Misra [ChM88], is a programming logic intended to reason about temporal properties of distributed programs. Despite the fact that UNITY does not have the full power of, for example, linear temporal logic, it enjoys popularity due to its simplicity.There was however a serious problem with the Substitution Rule. The logic is incomplete without the rule, and with the rule it is inconsistent.  相似文献   
34.
Uses a Markov process to model a real-time expert system architecture characterized by message passing and event-driven scheduling. The model is applied to the performance evaluation of rule grouping for real-time expert systems running on this architecture. An optimizing algorithm based on Kernighan-Lin heuristic graph partitioning for the real-time architecture is developed and a demonstration system based on the model and algorithm has been developed and tested on a portion of the advanced GPS receiver (AGR) and manned manoeuvring unit (MMU) knowledge bases  相似文献   
35.
Several variations of cache-based checkpointing for rollback error recovery from transient errors in shared-memory multiprocessors have been recently developed. By modifying the cache replacement policy, these techniques use the inherent redundancy in the memory hierarchy to periodically checkpoint the computation state. Three schemes, different in the manner in which they avoid rollback propagation, are evaluated in this paper. By simulation with address traces from parallel applications running on an Encore Multimax shared-memory multiprocessor, we evaluate the performance effect of integrating the recovery schemes in the cache coherence protocol. Our results indicate that the cache-based schemes can provide checkpointing capability with low performance overhead, but with uncontrollable high variability in the checkpoint interval  相似文献   
36.
Implementing a neural network on a digital or mixed analog and digital chip yields the quantization of the synaptic weights dynamics. This paper addresses this topic in the case of Kohonen's self-organizing maps. We first study qualitatively how the quantization affects the convergence and the properties, and deduce from this analysis the way to choose the parameters of the network (adaptation gain and neighborhood). We show that a spatially decreasing neighborhood function is far more preferable than the usually rectangular neighborhood function, because of the weight quantization. Based on these results, an analog nonlinear network, integrated in a standard CMOS technology, and implementing this spatially decreasing neighborhood function is then presented. It can be used in a mixed analog and digital circuit implementation.  相似文献   
37.
The integration of object-oriented programming concepts with databases is one of the most significant advances in the evolution of database systems. Many aspects of such a combination have been studied, but there are few models to provide security for this richly structured information. We develop an authorization model for object-oriented databases. This model consists of a set of policies, a structure for authorization rules, and algorithms to evaluate access requests against the authorization rules. User access policies are based on the concept of inherited authorization applied along the class structure hierarchy. We propose also a set of administrative policies that allow the control of user access and its decentralization. Finally, we study the effect of class structuring changes on authorization  相似文献   
38.
We describe a binding environment for the AND and OR parallel execution of logic programs that is suitable for both shared and nonshared memory multiprocessors. The binding environment was designed with a view of rendering a compiler using this binding environment machine independent. The binding environment is similar to closed environments proposed by J. Conery. However, unlike Conery's scheme, it supports OR and independent AND parallelism on both types of machines. The term representation, the algorithms for unification and the join algorithms for parallel AND branches are presented in this paper. We also detail the differences between our scheme and Conery's scheme. A compiler based on this binding environment has been implemented on a platform for machine independent parallel programming called the Chare Kernel  相似文献   
39.
This paper describes several loop transformation techniques for extracting parallelism from nested loop structures. Nested loops can then be scheduled to run in parallel so that execution time is minimized. One technique is called selective cycle shrinking, and the other is called true dependence cycle shrinking. It is shown how selective shrinking is related to linear scheduling of nested loops and how true dependence shrinking is related to conflict-free mappings of higher dimensional algorithms into lower dimensional processor arrays. Methods are proposed in this paper to find the selective and true dependence shrinkings with minimum total execution time by applying the techniques of finding optimal linear schedules and optimal and conflict-free mappings proposed by W. Shang and A.B. Fortes  相似文献   
40.
A new approach is given for scheduling a sequential instruction stream for execution “in parallel” on asynchronous multiprocessors. The key idea in our approach is to exploit the fine grained parallelism present in the instruction stream. In this context, schedules are constructed by a careful balancing of execution and communication costs at the level of individual instructions, and their data dependencies. Three methods are used to evaluate our approach. First, several existing methods are extended to the fine grained situation. Our approach is then compared to these methods using both static schedule length analyses, and simulated executions of the scheduled code. In each instance, our method is found to provide significantly shorter schedules. Second, by varying parameters such as the speed of the instruction set, and the speed/parallelism in the interconnection structure, simulation techniques are used to examine the effects of various architectural considerations on the executions of the schedules. These results show that our approach provides significant speedups in a wide-range of situations. Third, schedules produced by our approach are executed on a two-processor Data General shared memory multiprocessor system. These experiments show that there is a strong correlation between our simulation results, and these actual executions, and thereby serve to validate the simulation studies. Together, our results establish that fine grained parallelism can be exploited in a substantial manner when scheduling a sequential instruction stream for execution “in parallel” on asynchronous multiprocessors  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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