首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   10439篇
  免费   1005篇
  国内免费   185篇
化学   1458篇
晶体学   71篇
力学   1304篇
综合类   167篇
数学   6940篇
物理学   1689篇
  2025年   52篇
  2024年   190篇
  2023年   185篇
  2022年   362篇
  2021年   378篇
  2020年   257篇
  2019年   265篇
  2018年   264篇
  2017年   348篇
  2016年   322篇
  2015年   245篇
  2014年   481篇
  2013年   575篇
  2012年   663篇
  2011年   484篇
  2010年   464篇
  2009年   580篇
  2008年   589篇
  2007年   627篇
  2006年   502篇
  2005年   428篇
  2004年   340篇
  2003年   321篇
  2002年   292篇
  2001年   266篇
  2000年   263篇
  1999年   195篇
  1998年   214篇
  1997年   195篇
  1996年   135篇
  1995年   159篇
  1994年   132篇
  1993年   112篇
  1992年   100篇
  1991年   85篇
  1990年   75篇
  1989年   62篇
  1988年   47篇
  1987年   40篇
  1986年   38篇
  1985年   54篇
  1984年   50篇
  1983年   15篇
  1982年   23篇
  1981年   20篇
  1980年   17篇
  1979年   31篇
  1978年   20篇
  1977年   29篇
  1976年   18篇
排序方式: 共有10000条查询结果,搜索用时 15 毫秒
81.
    
Using a multi‐objective evolutionary algorithm (MOEA) and enhanced surrogate approximations, the present study demonstrates the numerical analysis and optimization of staggered‐dimple channels. Two surrogates, the response surface approximation (RSA) model and the Kriging (KRG) model, are applied in light of the surrogate fidelity of the approximate analysis. An enhanced Pareto‐optimal front is obtained by performing local resampling of the Pareto‐optimal front, which provides relatively more accurate Pareto‐optimal solutions in the design space for each surrogate model. Three dimensionless design variables are selected, which are related to geometric parameters, namely, the channel height, dimple print diameter, dimple spacing, and dimple depth. Two objective functions are selected that are related to the heat transfer and pressure loss, respectively. The objective‐function values are numerically evaluated through Reynolds‐averaged Navier–Stokes analysis at the design points that are selected through the Latin hypercube sampling method. Using these numerical simulations two surrogates, viz, the RSA and Kriging models, are constructed for each objective function and a hybrid MOEA is applied to obtain the Pareto‐optimal front. For the particular implementation of surrogate models, it is observed that Pareto‐optimal predictions of the RSA model are better than those of the KRG model, whereas the KRG model predicts equally well at the off‐Pareto‐region (region away from the Pareto‐optimal solutions), which is not the case with the RSA model. The local resampling of the Pareto‐optimal front increases the fidelity of the approximate solutions near the Pareto‐optimal region. The ratios of the channel height to the dimple print diameter and of the dimple print diameter to the dimple pitch are found to be more sensitive along the Pareto‐optimal front than the ratio of the dimple depth to the print diameter. The decrease of the ratio of the channel height to the dimple diameter and the increase of the ratio of the dimple print diameter to the pitch lead to greater heat transfer at the expense of the pressure loss, whereas the ratio of the dimple depth to the print diameter is rather insensitive to Pareto‐optimal solutions. Pareto‐optimal solutions at higher values of the Nusselt number are associated with higher values of the pressure loss due to the increased recirculation, mixing of fluid and vorticity generation. Copyright © 2010 John Wiley & Sons, Ltd.  相似文献   
82.
    
This paper is concerned with the problem of shape optimization of two‐dimensional flows governed by the time‐dependent Navier–Stokes equations. We derive the structures of shape gradients for time‐dependent cost functionals by using the state derivative and its associated adjoint state. Finally, we apply a gradient‐type algorithm to our problem, and numerical examples show that our theory is useful for practical purposes and the proposed algorithm is feasible in low Reynolds number flows. Copyright © 2007 John Wiley & Sons, Ltd.  相似文献   
83.
    
Discrete and continuous adjoint approaches for use in aerodynamic shape optimization problems at all flow speeds are developed and assessed. They are based on the Navier–Stokes equations with low Mach number preconditioning. By alleviating the large disparity between acoustic waves and fluid speeds, the preconditioned flow and adjoint equations are numerically solved with affordable CPU cost, even at the so‐called incompressible flow conditions. Either by employing the adjoint to the preconditioned flow equations or by preconditioning the adjoint to the ‘standard’ flow equations (under certain conditions the two formulations become equivalent, as proved in this paper), efficient optimization methods with reasonable cost per optimization cycle, even at very low Mach numbers, are derived. During the mathematical development, a couple of assumptions are made which are proved to be harmless to the accuracy in the computed gradients and the effectiveness of the optimization method. The proposed approaches are validated in inviscid and viscous flows in external aerodynamics and turbomachinery flows at various Mach numbers. Copyright © 2007 John Wiley & Sons, Ltd.  相似文献   
84.
一种桁架结构智能生成与分析系统   总被引:1,自引:0,他引:1       下载免费PDF全文
建立了桁架结构的智能生成与分析系统,可以自动完成桁架结构的布局选型、拓扑生成以及分析计算等系列过程. 主要通过结点布置和有选择的杆件连接实现结构的布局选型,采用拓扑变化法完成结构的自动生成,并利用基内力阵进行结构的分析计算. 经算例分析表明,该系统性能良好,使用方便,具有智能、自适应的特点,是辅助完成结构拓扑和布局优化设计的有力工具之一.  相似文献   
85.
    
A methodology for the rapid development of adjoint solvers for computational fluid dynamics (CFD) models is presented. The approach relies on the use of automatic differentiation (AD) tools to almost completely automate the process of development of discrete adjoint solvers. This methodology is used to produce the adjoint code for two distinct 3D CFD solvers: a cell-centred Euler solver running in single-block, single-processor mode and a multi-block, multi-processor, vertex-centred, magneto-hydrodynamics (MHD) solver. Instead of differentiating the entire source code of the CFD solvers using AD, we have applied it selectively to produce code that computes the transpose of the flux Jacobian matrix and the other partial derivatives that are necessary to compute sensitivities using an adjoint method. The discrete adjoint equations are then solved using the Portable, Extensible Toolkit for Scientific Computation (PETSc) library. The selective application of AD is the principal idea of this new methodology, which we call the AD adjoint (ADjoint). The ADjoint approach has the advantages that it is applicable to any set of governing equations and objective functions and that it is completely consistent with the gradients that would be computed by exact numerical differentiation of the original discrete solver. Furthermore, the approach does not require hand differentiation, thus avoiding the long development times typically required to develop discrete adjoint solvers for partial differential equations, as well as the errors that result from the necessary approximations used during the differentiation of complex systems of conservation laws. These advantages come at the cost of increased memory requirements for the discrete adjoint solver. However, given the amount of memory that is typically available in parallel computers and the trends toward larger numbers of multi-core processors, this disadvantage is rather small when compared with the very significant advantages that are demonstrated. The sensitivities of drag and lift coefficients with respect to different parameters obtained using the discrete adjoint solvers show excellent agreement with the benchmark results produced by the complex-step and finite-difference methods. Furthermore, the overall performance of the method is shown to be better than most conventional adjoint approaches for both CFD solvers used.  相似文献   
86.
轻质夹层材料的制备和振动声学性能   总被引:2,自引:0,他引:2  
轻质夹层材料被广泛地用来制备动车组车体和飞机的机身,其结构设计面临着一系列挑战:即同时要求质量轻、力学强度高、散热性能好、动力学性能和隔声性能可调等多功能特性.针对动车组高速运行和飞机飞行过程中经常面临的振动及噪声问题,以及如何在现有的材料和结构基础上进一步减轻重量并获得更优良的综合性能是材料制备、固体力学、流体力学、声学、智能材料和结构、优化设计等诸多领域工作者面临的共同挑战.结合近年来围绕\"超轻多孔结构创新构型的多功能化基础研究\"国家基础研究计划项目所开展的一系列工作,综述了有关轻质三明治材料及结构振动和声学特性的国内外研究进展及现状,以及相应的主被动控制技术;针对目前存在的问题,讨论并展望了有关轻质材料和结构动力学性能及隔声性能的研究发展趋势.  相似文献   
87.
    
  相似文献   
88.
    
We consider the problem of optimal design of flow domains for Navier–Stokes flows in order to minimize a given performance functional. We attack the problem using topology optimization techniques, or control in coefficients, which are widely known in structural optimization of solid structures for their flexibility, generality, and yet ease of use and integration with existing FEM software. Topology optimization rapidly finds its way into other areas of optimal design, yet until recently it has not been applied to problems in fluid mechanics. The success of topology optimization methods for the minimal drag design of domains for Stokes fluids (see the study of Borrvall and Petersson [12]) has lead to attempts to use the same optimization model for designing domains for incompressible Navier–Stokes flows. We show that the optimal control problem obtained as a result of such a straightforward generalization is ill‐posed, at least if attacked by the direct method of calculus of variations. We illustrate the two key difficulties with simple numerical examples and propose changes in the optimization model that allow us to overcome these difficulties. Namely, to deal with impenetrable inner walls that may appear in the flow domain we slightly relax the incompressibility constraint as typically done in penalty methods for solving the incompressible Navier–Stokes equations. In addition, to prevent discontinuous changes in the flow due to very small impenetrable parts of the domain that may disappear, we consider so‐called filtered designs, that has become a “classic” tool in the topology optimization toolbox. Technically, however, our use of filters differs significantly from their use in the structural optimization problems in solid mechanics, owing to the very unlike design parametrizations in the two models. We rigorously establish the well‐posedness of the proposed model and then discuss related computational issues.  相似文献   
89.
    
The calculation of the derivatives of the state variables with respect to material parameters using the direct differentiation method is developed for the case of a finite strain finite element analysis in corotational formulation for material behaviour including hypo‐elasticity and non‐linear isotropic and kinematic hardening plasticity. The sensitivity analysis for the case of flexible‐to‐flexible contact, required in indentation testing, has been included. The derivatives obtained in a rotating‐stretching bar problem are compared to results obtained by the finite difference method in order to verify the suitability of the corotational formulation in sensitivity analysis for dealing with rigid body rotations. Material parameter identification using a gradient‐based numerical optimization procedure is assessed with respect to stability by using pseudo‐experimental indentation curves, obtained from modelling with known material parameters, and superposed with artificial noise. The effect of the load history on parameter identification is investigated.  相似文献   
90.
    
The modeling of the time dependent, dynamic behavior of the human musculoskeletal system results in a large scale mechanical multibody system. This consists of submodels for the skeleton, wobbling masses, muscles and tendons as redundant actuators. Optimization models are required for the simulation of the muscle groups involved in a motion. In contrast to the inverse dynamics simulation the forward dynamics simulation enables to consider very general problem statements in principle. The paper presents a new approach to the forward dynamics simulation and optimization of human body dynamics which overcomes the enormous computational cost of current approaches for solving the resulting optimal control problems. The presented approach is based on a suitable modeling of the dynamics of the musculoskeletal system in combination with a tailored direct collocation method for optimal control. First numerical results for a human kick demonstrate an improvement in computational time of two orders of magnitude when compared to standard methods.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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