首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   914篇
  免费   52篇
  国内免费   54篇
化学   10篇
力学   8篇
综合类   22篇
数学   928篇
物理学   52篇
  2023年   4篇
  2022年   10篇
  2021年   21篇
  2020年   14篇
  2019年   13篇
  2018年   17篇
  2017年   27篇
  2016年   23篇
  2015年   16篇
  2014年   43篇
  2013年   53篇
  2012年   43篇
  2011年   44篇
  2010年   48篇
  2009年   60篇
  2008年   68篇
  2007年   62篇
  2006年   44篇
  2005年   51篇
  2004年   27篇
  2003年   42篇
  2002年   33篇
  2001年   29篇
  2000年   30篇
  1999年   20篇
  1998年   22篇
  1997年   18篇
  1996年   14篇
  1995年   11篇
  1994年   12篇
  1993年   5篇
  1992年   8篇
  1991年   2篇
  1990年   9篇
  1989年   7篇
  1988年   8篇
  1987年   1篇
  1986年   9篇
  1985年   34篇
  1984年   5篇
  1983年   3篇
  1982年   2篇
  1981年   3篇
  1979年   1篇
  1978年   1篇
  1977年   1篇
  1976年   1篇
  1975年   1篇
排序方式: 共有1020条查询结果,搜索用时 296 毫秒
1.
Dual fractional cutting plane algorithms, in which cutting planes are used to iteratively tighten a linear relaxation of an integer program, are well-known and form the basis of the highly successful branch-and-cut method. It is rather less well-known that various primal cutting plane algorithms were developed in the 1960s, for example by Young. In a primal algorithm, the main role of the cutting planes is to enable a feasible solution to the original problem to be improved. Research on these algorithms has been almost non-existent.  In this paper we argue for a re-examination of these primal methods. We describe a new primal algorithm for pure 0-1 problems based on strong valid inequalities and give some encouraging computational results. Possible extensions to the case of general mixed-integer programs are also discussed.  相似文献   
2.
Various techniques for building relaxations and generating valid inequalities for pure or mixed integer programming problems without special structure are reviewed and compared computationally. Besides classical techniques such as Gomory cuts, Mixed Integer Rounding cuts, lift-and-project and reformulation–linearization techniques, a new variant is also investigated: the use of the relaxation corresponding to the intersection of simple disjunction polyhedra (i.e. the so-called elementary closure of lift-and-project cuts). Systematic comparative computational results are reported on series of test problems including multidimensional knapsack problems (MKP) and MIPLIB test problems. From the results obtained, the relaxation based on the elementary closure of lift-and-project cuts appears to be one of the most promising.  相似文献   
3.
凹整数规划的分枝定界解法   总被引:3,自引:0,他引:3  
凹整数规划是一类重要的非线性整数规划问题,也是在经济和管理中有着广泛应用的最优化问题.本文主要研究用分枝定界方法求解凹整数规划问题,这一方法的基本思想是对目标函数进行线性下逼近,然后用乘子搜索法求解连续松弛问题.数值结果表明,用这种分枝定界方法求解凹整数规划是有效的.  相似文献   
4.
We consider alternating sums of squares of odd and even terms of the Lucas sequence and alternating sums of their products. These alternating sums have nice representations as products of appropriate Fibonacci and Lucas numbers.  相似文献   
5.
This paper develops a mathematical model for project time compression problems in CPM/PERT type networks. It is noted this formulation of the problem will be an adequate approximation for solving the time compression problem with any continuous and non-increasing time-cost curve. The kind of this model is Mixed Integer Linear Program (MILP) with zero-one variables, and the Benders' decomposition procedure for analyzing this model has been developed. Then this paper proposes a new approach based on the surrogating method for solving these problems. In addition, the required computer programs have been prepared by the author to execute the algorithm. An illustrative example solved by the new algorithm, and two methods are compared by several numerical examples. Computational experience with these data shows the superiority of the new approach.  相似文献   
6.
基于移动Agent技术的医学图像检索方法   总被引:1,自引:0,他引:1  
针对现有医学图像检索方法中,检索算法速度较慢、准确性较低以及远程检索时占用大量带宽等问题,设计并实现了一种基于移动Agent技术的医学图像检索方法,重点讨论了该方法实现的关键技术,包括提升框架下的M带整数小波变换和提取多通道纹理特征的检索算法.模拟实验结果表明,该方法实时性较强,占用网络带宽较少,采用的算法运算速度提高近10倍、运算复杂度降低约50%,提取的纹理特征能充分表达图像内容,较好地满足了医学图像的检索要求,实现了对医学图像库快速较准确的检索.  相似文献   
7.
Mixed integer programming (MIP) models are extensively usedto aid strategic and tactical decision making in many businesssectors. Solving MIP models is a computationally intensive processand there is a need to develop solution approaches that enablelarger models to be solved within acceptable timeframes. Inthis paper, we describe the implementation of a two-stage parallelbranch and bound (PB & B) algorithm for MIP. In stage 1of the algorithm, a multiple heuristic search is implementedin which a number of alternative search trees are investigatedusing a forest search in the hope of finding a good solutionquickly. In stage 2, the search is reorganized so that the branchesof a chosen tree are investigated in parallel. A new heuristicis introduced, based on a best projection criterion, which evaluatesalternative B & B trees in order to choose one for investigationin stage 2 of the algorithm. The heuristic also serves as away of implementing a quality load balancing scheme for stage2 of the algorithm. The results of experimental investigationsare reported for a range of models taken from the MIPLIB libraryof benchmark problems.  相似文献   
8.
9.
Linear mixed 0–1 integer programming problems may be reformulated as equivalent continuous bilevel linear programming (BLP) problems. We exploit these equivalences to transpose the concept of mixed 0–1 Gomory cuts to BLP. The first phase of our new algorithm generates Gomory-like cuts. The second phase consists of a branch-and-bound procedure to ensure finite termination with a global optimal solution. Different features of the algorithm, in particular, the cut selection and branching criteria are studied in details. We propose also a set of algorithmic tests and procedures to improve the method. Finally, we illustrate the performance through numerical experiments. Our algorithm outperforms pure branch-and-bound when tested on a series of randomly generated problems. Work of the authors was partially supported by FCAR, MITACS and NSERC grants.  相似文献   
10.
A novel method, entitled the discrete global descent method, is developed in this paper to solve discrete global optimization problems and nonlinear integer programming problems. This method moves from one discrete minimizer of the objective function f to another better one at each iteration with the help of an auxiliary function, entitled the discrete global descent function. The discrete global descent function guarantees that its discrete minimizers coincide with the better discrete minimizers of f under some standard assumptions. This property also ensures that a better discrete minimizer of f can be found by some classical local search methods. Numerical experiments on several test problems with up to 100 integer variables and up to 1.38 × 10104 feasible points have demonstrated the applicability and efficiency of the proposed method.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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