首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   9696篇
  免费   631篇
  国内免费   506篇
电工技术   444篇
综合类   790篇
化学工业   145篇
金属工艺   106篇
机械仪表   508篇
建筑科学   171篇
矿业工程   57篇
能源动力   151篇
轻工业   49篇
水利工程   68篇
石油天然气   41篇
武器工业   48篇
无线电   832篇
一般工业技术   738篇
冶金工业   41篇
原子能技术   26篇
自动化技术   6618篇
  2024年   32篇
  2023年   57篇
  2022年   93篇
  2021年   88篇
  2020年   153篇
  2019年   141篇
  2018年   112篇
  2017年   216篇
  2016年   228篇
  2015年   307篇
  2014年   425篇
  2013年   639篇
  2012年   535篇
  2011年   653篇
  2010年   431篇
  2009年   667篇
  2008年   714篇
  2007年   745篇
  2006年   671篇
  2005年   538篇
  2004年   500篇
  2003年   458篇
  2002年   387篇
  2001年   308篇
  2000年   267篇
  1999年   201篇
  1998年   202篇
  1997年   189篇
  1996年   125篇
  1995年   99篇
  1994年   93篇
  1993年   70篇
  1992年   71篇
  1991年   42篇
  1990年   34篇
  1989年   39篇
  1988年   44篇
  1987年   25篇
  1986年   22篇
  1985年   32篇
  1984年   47篇
  1983年   27篇
  1982年   21篇
  1981年   20篇
  1980年   18篇
  1979年   12篇
  1978年   7篇
  1977年   11篇
  1976年   9篇
  1975年   4篇
排序方式: 共有10000条查询结果,搜索用时 15 毫秒
11.
Depending on whether bidirectional links or unidirectional links are used for communications, the network topology under a given range assignment is either an undirected graph referred to as the bidirectional topology, or a directed graph referred to as the unidirectional topology. The Min-Power Bidirectional (resp., Unidirectional) k-Node Connectivity problem seeks a range assignment of minimum total power subject to the constraint that the produced bidirectional (resp. unidirectional) topology is k-vertex connected. Similarly, the Min-Power Bidirectional (resp., Unidirectional) k-Edge Connectivity problem seeks a range assignment of minimum total power subject to the constraint the produced bidirectional (resp., unidirectional) topology is k-edge connected. The Min-Power Bidirectional Biconnectivity problem and the Min-Power Bidirectional Edge-Biconnectivity problem have been studied by Lloyd et al. [23]. They show that range assignment based the approximation algorithm of Khuller and Raghavachari [18], which we refer to as Algorithm KR, has an approximation ratio of at most 2(2 – 2/n)(2 + 1/n) for Min-Power Bidirectional Biconnectivity, and range assignment based on the approximation algorithm of Khuller and Vishkin [19], which we refer to as Algorithm KV, has an approximation ratio of at most 8(1 – 1/n) for Min-Power Bidirectional Edge-Biconnectivity. In this paper, we first establish the NP-hardness of Min-Power Bidirectional (Edge-) Biconnectivity. Then we show that Algorithm KR has an approximation ratio of at most 4 for both Min-Power Bidirectional Biconnectivity and Min-Power Unidirectional Biconnectivity, and Algorithm KV has an approximation ratio of at most 2k for both Min-Power Bidirectional k-Edge Connectivity and Min-Power Unidirectional k-Edge Connectivity. We also propose a new simple constant-approximation algorithm for both Min-Power Bidirectional Biconnectivity and Min-Power Unidirectional Biconnectivity. This new algorithm applies only to Euclidean instances, but is best suited for distributed implementation. A preliminary version of this work appeared in the proceedings of the 2nd International Conference on AD-HOC Network and Wireless (Adhoc-Now 2003). Research performed in part while visiting the Max-Plank-Institut fur Informatik. Gruia Calinescu is an Assistant Professor of Computer Science at the Illinois Institute of Technology since 2000. He held postdoc or visiting researcher positions at DIMACS, University of Waterloo, and Max-Plank Institut fur Informatik. Gruia has a Diploma from University of Bucharest and a Ph.D. from Georgia Insitute of Technology. His research interests are in the area of algorithms. Peng-Jun Wan has joined the Computer Science Department at Illinois Institute of Technology in 1997 and has been an Associate Professor since 2004. He received his Ph.D. in Computer Science from University of Minnesota in 1997, M.S. in Operations Research and Control Theory from Chinese Academy of Science in 1993, and B.S. in Applied Mathematics from Tsinghua University in 1990. His research interests include optical networks and wireless networks.  相似文献   
12.
基于遗传算法的服装工序编排规划   总被引:2,自引:0,他引:2  
本文讨论了建立服装工序编排系统的必要性,在进行服装工序拆分、合并的基础上,应用遗传算法建立了以流水线平衡为目标的服装工序编排模型.  相似文献   
13.
An important feature of database technology of the nineties is the use of parallelism for speeding up the execution of complex queries. This technology is being tested in several experimental database architectures and a few commercial systems for conventional select-project-join queries. In particular, hash-based fragmentation is used to distribute data to disks under the control of different processors in order to perform selections and joins in parallel. With the development of new query languages, and in particular with the definition of transitive closure queries and of more general logic programming queries, the new dimension of recursion has been added to query processing. Recursive queries are complex; at the same time, their regular structure is particularly suited for parallel execution, and parallelism may give a high efficiency gain. We survey the approaches to parallel execution of recursive queries that have been presented in the recent literature. We observe that research on parallel execution of recursive queries is separated into two distinct subareas, one focused on the transitive closure of Relational Algebra expressions, the other one focused on optimization of more general Datalog queries. Though the subareas seem radically different because of the approach and formalism used, they have many common features. This is not surprising, because most typical Datalog queries can be solved by means of the transitive closure of simple algebraic expressions. We first analyze the relationship between the transitive closure of expressions in Relational Algebra and Datalog programs. We then review sequential methods for evaluating transitive closure, distinguishing iterative and direct methods. We address the parallelization of these methods, by discussing various forms of parallelization. Data fragmentation plays an important role in obtaining parallel execution; we describe hash-based and semantic fragmentation. Finally, we consider Datalog queries, and present general methods for parallel rule execution; we recognize the similarities between these methods and the methods reviewed previously, when the former are applied to linear Datalog queries. We also provide a quantitative analysis that shows the impact of the initial data distribution on the performance of methods. Recommended by: Patrick Valduriez  相似文献   
14.
提出了一种实时心电图ECG数据压缩算法。它是将自适应变门限算法与转折点算法相结合。自适应变门限算法是对AZTEC算法的改进.它计算ECG信号的几个统计参数来确定可变门限值。转折点算法是分析采样点的趋势并只存储每对连续的采样点中的一个。它保留信号的斜坡标志发生变化的峰点和谷点。本文算法兼有这两种算法的优点。这种算法在较高压缩比的情况下重建心电图信号失真较小.  相似文献   
15.
心电地图仪中工频干扰的一种滤除方法   总被引:1,自引:0,他引:1  
在心电地图仪中记录到的体表心电信号往往由于电磁的影响而引进工频干扰.基于体表心电信号中工频干扰的特点,作者提出了一种滤除工频干扰的方法,即就单独—胸导联信号通过提高频谱的分辨率来估计工频干扰的频率;基于最小均方误差准则来估计各导联信号中工频干扰的幅度和相位。文中还给出了该算法的流程图和滤波性能分析。模拟结果表明了该算法的有效性。应用该算法对心电地图仪中的工频干扰进行对消,取得了满意的结果。  相似文献   
16.
BP算法的改进及用模拟电路实现的神经网络分类器   总被引:1,自引:0,他引:1  
基于用模拟电路实现神经网络分类器的目的,对多层静态前馈神经网络的BP算法做了改进,采用线性限幅函数代替Sigmoid函数作为神经元的激活函数,给出了改进的BP算法。对该算法性能的实验研究表明:这种改进算法不但方便了用线性模拟集成运算放大电路实现神经网络,而且具有学习速度快,映射能力强等优点。根据本文算法设计的神经网络分类器,无论是计算机仿真,还是模拟电路实现,都得到了比较高的识别率。  相似文献   
17.
工业过程随机稳态优化控制算法的鲁棒性分析   总被引:1,自引:0,他引:1  
本文给出了一种随机稳态优化算法的灵敏度分析,讨论算法解对参数变化的关系。这些参数代表系统结构参数或噪声向量的某些数字特征.  相似文献   
18.
In this paper,a sequential algorithm computing the aww vertex pair distance matrix D and the path matrix Pis given.On a PRAM EREW model with p,1≤p≤n^2,processors,a parallel version of the sequential algorithm is shown.This method can also be used to get a parallel algorithm to compute transitive closure array A^* of an undirected graph.The time complexity of the parallel algorithm is O(n^3/p).If D,P and A^* are known,it is shown that the problems to find all connected components,to compute the diameter of an undirected graph,to determine the center of a directed graph and to search for a directed cycle with the minimum(maximum)length in a directed graph can all be solved in O(n^2/p logp)time.  相似文献   
19.
A Linear Cross-Coupled Control System for High-Speed Machining   总被引:4,自引:0,他引:4  
We present a linear cross-coupled controller to improve highspeed contouring accuracy independently of tracking accuracy in a biaxial machine tool feed drive servomechanism. Unlike conventional cross-coupled controllers, the cross-coupled controller presented here is a linear system, so it is very easy to perform the stability and steady-state error analysis, and to optimise the controller parameters. The proposed controller is evaluated experimentally on a CNC LOM machine and compared to an uncoupled controller and a conventional cross-coupled controller. Controller performance is evaluated for a circular contour at a feedrate of 30 m min _1 . The experimental results show that the proposed controller can greatly reduce the contour error at large feedrates. The linear cross-coupled controller is simple to implement and is practical.  相似文献   
20.
One of the goals of computational chemistry is the automated de novo design of bioactive molecules. Despite significant progress in computational approaches to ligand design and efficient evaluation of binding energy, novel procedures for ligand design are required. Evolutionary computation provides a new approach to this design issue. This paper presents an automated methodology for computer-aided peptide design based on evolutionary algorithms. It provides an automatic tool for peptide de novo design, based on protein surface patches defined by user. Regarding the restrictive constrains of this problem a special emphasis has been made on the design of the evolutionary algorithms implemented.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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