首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   217篇
  免费   10篇
  国内免费   1篇
电工技术   2篇
化学工业   53篇
金属工艺   4篇
机械仪表   3篇
建筑科学   11篇
矿业工程   1篇
能源动力   10篇
轻工业   31篇
无线电   11篇
一般工业技术   32篇
冶金工业   6篇
自动化技术   64篇
  2024年   3篇
  2023年   5篇
  2022年   5篇
  2021年   10篇
  2020年   6篇
  2019年   6篇
  2018年   7篇
  2017年   6篇
  2016年   15篇
  2015年   15篇
  2014年   8篇
  2013年   22篇
  2012年   13篇
  2011年   14篇
  2010年   11篇
  2009年   13篇
  2008年   12篇
  2007年   9篇
  2006年   10篇
  2005年   8篇
  2004年   5篇
  2003年   3篇
  2002年   2篇
  2001年   4篇
  2000年   5篇
  1999年   1篇
  1998年   2篇
  1997年   5篇
  1995年   1篇
  1993年   1篇
  1981年   1篇
排序方式: 共有228条查询结果,搜索用时 0 毫秒
21.
Abstract— A polymer‐dispersed liquid‐crystal (PDLC) matrix template embedded with nano/microparticles can be backfilled/infiltrated with a dye‐doped liquid crystal for a paper‐like reflective display. In this way, a desirable degree of diffusion can be realized to reduce the viewing‐angle dependency of a gain reflector and metallic glare without changing other electro‐optical properties.  相似文献   
22.
Today’s organizations, under increasing pressure on the effectiveness and the increasing need for dealing with complex tasks beyond a single individual’s capabilities, need technological support in managing complex tasks that involve highly distributed and heterogeneous information sources and several actors. This paper describes CoPSF, a multiagent system middle-ware that simplifies the development of coordinated problem solving applications while ensuring standard compliance through a set of system services and agents. CoPSF hosts and serves multiple concurrent teams of problem solving contributing both to the limitation of communication overheads and to the reduction of redundant work across teams and organizations. The framework employs (i) an interleaved task decomposition and allocation approach, (ii) a mechanism for coordination of agents’ work, and (iii) a mechanism that enables synergy between parallel teams.  相似文献   
23.
The bandwidth minimization problem has a long history and a number of practical applications. In this paper we introduce a natural extension of bandwidth to partially ordered layouts. We consider this extension from three main viewpoints: graph searching, tree decompositions, and elimination orderings. The three graph parameters pathwidth, profile, and bandwidth related to linear layouts can be defined by variants of graph searching using a standard fugitive. Switching to an inert fugitive, the two former parameters are extended to treewidth and fill-in, and our first viewpoint considers the analogous tree-like extension that arises from the bandwidth variant. Bandwidth also has a definition in terms of ordered path decompositions, and our second viewpoint extends this in a natural way to ordered tree decompositions. In showing that both extensions are equivalent we employ the third viewpoint of elimination trees, as used in the field of sparse matrix computations. We call the resulting parameter the treespan of a graph and prove some of its combinatorial and algorithmic properties.  相似文献   
24.
Neural Computing and Applications - In recent years, the computer vision applications in the robotics have been improved to approach human-like visual perception and scene/context understanding....  相似文献   
25.
Diagnostic support systems that help solving problems in open and weak theory domains need to be context-sensitive in order to reveal flexible and efficient behaviour. This paper presents a task-oriented methodology for analysing and modeling contextual knowledge at the knowledge level. We present a context-sensitive diagnosis approach (ConSID) which clarifies the connection between content and process knowledge. The former embodies the domain model, while the latter embodies the task and method models. We present a prototypical system, the ConSID-Creek, that applies the ConSID approach to the medical diagnostic domain. We illustrate how the system integrates case-based and explanation-based reasoning paradigms when realizing the abductive subtask of the overall diagnostic task.  相似文献   
26.
Vehicle routing problem (VRP) is an important and well-known combinatorial optimization problem encountered in many transport logistics and distribution systems. The VRP has several variants depending on tasks performed and on some restrictions, such as time windows, multiple vehicles, backhauls, simultaneous delivery and pick-up, etc. In this paper, we consider vehicle routing problem with simultaneous pickup and delivery (VRPSPD). The VRPSPD deals with optimally integrating goods distribution and collection when there are no precedence restrictions on the order in which the operations must be performed. Since the VRPSPD is an NP-hard problem, we present a heuristic solution approach based on particle swarm optimization (PSO) in which a local search is performed by variable neighborhood descent algorithm (VND). Moreover, it implements an annealing-like strategy to preserve the swarm diversity. The effectiveness of the proposed PSO is investigated by an experiment conducted on benchmark problem instances available in the literature. The computational results indicate that the proposed algorithm competes with the heuristic approaches in the literature and improves several best known solutions.  相似文献   
27.
28.
The Contractibility problem takes as input two graphs G and H, and the task is to decide whether H can be obtained from G by a sequence of edge contractions. The Induced Minor and Induced Topological Minor problems are similar, but the first allows both edge contractions and vertex deletions, whereas the latter allows only vertex deletions and vertex dissolutions. All three problems are NP-complete, even for certain fixed graphs H. We show that these problems can be solved in polynomial time for every fixed H when the input graph G is chordal. Our results can be considered tight, since these problems are known to be W[1]-hard on chordal graphs when parameterized by the size of H. To solve Contractibility and Induced Minor, we define and use a generalization of the classic Disjoint Paths problem, where we require the vertices of each of the k paths to be chosen from a specified set. We prove that this variant is NP-complete even when k=2, but that it is polynomial-time solvable on chordal graphs for every fixed k. Our algorithm for Induced Topological Minor is based on another generalization of Disjoint Paths called Induced Disjoint Paths, where the vertices from different paths may no longer be adjacent. We show that this problem, which is known to be NP-complete when k=2, can be solved in polynomial time on chordal graphs even when k is part of the input. Our results fit into the general framework of graph containment problems, where the aim is to decide whether a graph can be modified into another graph by a sequence of specified graph operations. Allowing combinations of the four well-known operations edge deletion, edge contraction, vertex deletion, and vertex dissolution results in the following ten containment relations: (induced) minor, (induced) topological minor, (induced) subgraph, (induced) spanning subgraph, dissolution, and contraction. Our results, combined with existing results, settle the complexity of each of the ten corresponding containment problems on chordal graphs.  相似文献   
29.
30.
We present a new algorithm, called MCS-M, for computing minimal triangulations of graphs. Lex-BFS, a seminal algorithm for recognizing chordal graphs, was the genesis for two other classical algorithms: LEX M and MCS. LEX M extends the fundamental concept used in Lex-BFS, resulting in an algorithm that not only recognizes chordality, but also computes a minimal triangulation of an arbitrary graph. MCS simplifies the fundamental concept used in Lex-BFS, resulting in a simpler algorithm for recognizing chordal graphs. The new algorithm MCS-M combines the extension of LEX M with the simplification of MCS, achieving all the results of LEX M in the same time complexity.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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