首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   703篇
  免费   75篇
  国内免费   60篇
电工技术   32篇
综合类   77篇
化学工业   12篇
金属工艺   12篇
机械仪表   35篇
建筑科学   62篇
矿业工程   49篇
能源动力   17篇
轻工业   4篇
水利工程   45篇
石油天然气   15篇
武器工业   8篇
无线电   90篇
一般工业技术   33篇
冶金工业   13篇
原子能技术   5篇
自动化技术   329篇
  2024年   8篇
  2023年   5篇
  2022年   16篇
  2021年   20篇
  2020年   23篇
  2019年   16篇
  2018年   15篇
  2017年   16篇
  2016年   16篇
  2015年   23篇
  2014年   50篇
  2013年   21篇
  2012年   31篇
  2011年   46篇
  2010年   37篇
  2009年   38篇
  2008年   54篇
  2007年   41篇
  2006年   38篇
  2005年   41篇
  2004年   36篇
  2003年   36篇
  2002年   35篇
  2001年   25篇
  2000年   24篇
  1999年   18篇
  1998年   18篇
  1997年   22篇
  1996年   15篇
  1995年   10篇
  1994年   4篇
  1993年   6篇
  1992年   3篇
  1991年   5篇
  1990年   8篇
  1989年   2篇
  1988年   7篇
  1985年   1篇
  1984年   1篇
  1983年   2篇
  1982年   2篇
  1981年   2篇
  1980年   1篇
排序方式: 共有838条查询结果,搜索用时 15 毫秒
61.
研究LTPB(线性令牌传递总线)通信网络中带宽分配方法对网络实时性能的影响。提出了一种优化的带宽分配方法和基于“最差情形下可达负载率”的网络实时性能分析方法,证明了该带宽分配方法优于所有传统的分配方法,最后举例说明了结论的正确性。  相似文献   
62.
In this paper, we develop a compositional denotational semantics for prioritized real-time distributed programming languages. One of the interesting features is that it extends the existing compositional theory proposed by Koymanset al (1988) for prioritized real-time languages preserving the compositionality of the semantics. The language permits users to define situations in which an action has priority over another action without the requirement of preassigning priorities to actions for partially ordering the alphabet of actions. These features are part of the languages such as Ada designed specifically keeping in view the needs of real-time embedded systems. Further, the approach does not have the restriction of other approaches such as prioritized internal moves can pre-empt unprioritized actions etc. Our notion of priority in the environment is based on the intuition that a low priority action can proceed only if the high priority action cannot proceed due to lack of the handshaking partner at that point of execution. In other words, if some action is possible corresponding to that environment at some point of execution then the action takes place without unnecessary waiting. The proposed semantic theory provides a clear distinction between the semantic model and the execution model — this has enabled us to fully ensure that there is no unnecessary waiting.  相似文献   
63.
We considered the load-balanced multiplication of a large sparse matrix with a large sequence of vectors on parallel computers. We propose a method that combines fast load-balancing with efficient message-passing techniques to alleviate computational and inter-node communications challenges. The performance of the proposed method was evaluated on benchmark as well as on synthetically generated matrices and compared with the current work. It is shown that, by using our approach, a tangible improvement over prior work can be obtained, particularly for very sparse and skewed matrices. Moreover, it is also shown that I/O overhead for this problem can be efficiently amortized through I/O latency hiding and overall load-balancing.  相似文献   
64.
程海英  张武 《计算机工程与设计》2004,25(11):1961-1963,2011
根据解反应扩散方程的自适应样条小波-交替方向(SW-ADI)方法,使用MPI、OpenMP两种并行编程模式,对串行程序进行了直接并行化,并在上海大学的高性能计算机自强2000上分别用MPI和OpenMP实现了对方程的求解。对运算结果进行了分析并给出了与串行程序相比较的并行加速比。  相似文献   
65.
穿黄隧洞预应力衬砌结构三维非线性有限元分析   总被引:2,自引:0,他引:2  
采用考虑接触问题的三维非线性有限元方法,对穿黄隧洞预应力衬砌结构进行计算分析。计算中考虑了内、外衬之间的接触,以及地基抗力对结构的作用,并对荷载施加过程和锚具槽施工过程进行了模拟。计算结果表明,预应力衬砌因锚索张拉挤压产生环向预压应力,同时,在衬砌环中还产生纵向拉应力。有资料分析某隧洞仿真模型预应力张拉试验中衬砌出现的环向裂缝,就是纵向拉应力超限所致。通过数值方法,分析引起纵向拉应力的主要因素,可供类似工程结构参考应用。  相似文献   
66.
XNETi是为XNET网络互连系统设计的基于PCI总线的网络接口,可以有效地支持用户层的消息传递。本文着重介绍了XNETi中差错控制与分包/重组等功能的具体实现。  相似文献   
67.
We study deterministic gossiping in synchronous systems with dynamic crash failures. Each processor is initialized with an input value called rumor. In the standard gossip problem, the goal of every processor is to learn all the rumors. When processors may crash, then this goal needs to be revised, since it is possible, at a point in an execution, that certain rumors are known only to processors that have already crashed. We define gossiping to be completed, for a system with crashes, when every processor knows either the rumor of processor v or that v has already crashed, for any processor v. We design gossiping algorithms that are efficient with respect to both time and communication. Let t<n be the number of failures, where n is the number of processors. If , then one of our algorithms completes gossiping in O(log2t) time and with O(npolylogn) messages. We develop an algorithm that performs gossiping with O(n1.77) messages and in O(log2n) time, in any execution in which at least one processor remains non-faulty. We show a trade-off between time and communication in gossiping algorithms: if the number of messages is at most O(npolylogn), then the time has to be at least . By way of application, we show that if nt=Ω(n), then consensus can be solved in O(t) time and with O(nlog2t) messages.  相似文献   
68.
Data flow analysis of distributed communicating processes   总被引:1,自引:0,他引:1  
Data flow analysis is a technique essential to the compile-time optimization of computer programs, wherein facts relevant to program optimizations are discovered by the global propagation of facts obvious locally. This paper extends several known techniques for data flow analysis of sequential programs to the static analysis of distributed communicating processes. In particular, we present iterative algorithms for detecting unreachable program statements, and for determining the values of program expressions. The latter information can be used to place bounds on the size of variables and messages. Our main innovation is theevent spanning graph, which serves as a heuristic for ordering the nodes through which data flow information is propagated. We consider bothstatic communication, where all channel arguments are constants, and the more difficultdynamic communication, where channel arguments may be variables and channels may be passed as messages.A preliminary version of this paper appeared in the proceedings of the Sixth Annual ACM Symposium on Principles of Programming Languages, pp. 257–268, June 1979.Supported by National Science Foundation Grant NSF MCS82-00269 and the Office of Naval Research Contract N00014-80-C-0647.Supported by National Science Foundation Grants NSF DCR-8505873 and NSF CCR-8704309.  相似文献   
69.
目标过顶的程序跟踪控制技术   总被引:4,自引:0,他引:4  
阐述了利用计算机程序过顶控制技术解决地面站出现跟踪盲区时的过顶跟踪问题。利用实测数据分析了施加程序过顶跟踪控制前后的指向误差。  相似文献   
70.
异种语言编写的程序相互调用,是程序设计者为利用已有软件资源而经常涉及的实用技巧,本文基于C应用程序调用VAX/RGL图形库绘图的实践,探讨VAX/VMS环境中C语言与FORTRAN语言的接口方法,其关键在于弥补两者采用的VAX过程调用参数机构上的差异。然后介绍笔者利用该方法为RGL实现的一个C程序接口软件。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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