首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   1388篇
  免费   28篇
  国内免费   6篇
电工技术   84篇
综合类   4篇
化学工业   342篇
金属工艺   54篇
机械仪表   24篇
建筑科学   25篇
能源动力   66篇
轻工业   130篇
水利工程   3篇
无线电   104篇
一般工业技术   221篇
冶金工业   135篇
原子能技术   26篇
自动化技术   204篇
  2023年   8篇
  2022年   25篇
  2021年   28篇
  2020年   21篇
  2019年   20篇
  2018年   38篇
  2017年   32篇
  2016年   36篇
  2015年   20篇
  2014年   48篇
  2013年   80篇
  2012年   69篇
  2011年   86篇
  2010年   58篇
  2009年   76篇
  2008年   87篇
  2007年   58篇
  2006年   45篇
  2005年   55篇
  2004年   50篇
  2003年   42篇
  2002年   38篇
  2001年   30篇
  2000年   17篇
  1999年   29篇
  1998年   59篇
  1997年   34篇
  1996年   31篇
  1995年   27篇
  1994年   15篇
  1993年   17篇
  1992年   11篇
  1991年   13篇
  1990年   7篇
  1989年   11篇
  1988年   7篇
  1987年   8篇
  1986年   7篇
  1985年   9篇
  1984年   11篇
  1983年   11篇
  1982年   5篇
  1981年   5篇
  1980年   5篇
  1979年   6篇
  1978年   3篇
  1977年   10篇
  1976年   5篇
  1973年   2篇
  1970年   2篇
排序方式: 共有1422条查询结果,搜索用时 15 毫秒
101.
The building-cube method (BCM) is a new generation algorithm for CFD simulations. The basic idea of BCM is to simplify the algorithm in all stages of flow computation to achieve large-scale simulations. Calculation of a pressure field using the Successive Over Relaxation (SOR) method consumes most of the total execution time required for BCM. In this paper, effective implementations on modern vector and scalar processors are investigated. NEC SX-9 and Intel Nehalem-EX are the latest vector and scalar processors. Those processors have much higher peak performances than their previous-generation processors. However, their memory bandwidth improvement cannot catch up with the performance improvement of processors. This is the so-called memory wall problem. In our paper, we discuss optimization techniques for implementation of the SOR method based on architectural characteristics of these modern processors, and evaluate their effects on the sustained performances of these processors for BCM.  相似文献   
102.
This paper presents an algebraic approach to polynomial spectral factorization, an important mathematical tool in signal processing and control. The approach exploits an intriguing relationship between the theory of Gröbner bases and polynomial spectral factorization which can be observed through the sum of roots, and allows us to perform polynomial spectral factorization in the presence of real parameters. It is discussed that parametric polynomial spectral factorization enables us to express quantities such as the optimal cost in terms of parameters and the sum of roots. Furthermore an optimization method over parameters is suggested that makes use of the results from parametric polynomial spectral factorization and also employs two quantifier elimination techniques. This proposed approach is demonstrated in a numerical example of a particular control problem.  相似文献   
103.
This paper concerns a swing-up control problem for a three-link gymnastic planar robot in a vertical plane with its first joint being passive (unactuated) and the rest being active (actuated). The objectives of this paper are to: (1) design a controller under which the robot can be brought into any arbitrarily small neighborhood of the upright equilibrium point, where all three links of the robot remain in their upright positions; and (2) attain a global analysis of the motion of the robot under the controller. To tailor the energy-based control approach to achieve the aforementioned objectives, first, this paper considers the links 2 and 3 as a virtually composite link, and proposes a coordinate transformation of the angles of active joints. Second, this paper constructs a novel Lyapunov function based on the transformation, and devises an energy-based swing-up controller. Third, this paper carries out a global analysis of the motion of the robot under the controller, and establishes some conditions on control parameters for achieving the swing-up control objective. To validate the theoretical results obtained, this paper provides simulation results for a three-link robot with its mechanical parameters being obtained from a human gymnast.  相似文献   
104.
The improvement of safety and dependability in systems that physically interact with humans requires investigation with respect to the possible states of the user’s motion and an attempt to recognize these states. In this study, we propose a method for real-time visual state classification of a user with a walking support system. The visual features are extracted using principal component analysis and classification is performed by hidden Markov models, both for real-time fall detection (one-class classification) and real-time state recognition (multi-class classification). The algorithms are used in experiments with a passive-type walker robot called “RT Walker” equipped with servo brakes and a depth sensor (Microsoft Kinect). The experiments are performed with 10 subjects, including an experienced physiotherapist who can imitate the walking pattern of the elderly and people with disabilities. The results of the state classification can be used to improve fall-prevention control algorithms for walking support systems. The proposed method can also be used for other vision-based classification applications, which require real-time abnormality detection or state recognition.  相似文献   
105.
Polytetrafluoroethylene (PTFE) microstructures’ processing characteristics using X-ray photo dcomposition and desorption are studied in the highest energy region (2 keV to >12 keV). While the exposed surface states are seen melting and boiling from the remaining bubble structure of the irradiated surface, basic photochemistry of PTFE is also same as previous reports and high-aspect ratio structures are successfully formed. We developed new Ni stencil electroformed stencil masks and successfully fabricated first and practical example of PTFE micro fluidic parts. The characteristics of fabricated micro fluidic parts, a PTFE fluid filter for vertical fluid flow operation which works as passive valve, agreed with the calculated results. This suggests that the accuracy of patterning is adequate to apply this technique to fabricate microfluidic parts and other various microparts.  相似文献   
106.
The Earth Simulator (ES) is an SMP cluster system. There are two types of parallel programming models available on the ES. One is a flat programming model, in which a parallel program is implemented by MPI interfaces only, both within an SMP node and among nodes. The other is a hybrid programming model, in which a parallel program is written by using thread programming within an SMP node and MPI programming among nodes simultaneously. It is generally known that it is difficult to obtain the same high level of performance using the hybrid programming model as can be achieved with the flat programming model.

In this paper, we have evaluated scalability of the code for direct numerical simulation of the Navier–Stokes equations on the ES. The hybrid programming model achieves the sustained performance of 346.9 Gflop/s, while the flat programming model achieves 296.4 Gflop/s with 16 PNs of the ES for a DNS problem size of 2563. For small scale problems, however, the hybrid programming model is not as efficient because of microtasking overhead. It is shown that there is an advantage for the hybrid programming model on the ES for the larger size problems.  相似文献   

107.
In this paper, return link systems for wireless mobile camera using 42 GHz-band in multipath fading environments are proposed. The return link systems for wireless mobile camera require wireless transmission with high reliability as same as the conventional wired camera systems. The proposed return link systems achieve transmission with high reliability by taking into consideration frequency and space diversity techniques. The proposed systems can be classified as 3 three types of return link systems according to diversity techniques: FD (frequency diversity) systems, SD (space diversity) systems and FD+SD system (frequency and space diversity). Computer simulations are carried out in order to confirm the effectiveness of the proposed return link systems. It is confirmed that the proposed three types of return link systems have an advantage about BER performances and effectively exploit frequency and space resources.  相似文献   
108.
Recent technological advances in hardware design of the robotic platforms enabled the implementation of various control modalities for improved interactions with humans and unstructured environments. An important application area for the integration of robots with such advanced interaction capabilities is human–robot collaboration. This aspect represents high socio-economic impacts and maintains the sense of purpose of the involved people, as the robots do not completely replace the humans from the work process. The research community’s recent surge of interest in this area has been devoted to the implementation of various methodologies to achieve intuitive and seamless human–robot-environment interactions by incorporating the collaborative partners’ superior capabilities, e.g. human’s cognitive and robot’s physical power generation capacity. In fact, the main purpose of this paper is to review the state-of-the-art on intermediate human–robot interfaces (bi-directional), robot control modalities, system stability, benchmarking and relevant use cases, and to extend views on the required future developments in the realm of human–robot collaboration.  相似文献   
109.
110.
In this paper, we present and discuss Community Organizer, a system designed to support network communities. The main characteristic of Community Organizer is the use of spatial representations for the relationships among community members including the communications exchanged among these members. These spatial representations reflect the degree of closeness of interests and concerns among the members, and are intended to provide users with clues on how to form network communities. In order to investigate the effectiveness of the proposed spatial representations, we conducted experiments with two different versions of the software. One version offered meaningful spatial representations while the other version did not. The subjects who used the former software version felt a greater sense of ‘community’, enjoyed using the software more, and actively used it longer than the subjects using the latter software version (control condition). These results indicated that the proposed spatial representations are effective in supporting network community formation.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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