全文获取类型
收费全文 | 54篇 |
免费 | 9篇 |
专业分类
电工技术 | 4篇 |
综合类 | 4篇 |
武器工业 | 1篇 |
无线电 | 16篇 |
一般工业技术 | 1篇 |
自动化技术 | 37篇 |
出版年
2024年 | 1篇 |
2023年 | 2篇 |
2021年 | 3篇 |
2019年 | 1篇 |
2017年 | 1篇 |
2016年 | 1篇 |
2015年 | 2篇 |
2014年 | 1篇 |
2013年 | 9篇 |
2012年 | 5篇 |
2011年 | 5篇 |
2010年 | 2篇 |
2009年 | 5篇 |
2008年 | 2篇 |
2007年 | 6篇 |
2006年 | 4篇 |
2005年 | 1篇 |
2004年 | 2篇 |
2001年 | 1篇 |
1999年 | 2篇 |
1996年 | 1篇 |
1995年 | 2篇 |
1994年 | 1篇 |
1993年 | 1篇 |
1992年 | 1篇 |
1991年 | 1篇 |
排序方式: 共有63条查询结果,搜索用时 0 毫秒
11.
12.
为了能够更高效的提高胶州湾水质预报系统的运行速度,在原有基于串行模式的预报系统中引入了消息传递接口MPI (message-passing interface)并行处理技术,并在该系统中分别采用组通信模式和非阻塞通信模式,把整个水质预报系统分解为多个子任务,在基于MPI消息传递模式的集群系统中分别进行运算,通过实验表明了两种通信模式在运算速度上的差异,在预报系统中非阻塞通信模式比组通信模式更加优化.因此,非阻塞通信模式对水质预报模式的改进具有很大的潜力. 相似文献
13.
14.
为实现话音无阻塞、视频图像清晰流畅和低延迟的高品质可视通话,提出了一种使用PSTN单独传送话音,使用IP网络单独传送通话者视频并在终端同步还原的可视电话系统及其实现方法,系统由终端和支撑服务器群构成。设计用PSTN的话音拨号信号或来电振铃信号作为视频呼叫的触发信号,终端通过捕获电话号码封装为SIP的Invite消息并发起视频呼叫,与对端建立P2P连接并使用UDP报文传送RTP视频流来实现视频通话。系统测试表明通话话音始终无阻塞;在带宽为256kbit/s、IP网络无拥塞的条件下,实现了视频CIF分辨率,帧频30fps,视频延迟小于60ms;用户使用习惯如电话号码和拨号方式无需任何改变。其综合性能优于现有的PSTN可视电话和IP可视电话。 相似文献
15.
数据流的连接常作为数据流查询操作的支撑算法.以往算法多考虑的是周期性演化的数据流,对于非周期性数据流连接涉及较少.提出一种变换高斯分布下的数据流连接算法.通过采样统计确定当前高斯中心点,并以此为中心划分数据块.提出在变换高斯分布下的确定数据连接块的方法.实验表明本算法与同类算法相比可以在有限的内存下产生更高的连接率,更小的I/O代价. 相似文献
16.
This paper proposes a new high-performance multicast ATM switch architecture. The switch, called the split-switching network (SSN), is based on banyan networks. The SSN achieves multicasting in a way that is non-typical for banyan-based switches: copying and routeing of multicast cells are carried out simultaneously and within the same fabric. Thus, cells are copied only when needed as they traverse the switch towards the appropriate output ports. The SSN consists of successive spliting stages, and buffering is provided in front of each stage. The SSN is non-blocking with complexity of order Nlog2/2N for a switch of size N, and is characterized by distributed and parallel control. The throughput-delay performance of the SSN is shown to be similar to that of a non-blocking output-buffering switch under different mixtures of unicast/multicast traffic. In particular, the SSN achieves a maximum throughput of 100 per cent and the cell delay and delay variation remain small for loads just below the maximum throughput. 相似文献
17.
18.
Mi Zhao 《国际生产研究杂志》2013,51(21):6085-6107
This paper develops a deadlock prevention policy for a class of Petri nets that can model flexible manufacturing systems with assembly and disassembly operations. Siphons in a plant Petri net model are divided into elementary and dependent siphons according to the linear dependency of their characteristic T-vectors. The proposed approach is to make every siphon satisfy the controlled-siphon property (the cs-property), i.e., at any reachable marking, any siphon is max-marked, so that no deadlock states can be reached. The satisfiability of the cs-property is achieved by explicitly adding a monitor for each elementary siphon. The max-controllability of a dependent siphon is ensured by properly supervising its elementary siphons. More permissive behaviour of the non-blocking supervisor is obtained through the rearrangement of the output arcs of the monitors. Compared with existing policies reported in the literature, the advantage of the present method is that a small number of monitors are added and the iterative computing process is accordingly avoided. Finally, the application of the proposed method to an FMS example is presented. 相似文献
19.
J Strother Moore 《Formal Methods in System Design》1999,14(2):213-228
We describe a mechanically checked correctness proof for a system of n processes, each running a simple, non-blocking counter algorithm. We prove that if the system runs longer than 5n steps, the counter is increased. The theorem is formalized in applicative Common Lisp and proved with the ACL2 theorem prover. The value of this paper lies not so much in the trivial algorithm addressed as in the method used to prove it correct. The method allows one to reason accurately about the behavior of a concurrent, multiprocess system by reasoning about the sequential computation carried out by a selected process, against a memory that is changed externally. Indeed, we prove general lemmas that allow shifting between the multiprocess and uniprocess views. We prove a safety property using a multiprocess view, project the property to a uniprocess view, and then prove a global progress property via a local, sequential computation argument. Our uniprocessor view is a formal compositional semantics for a shared memory system. 相似文献
20.
Sumir Chandra Xiaolin Li Taher Saif Manish Parashar 《The Journal of supercomputing》2007,39(2):177-203
Parallel implementations of dynamic structured adaptive mesh refinement (SAMR) methods lead to significant runtime management
challenges that can limit their scalability on large systems. This paper presents a runtime engine that addresses the scalability
of SAMR applications with localized refinements and high SAMR efficiencies on large numbers of processors (upto 1024 processors).
The SAMR runtime engine augments hierarchical partitioning with bin-packing based load-balancing to manage the space-time
heterogeneity of the SAMR grid hierarchy, and includes a communication substrate that optimizes the use of MPI non-blocking
communication primitives. An experimental evaluation on the IBM SP2 supercomputer using the 3-D Richtmyer-Meshkov compressible
turbulence kernel demonstrates the effectiveness of the runtime engine in improving SAMR scalability.
相似文献
Manish ParasharEmail: |