首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   345篇
  免费   18篇
公路运输   33篇
综合类   166篇
水路运输   74篇
铁路运输   50篇
综合运输   40篇
  2024年   2篇
  2022年   11篇
  2021年   13篇
  2020年   8篇
  2019年   6篇
  2018年   12篇
  2017年   12篇
  2016年   17篇
  2015年   18篇
  2014年   21篇
  2013年   18篇
  2012年   29篇
  2011年   33篇
  2010年   36篇
  2009年   23篇
  2008年   22篇
  2007年   18篇
  2006年   15篇
  2005年   17篇
  2004年   12篇
  2003年   1篇
  2002年   5篇
  2001年   5篇
  2000年   3篇
  1999年   1篇
  1995年   1篇
  1994年   2篇
  1992年   1篇
  1985年   1篇
排序方式: 共有363条查询结果,搜索用时 15 毫秒
71.
With the rapid increase of educational resources, how to search for necessary educational resource quickly is one of most important issues. Educational resources have the characters of distribution and heterogeneity, which are the same as the characters of Grid resources. Therefore, the technology of Grid resources search was adopted to implement the educational resources search. Motivated by the insufficiency of currently resources search methods based on metadata, a method of extracting semantic relations between words constituting metadata is proposed. We mainly focus on acquiring synonymy, hyponymy, hypernymy and parataxis relations. In our schema, we extract texts related to metadata that will be expanded from text spatial through text extraction templates. Next, metadata will be obtained through metadata extraction templates. Finally, we compute semantic similarity to eliminate false relations and construct a semantic expansion knowledge base. The proposed method in this paper has been applied on the education grid.  相似文献   
72.
A new local search method with hybrid neighborhood for Job shop scheduling problem is developed. The proposed hybrid neighborhood is not only efficient in local search, but also can help overcome entrapments while search procedure get trapped at local optima and carry the search to areas of the feasible set with better prospect. New strategies used for breaking out of entrapments are presented and they are helpful for the procedure to improve local optima. A performance comparison of the proposed method with some best-performing algorithms on all 10-job, 10-machine benchmark problems and the other two problems generated by Fisher and Thompson ( ie. , FT6 and FT20) is made. The experiment results show the better optimal performance of the proposed algorithm.  相似文献   
73.
According to the researches on theoretic basis in part I of the paper,the spanning tree algorithms solving the maximum independent set both in even network and in odd network have been developed in this part,part Ⅱ of the paper.The algorithms trans form first the general network into the pair sets network,and then decompose the pair sets network into a series of pair subsets by use of the characteristic of maximum flow passing through the pair sets network.As for the even network,the algorithm requires only one time of trans formation and decomposition,the maximum independent set can be gained without any iteration processes,and the time complexity of the algorithm is within the bound of O(|V|^3).However,as for the odd network,the algorithm consists of two stages.In the first stage,the general odd network is transformed and decomposed into the pseudo-negative envelope graphs and generalized reverse pseudo-negative envelope graphs alternately distributed at first;then the algorithm turns to the second stage,searching for the negative envelope graphs within the pseudo-negative envelope graphs only.Each time as a negative envelope graphhas been found.renew the pair sets network by iteration at once.and then tum back to the first stage.So both stages form a circulation process up to the optimum.Two available methods,the adjusting search and the picking-off search are specially developed to deal with the problems resulted from the odd network.Both of them link up with each other harmoniously and are embedded together in the algorithm.Analysis and study indicate that the time complexity of this algorithm is within the bound of O(|V|^5).  相似文献   
74.
介绍了一种解决Job-Shop调度最短完工时间的有效的快速禁忌搜索算法,该算法首先利用插入算法构造尽可能好的初始解,然后使用禁忌搜索算法改进当前解,用基准实例进行仿真,实验结果表明该算法是可行的和有效的.  相似文献   
75.
最短径路是网络优化中的一个经典问题,Dijkstra算法被公认为是一种十分有效的最短径路的搜索求解算法.本在研究网络一般结构特点的基础上,发现传统Dijkstra算法在每次迭代过程中都需要搜索所有节点的这一缺陷,通过向搜索节点中引入“度”的信息,提出了基于“度搜索”的改进算法,并根据网络的特点,给出了有向网络和无向网络两种情况下存在“度”差异的算法设计方法;算法的整体结构与Dijkstra保持了一致性,没有算法结构的突变,因而通过修改原有Dijkstra程序和重新设计“度搜索”程序都十分容易实现.该算法提高了最短径路的搜索效率,特别是对稀疏网络,算法效率更为明显,其复杂度小于O(|V|^2).  相似文献   
76.
列流线偏移描绘自动化   总被引:1,自引:0,他引:1  
基于图论理论分析了列流图的组成特性,以解决列流线折点自动搜索问题.提出列流线折点搜索算法和列流线偏移描绘算法.采用基于节点信息表绘制列流图.开发了列流图自动生成数据库系统.用实例表明了算法及软件有效性和可行性.  相似文献   
77.
Tyre models are a prerequisite for any vehicle dynamics simulation. Tyre models range from the simplest mathematical models that consider only the cornering stiffness to a complex set of formulae. Among all the steady-state tyre models that are in use today, the Magic Formula tyre model is unique and most popular. Though the Magic Formula tyre model is widely used, obtaining the model coefficients from either the experimental or the simulation data is not straightforward due to its nonlinear nature and the presence of a large number of coefficients. A common procedure used for this extraction is the least-squares minimisation that requires considerable experience for initial guesses. Various researchers have tried different algorithms, namely, gradient and Newton-based methods, differential evolution, artificial neural networks, etc. The issues involved in all these algorithms are setting bounds or constraints, sensitivity of the parameters, the features of the input data such as the number of points, noisy data, experimental procedure used such as slip angle sweep or tyre measurement (TIME) procedure, etc. The extracted Magic Formula coefficients are affected by these variants. This paper highlights the issues that are commonly encountered in obtaining these coefficients with different algorithms, namely, least-squares minimisation using trust region algorithms, Nelder–Mead simplex, pattern search, differential evolution, particle swarm optimisation, cuckoo search, etc. A key observation is that not all the algorithms give the same Magic Formula coefficients for a given data. The nature of the input data and the type of the algorithm decide the set of the Magic Formula tyre model coefficients.  相似文献   
78.
在城市轨道交通网络化运营条件下,极易导致换乘站的换乘需求差异过大。为提高列车时刻表与换乘需求的匹配度,本文基于网络中换乘站的空间拓扑结构和换乘需求在时间和方向上的特点,通过构建量化换乘差异的协同度指标,建立以列车同步次数最大化为目标的列车时刻表优化模型,优化轨道交通网络线路间成功衔接次数,提升乘客换乘出行效率。针对提出的混合 整数非线性规划模型,本文设计了一种基于天牛须搜索的粒子群优化算法进行求解,并将模型及算法应用于北京市轨道交通网络进行算例分析。结果表明,所构建的模型能依据换乘需求在空间、时间及方向上的差异,利用协同度分级优化轨道交通路网中列车协同状态;优化后全网列车同步到达次数增加33.86%,乘客平均换乘等待时间减少22.75%;相较于PSO和BAS算法,本文所提的算法具有更好的全局搜索能力和求解效率。本文可有效提高轨道交通换乘效率,为提升城 市轨道交通服务质量提供理论参考。  相似文献   
79.
As liquefied natural gas (LNG) steadily grows to be a common mode for commercializing natural gas, LNG supply chain optimization is becoming a key technology for gas companies to maintain competitiveness. This paper develops methods for improving the solutions for a previously stated form of an LNG inventory routing problem (LNG-IRP). Motivated by the poor performance of a Dantzig-Wolfe-based decomposition approach for exact solutions, we develop a suite of advanced heuristic techniques and propose a hybrid heuristic strategy aiming to achieve improved solutions in shorter computational time. The heuristics include two phases: the advanced construction phase is based on a rolling time algorithm and a greedy randomized adaptive search procedure (GRASP); and the solution improvement phase is a series of novel MIP-based neighborhood search techniques. The proposed algorithms are evaluated based on a set of realistic large-scale instances seen in recent literature. Extensive computational results indicate that the hybrid heuristic strategy is able to obtain optimal or near optimal feasible solutions substantially faster than commercial optimization software and also the previously proposed heuristic methods.  相似文献   
80.
介绍一种新的稀疏表示人脸识别模型,在经典的稀疏表示分类模型基础上,利用数据字典的结构信息,考虑算法实现的可行性,提出了一种分块组合搜索的稀疏表示人脸识别模型,主要思想是将数据字典按类别自然分块,然后在数据块内进行组合搜索,再联合不同类别的组块,以寻找表示能力最强的组块。为验证模型的性能,使用结构贪婪算法实现分块组合搜索方法和其他的结构稀疏方法,并进行比较,实验显示分块组合搜索的人脸识别率高于其他结构稀疏方法,且此方法性能稳定,不受数据字典排列的影响。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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