全文获取类型
收费全文 | 2395篇 |
免费 | 75篇 |
国内免费 | 24篇 |
专业分类
化学 | 1617篇 |
晶体学 | 9篇 |
力学 | 53篇 |
数学 | 464篇 |
物理学 | 351篇 |
出版年
2023年 | 20篇 |
2022年 | 67篇 |
2021年 | 61篇 |
2020年 | 58篇 |
2019年 | 51篇 |
2018年 | 57篇 |
2017年 | 53篇 |
2016年 | 92篇 |
2015年 | 58篇 |
2014年 | 89篇 |
2013年 | 178篇 |
2012年 | 161篇 |
2011年 | 190篇 |
2010年 | 135篇 |
2009年 | 102篇 |
2008年 | 142篇 |
2007年 | 146篇 |
2006年 | 135篇 |
2005年 | 116篇 |
2004年 | 86篇 |
2003年 | 68篇 |
2002年 | 63篇 |
2001年 | 28篇 |
2000年 | 26篇 |
1999年 | 12篇 |
1998年 | 20篇 |
1997年 | 24篇 |
1996年 | 27篇 |
1995年 | 11篇 |
1994年 | 11篇 |
1993年 | 15篇 |
1992年 | 11篇 |
1991年 | 18篇 |
1990年 | 10篇 |
1989年 | 6篇 |
1988年 | 12篇 |
1987年 | 7篇 |
1986年 | 16篇 |
1985年 | 17篇 |
1984年 | 7篇 |
1983年 | 10篇 |
1982年 | 20篇 |
1981年 | 18篇 |
1980年 | 7篇 |
1979年 | 5篇 |
1978年 | 5篇 |
1975年 | 3篇 |
1974年 | 2篇 |
1973年 | 2篇 |
1957年 | 2篇 |
排序方式: 共有2494条查询结果,搜索用时 15 毫秒
991.
992.
Rafael Oswaldo Ruggiero 《Geometriae Dedicata》2008,134(1):131-138
Let (M, g) be a compact Riemannian manifold without conjugate points and let be its universal covering endowed with the pullback of the metric g by the covering map. We show that geodesic rays in which meet an axis of a covering isometry diverge from this axis. This result generalizes well known results by Morse and
Hedlund in the context of globally minimizing geodesics in the universal covering of compact surfaces.
相似文献
993.
A finite element approach to the position problems in open-loop variable geometry trusses 总被引:1,自引:0,他引:1
Rafael Avil s Goizalde Ajuria Enrique Amezua Vicente G mez-Garay 《Finite Elements in Analysis and Design》2000,34(3-4):233-255
The present paper looks at some kinematic and static-equilibrium problems that arise with variable-geometry trusses (VGTs). The first part of the paper looks at the use of active controls in the correction of static deformations, the second part at the position problems. The separation between deformable- and rigid-body displacements makes it possible to consider separately the corrections in each component of the structure. VGTs are considered as open-loop linkages with redundant rigid-body degrees of freedom. Owing to this redundancy, possible solutions to the inverse problem are in general infinite, for which reason it is necessary to use some optimization criteria. To tackle the problem an optimization procedure with constraints is developed for the purpose of minimizing the displacements of the actuators. Suitable use of the constraints allows us to solve the direct position problem using the same optimization procedure. 相似文献
994.
Column generation is involved in the current most efficient approaches to routing problems. Set partitioning formulations model routing problems by considering all possible routes and selecting a subset that visits all customers. These formulations often produce tight lower bounds and require column generation for their pricing step. The bounds in the resulting branch-and-price are tighter when elementary routes are considered, but this approach leads to a more difficult pricing problem. Balancing the pricing with route relaxations has become crucial for the efficiency of the branch-and-price for routing problems. Recently, the ng-routes relaxation was proposed as a compromise between elementary and non-elementary routes. The ng-routes are non-elementary routes with the restriction that when following a customer, the route is not allowed to visit another customer that was visited before if they belong to a dynamically computed set. The larger the size of these sets, the closer the ng-route is to an elementary route. This work presents an efficient pricing algorithm for ng-routes and extends this algorithm for elementary routes. Therefore, we address the Shortest Path Problem with Resource Constraint (SPPRC) and the Elementary Shortest Path Problem with Resource Constraint (ESPPRC). The proposed algorithm combines the Decremental State-Space Relaxation technique (DSSR) with completion bounds. We apply this algorithm for the Generalized Vehicle Routing Problem (GVRP) and for the Capacitated Vehicle Routing Problem (CVRP), demonstrating that it is able to price elementary routes for instances up to 200 customers, a result that doubles the size of the ESPPRC instances solved to date. 相似文献
995.
Pablo Dorta-González Dolores-Rosa Santos-Peñate Rafael Suárez-Vega 《Annals of Operations Research》2002,116(1-4):129-152
A spatial competition model involving decisions made by consumers and firms is proposed. A regulating agent assigns the demand, taking into account the price, transport and externality cost, and minimizing the joint consumer cost to obtain a Pareto optimal allocation. Assuming the Pareto optimal allocation, firms fix prices in order to maximize the profit. An equilibrium problem is studied and some results are presented. The problem and results are illustrated with an example. 相似文献
996.
997.
Rafael?MartíEmail author Francisco?Montes Abdellah?El-Fallahi 《Journal of Heuristics》2005,11(3):219-232
Different methodologies have been introduced in recent years with the aim of approximating unknown functions. Basically, these methodologies are general frameworks for representing non-linear mappings from several input variables to several output variables. Research into this problem occurs in applied mathematics (multivariate function approximation), statistics (nonparametric multiple regression) and computer science (neural networks). However, since these methodologies have been proposed in different fields, most of the previous papers treat them in isolation, ignoring contributions in the other areas. In this paper we consider five well known approaches for function approximation. Specifically we target polynomial approximation, general additive models (Gam), local regression (Loess), multivariate additive regression splines (Mars) and artificial neural networks (Ann).Neural networks can be viewed as models of real systems, built by tuning parameters known as weights. In training the net, the problem is to find the weights that optimize its performance (i.e. to minimize the error over the training set). Although the most popular method for Ann training is back propagation, other optimization methods based on metaheuristics have recently been adapted to this problem, outperforming classical approaches. In this paper we propose a short term memory tabu search method, coupled with path relinking and BFGS (a gradient-based local NLP solver) to provide high quality solutions to this problem. The experimentation with 15 functions previously reported shows that a feed-forward neural network with one hidden layer, trained with our procedure, can compete with the best-known approximating methods. The experimental results also show the effectiveness of a new mechanism to avoid overfitting in neural network training. 相似文献
998.
999.
Juan J. Pantrigo Rafael Martí Abraham Duarte Eduardo G. Pardo 《Annals of Operations Research》2012,199(1):285-304
The cutwidth minimization problem consists of finding a linear layout of a graph so that the maximum linear cut of edges is minimized. This NP-hard problem has applications in network scheduling, automatic graph drawing and information retrieval. We propose a heuristic method based on the Scatter Search (SS) methodology for finding approximate solutions to this optimization problem. This metaheuristic explores solution space by evolving a set of reference points. Our SS method is based on a GRASP constructive algorithm, a local search strategy based on insertion moves and voting-based combination methods. We also introduce a new measure to control the diversity in the search process. Empirical results with 252 previously reported instances indicate that the proposed procedure compares favorably to previous metaheuristics for this problem, such as Simulated Annealing and Evolutionary Path Relinking. 相似文献
1000.
The problem of designing high speed networks using different modules of link capacities, in the same model, in order to meet uncertain demands obtained from different probability distribution functions (PDF) is a very hard and challenging real network design problem. The novelty of the new model, compared to previous ones, is to allow installing more than one module per link having equal or different capacities. Moreover, the scenarios of traffic can be generated, according to practical observations, from the main classes of uncertain demands (multi-service) simulated from different PDFs, including heavy tailed ones. These classes of traffic are considered simultaneously for the scenario generation, different from related works in the literature that use only one probability distribution function to simulate the scenarios of traffic. In this work we present the problem formulation and report computational results using branch-and-bound and L-shaped decomposition solution approaches. We consider in the same model up to three different types of modular capacities (multi-facility), since it seems that using more than this can lead to an intractable model. The objective is to minimize penalty (in case of unmet demands) and investment costs. We obtain confidence intervals (with 95% of covering rate) on the expected optimal solution value for the resulting two-stage stochastic integer-modular problem and discuss when they are meaningful. Numerical experiments show that our model can handle up to medium real size instances. 相似文献