首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   296篇
  免费   3篇
  国内免费   8篇
化学   15篇
晶体学   1篇
力学   3篇
综合类   1篇
数学   221篇
物理学   14篇
综合类   52篇
  2022年   3篇
  2020年   4篇
  2019年   5篇
  2018年   4篇
  2017年   2篇
  2016年   2篇
  2014年   13篇
  2013年   15篇
  2012年   21篇
  2011年   12篇
  2010年   22篇
  2009年   27篇
  2008年   26篇
  2007年   27篇
  2006年   17篇
  2005年   10篇
  2004年   9篇
  2003年   13篇
  2002年   6篇
  2001年   3篇
  2000年   5篇
  1999年   4篇
  1998年   8篇
  1997年   4篇
  1996年   6篇
  1995年   7篇
  1994年   2篇
  1993年   2篇
  1992年   1篇
  1991年   3篇
  1989年   2篇
  1988年   3篇
  1987年   2篇
  1986年   3篇
  1983年   1篇
  1981年   2篇
  1980年   3篇
  1979年   1篇
  1978年   3篇
  1977年   3篇
  1969年   1篇
排序方式: 共有307条查询结果,搜索用时 0 毫秒
111.
In this paper, the analytical representation of food preference is used in a separable non-linear program to yield the serving frequencies of menu items for a finite time horizon. The frequencies obtained in this way insure cost and nutritional control. Subsequently, the scheduling problem dealing with item assignments to meals and days is formulated as an integer program consisting of several transportation problems linked by weekly nutritional constraints. This problem is solved using a branch and bound algorithm which employs Lagrangian relaxation to obtain bounds and to decide on branching strategy.  相似文献   
112.
Integer programming duality: Price functions and sensitivity analysis   总被引:1,自引:0,他引:1  
Recently a duality theory for integer programming has been developed. Here we examine some of the economic implications of this theory, in particular the necessity of using price functions in place of prices, and the possibility of carrying out sensitivity analysis of optimal solutions. In addition we consider the form of price functions that are generated by known algorithms for integer programming.This research was supported in part by a Senior Visiting Research Fellowship from the Science Research Council at the London School of Economics while the author was on leave from CORE, Université Catholique de Louvain, at Louvain-la-Neuve.  相似文献   
113.
Let P denote a path in a graph G=(V,E) with vertices. A vertex cover P set C in G is a vertex subset such that every P in G has at least a vertex in C. The Vertex CoverP problem is to find a vertex cover P set of minimum cardinality in a given graph. This problem is NP-hard for any integer 2. The parameterized version of Vertex CoverP problem called k-Vertex CoverP asks whether there exists a vertex cover P set of size at most k in the input graph. In this paper, we give two fixed parameter algorithms to solve the k-Vertex CoverP3 problem. The first algorithm runs in time O1(1.7964k) in polynomial space and the second algorithm runs in time O1(1.7485k) in exponential space. Both algorithms are faster than previous known fixed-parameter algorithms.  相似文献   
114.
Wei Zhu 《偏微分方程通讯》2013,38(10):1847-1861
We give some remarks on two-dimensional multiple-valued Dirichlet minimizing functions, including frequency, classification of branch points and their connections. As an application, we prove that blowing-up functions of a two-dimensional multiple-valued Dirichlet minimizing function are unique. This article is concluded with a boundary regularity theorem for two-dimensional multiple-valued Dirichlet minimizing functions.  相似文献   
115.
This paper addresses the elementary shortest path problem with forbidden paths. The main aim is to find the shortest paths from a single origin node to every other node of a directed graph, such that the solution does not contain any path belonging to a given set (i.e., the forbidden set). It is imposed that no cycle can be included in the solution. The problem at hand is formulated as a particular instance of the shortest path problem with resource constraints and two different solution approaches are defined and implemented. One is a Branch & Bound based algorithm, the other is a dynamic programming approach. Different versions of the proposed solution strategies are developed and tested on a large set of test problems.  相似文献   
116.
Expressways in China make use of the toll-by-weight scheme, in which expressway tolls are collected based on the weight and traveling distance of the vehicle. Most vehicle routing models assume that the cost of traversing each edge is equivalent to edge length or some constant; as a result, such models cannot be practically applied to the Chinese expressway transportation system. This study addresses a new single vehicle routing problem that takes the vehicle’s (laden and unladen) weight into account. To solve this problem exactly, we provide a branch-and-bound algorithm with a provably valid lower bound measure, along with five dominance checkers for additional pruning. We analyze our algorithm using instances generated from standard TSP test cases, as well as two new sets of test cases based on real expressway information from the Gansu and Jiangxi provinces in China. The algorithm can be applied to any toll scheme in which the toll per unit distance monotonically increases with weight, even if the toll function is non-linear.  相似文献   
117.
李晓爱  刘金伟 《应用数学》2012,25(4):764-770
对一类新的非线性比式和问题(SNR)提出分枝定界算法,该问题的研究还很少.首先,通过两层线性化技术,构造一个松弛线性规划,求解该线性规划问题,得到问题(SNR)最优值的下界.其次,介绍新的下界更新技术,证明所给算法的收敛性.数值试验显示了算法的可行性和有效性  相似文献   
118.
We propose a method for finding a global solution of a class of nonlinear bilevel programs, in which the objective function in the first level is a DC function, and the second level consists of finding a Karush-Kuhn-Tucker point of a quadratic programming problem. This method is a combination of the local algorithm DCA in DC programming with a branch and bound scheme well known in discrete and global optimization. Computational results on a class of quadratic bilevel programs are reported.  相似文献   
119.
众所周知Gr\"obner基在很多领域都有着十分重要的应用.近些年来Gr\"obner基算法有了很大的改进,其中最著名的是Faug\`ere提出的F4和F5算法. 这两个算法具有很高的效率但通常需要消耗大量的内存.鉴于此,将给出一个布尔环上基于zdd数据结构的分支Gr\"obner基算法,该算法不仅可以大大降低对内存的消耗,还能有效的控制矩阵规模,从而提高算法的整体效率.详细阐述并证明了算法的基本理论,介绍该分支算法的数据结构及分支策略.最后通过实验数据可以发现,在很多例子中此算法都要优于Magma中的F4算法.  相似文献   
120.
输流管道的非线性振动问题研究为当前学术界的热点课题。本文在研究带有分支管路输流管道并推导出其控制微分方程的基础上,进一步分析了与控制微分方程相关的各项参数之间的关系,为了更加方便地采用数学方法进行研究.对该方程应用无量纲化的方法进行了参数变换,从而将该物理方程的研究转换为计算数学问题,为后续Galerkin离散化及数值计算的进行提供了可能。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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