期刊文献+
共找到16篇文章
< 1 >
每页显示 20 50 100
K-ary N-cube网络中的维度气泡流控与无死锁完全自适应路由 被引量:1
1
作者 肖灿文 张民选 过锋 《计算机学报》 EI CSCD 北大核心 2006年第5期801-807,共7页
利用虚跨步切换技术中消息的依存关系只与相邻缓冲区队列相关的特点,设计了一种称为维度气泡流控(DBFC)的新型流控策略.该流控策略建立在虚跨步(VCT)切换和信约流控机制之上,通过分析端口信约值和路由信息实现点点间的流控.在无边带kary... 利用虚跨步切换技术中消息的依存关系只与相邻缓冲区队列相关的特点,设计了一种称为维度气泡流控(DBFC)的新型流控策略.该流控策略建立在虚跨步(VCT)切换和信约流控机制之上,通过分析端口信约值和路由信息实现点点间的流控.在无边带karyncube网络中,如果采用DBFC流控策略,即使网络中存在环相关,设计的自适应维度气泡路由(ADBR)算法仍可实现无死锁的最短距离的路由.对于以上结论,文中提供了详细的证明.最后,通过修改模拟工具RSIM的网络模拟器———NETSIM的代码,实现了DBFC流控策略和ADBR算法.模拟结果显示,ADBR算法在性能上比常用的维序路由优越,在报文延迟上有近17.5%的降低. 展开更多
关键词 基于信约的流控 死锁 无边带k-ary n-cube网络 虚跨步切换
下载PDF
Matching Preclusion for Augmented k-ary n-cubes
2
作者 ZHANG Xinyuan 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2015年第1期15-24,共10页
The (conditional) matching preclusion number of a graph is the minimum number of edges whose deletion leaves a resulting graph (with no isolated vertices) that has neither perfect matchings nor almost perfect matc... The (conditional) matching preclusion number of a graph is the minimum number of edges whose deletion leaves a resulting graph (with no isolated vertices) that has neither perfect matchings nor almost perfect matchings. In this paper, we find this number and classify all optimal sets for the augmented k-ary n-cubes with even k ≥ 4. 展开更多
关键词 perfect matching augmented k-ary n-cubes (conditional) matching preclusion set/number
原文传递
k-ary n立方体中的测地泛圈 被引量:3
3
作者 佘卫强 陈协彬 《闽南师范大学学报(自然科学版)》 2014年第3期23-28,共6页
文中用归纳假设法证明了结论:当n≥2,k≥3,u和v是Qkn中任意2个顶点,由对称性,不妨设u=(0,0,…,0),v=(d1,d2,…,dn),这里0≤di≤k/2,(i=1,…,n),记d=d1+d2+…+dn≤1,N=kn,则对于每个偶数l适合2d+2≤l≤N,则Qkn中有过u和v长为l的圈C,且C上... 文中用归纳假设法证明了结论:当n≥2,k≥3,u和v是Qkn中任意2个顶点,由对称性,不妨设u=(0,0,…,0),v=(d1,d2,…,dn),这里0≤di≤k/2,(i=1,…,n),记d=d1+d2+…+dn≤1,N=kn,则对于每个偶数l适合2d+2≤l≤N,则Qkn中有过u和v长为l的圈C,且C上u和v的距离为d.若有i和j满足1≤i≤j≤n,使得di≥1且dj≥1,或有且dj=k/2且dj=0,j≠i,1≤j≤n,则又有l=2d;当n≥2,k≥3是奇数,u和v是Qkn中任意2个顶点,由对称性,不妨设u=(0,0,…,0),v=(d1,d2,…,dn),这里0≤di≤k/2,,(i=1,…,n),记d=d1+d2+…+dn≥1,N=kn,r=max{di},则对于每个奇数l适合2d+k-2r≤l≤N,则Qkn中有过u和v长为l的圈C,且C上u和v的距离为d. 展开更多
关键词 k-ary n立方体 测地泛圈 网络
下载PDF
基于k-ary消减的快速最大公约数算法 被引量:1
4
作者 王广赛 曾光 +1 位作者 韩文报 李永光 《计算机应用》 CSCD 北大核心 2015年第6期1673-1677,1697,共6页
最大公约数(GCD)算法中,对于输入B和C,利用Sorenson的右移k-ary消减思想提出一个算法用于寻找整数x和y,使得x和y满足Bx-Cy在二进制表示下低比特位部分为0,即Bx-Cy=0(mod 2e),其中e是常数正整数。利用该算法能够右移较多比特并大规模降... 最大公约数(GCD)算法中,对于输入B和C,利用Sorenson的右移k-ary消减思想提出一个算法用于寻找整数x和y,使得x和y满足Bx-Cy在二进制表示下低比特位部分为0,即Bx-Cy=0(mod 2e),其中e是常数正整数。利用该算法能够右移较多比特并大规模降低循环次数。再结合模算法,提出了快速GCD算法,其输入规模为n比特时最差复杂度仍然是O(n2),但最好的情况下复杂度能达到O(n log2n log log n)。实验数据表明,对于20万以上比特规模的输入,快速GCD算法比Binary GCD算法速度快;对100万比特规模的输入,快速GCD算法速度是Binary GCD算法的两倍。 展开更多
关键词 最大公约数算法 欧几里得算法 二进制最大公约数算法 右移k-ary消减 整数最大公约数算法
下载PDF
基于右移k-ary消减的递归最大公因子算法 被引量:1
5
作者 王广赛 曾光 韩文报 《信息工程大学学报》 2016年第2期190-193,共4页
对于输入B和C,利用Sorenson的右移k-ary消减(right-shift k-ary reduction)思想提出一种算法用于寻找整数x和y,使得x和y满足Bx-Cy在二进制表示下低比特位部分为0,利用该算法能够大规模降低循环次数,再结合模算法,提出递归最大公因子算... 对于输入B和C,利用Sorenson的右移k-ary消减(right-shift k-ary reduction)思想提出一种算法用于寻找整数x和y,使得x和y满足Bx-Cy在二进制表示下低比特位部分为0,利用该算法能够大规模降低循环次数,再结合模算法,提出递归最大公因子算法。递归最大公因子算法复杂度虽然对Knuth-Schnhage算法的复杂度上没有提高,仍然是O(nlog2nloglogn),但是该算法相比于Knuth-Schnhage算法实现简单,正确性分析和复杂度分析都比较容易。 展开更多
关键词 最大公因子算法 欧几里得算法 二进制GCD算法 右移k-ary消减 整数最大公因子算法
下载PDF
On Embedding of m-Sequential k-ary Trees into Hypercubes
6
作者 Indra Rajasingh Bharati Rajan Ramanathan Sundara Rajan 《Applied Mathematics》 2010年第6期499-503,共5页
In this paper, we present an algorithm for embedding an m-sequential k-ary tree into its optimal hypercube with dilation at most 2 and prove its correctness.
关键词 HYPERCUBE EMBEDDING DILATION Pre-order Labeling Hamiltonian Cycle k-ary Tree
下载PDF
On Classification of k-Dimension Paths in n-Cube
7
作者 G. G. Ryabov V. A. Serov 《Applied Mathematics》 2014年第4期723-727,共5页
The shortest k-dimension paths (k-paths) between vertices of n-cube are considered on the basis a bijective mapping of k-faces into words over a finite alphabet. The presentation of such paths is proposed as (n - k + ... The shortest k-dimension paths (k-paths) between vertices of n-cube are considered on the basis a bijective mapping of k-faces into words over a finite alphabet. The presentation of such paths is proposed as (n - k + 1)×n matrix of characters from the same alphabet. A classification of the paths is founded on numerical invariant as special partition. The partition consists of n parts, which correspond to columns of the matrix. 展开更多
关键词 n-cube BIJECTION Cubant k-Face k-Path PARTITION Numerical Invariant Hausdorff-Hamming Metrics
下载PDF
Torus网络中移动气泡流控及其自适应路由实现 被引量:1
8
作者 王永庆 谢伦国 付清朝 《计算机研究与发展》 EI CSCD 北大核心 2014年第8期1854-1862,共9页
在torus网络中气泡流控是一种有效、实用的死锁避免技术.关键气泡机制使用虚跨步技术,只需要使用一个报文缓冲区就可以避免torus网络中的环内死锁,但是可能存在阻塞.首先提出了伪报文协议,然后结合伪报文协议设计了移动气泡流控策略,克... 在torus网络中气泡流控是一种有效、实用的死锁避免技术.关键气泡机制使用虚跨步技术,只需要使用一个报文缓冲区就可以避免torus网络中的环内死锁,但是可能存在阻塞.首先提出了伪报文协议,然后结合伪报文协议设计了移动气泡流控策略,克服了关键气泡不能移动时引起的阻塞.伪报文协议基于简单的请求-应答,移动气泡流控则使用传统的信用传输方法.采用该机制,路由器只需要最少两条虚通道,每条虚通道最少一个报文空间就可以实现无死锁完全自适应路由.通过对经典路由器进行适当修改,给出了实现移动气泡流控的方法.采用模拟器比较了各种气泡流控的性能,结果表明,移动气泡流控性能超出传统的气泡机制,而加入自适应机制后的性能明显高于其他非自适应方法,不仅降低了延迟,吞吐率也提高20%以上,最大幅度甚至达100%. 展开更多
关键词 流控 k-ary n-cube 关键气泡机制 死锁 虚跨步
下载PDF
超立方体互连网络自适应简捷盲寻径搜索算法 被引量:1
9
作者 林柏钢 《小型微型计算机系统》 CSCD 北大核心 2005年第9期1556-1559,共4页
根据n-cube超立方体互连网络的并行特点,分析了任意当前结点相邻集合类的求解方法,并给出一种自适应优化盲寻径搜索算法.即通过任一当前结点的Hamming距离相邻测度,寻找从任一始发结点到目标结点的所有可能的自适应盲寻径优化算法.
关键词 n-cube互连网络 可选相邻集合类 Hamming距离测度 自适应盲寻径搜索算法
下载PDF
An Intelligent HealthCare Monitoring Framework for Daily Assistant Living
10
作者 Yazeed Yasin Ghadi Nida Khalid +3 位作者 Suliman A.Alsuhibany Tamara al Shloul Ahmad Jalal Jeongmin Park 《Computers, Materials & Continua》 SCIE EI 2022年第8期2597-2615,共19页
Human Activity Recognition(HAR)plays an important role in life care and health monitoring since it involves examining various activities of patients at homes,hospitals,or offices.Hence,the proposed system integrates H... Human Activity Recognition(HAR)plays an important role in life care and health monitoring since it involves examining various activities of patients at homes,hospitals,or offices.Hence,the proposed system integrates Human-Human Interaction(HHI)and Human-Object Interaction(HOI)recognition to provide in-depth monitoring of the daily routine of patients.We propose a robust system comprising both RGB(red,green,blue)and depth information.In particular,humans in HHI datasets are segmented via connected components analysis and skin detection while the human and object in HOI datasets are segmented via saliency map.To track the movement of humans,we proposed orientation and thermal features.A codebook is generated using Linde-Buzo-Gray(LBG)algorithm for vector quantization.Then,the quantized vectors generated from image sequences of HOI are given to Artificial Neural Network(ANN)while the quantized vectors generated from image sequences of HHI are given to K-ary tree hashing for classification.There are two publicly available datasets used for experimentation on HHI recognition:Stony Brook University(SBU)Kinect interaction and the University of Lincoln’s(UoL)3D social activity dataset.Furthermore,two publicly available datasets are used for experimentation on HOI recognition:Nanyang Technological University(NTU)RGB-D and Sun Yat-Sen University(SYSU)3D HOI datasets.The results proved the validity of the proposed system. 展开更多
关键词 Artificial neural network human-human interaction humanobject interaction k-ary tree hashing machine learning
下载PDF
Tree-Based Revocation for Certificateless Authentication in Vehicular Ad-Hoc Networks
11
作者 Pino Caballero-Gil Francisco Martín-Fernández Cándido Caballero-Gil 《Journal of Computer and Communications》 2014年第9期14-21,共8页
This work proposes authentication based on identity as a way to increase the efficiency and security of communications in vehicular ad-hoc networks. When using identity-based cryptography to achieve certificateless au... This work proposes authentication based on identity as a way to increase the efficiency and security of communications in vehicular ad-hoc networks. When using identity-based cryptography to achieve certificateless authentication, membership revocation is not a trivial problem. Thus, in order to improve the performance of revocation in such networks, the use of a dynamic authenticated data structure based on perfect k-ary hash trees combined with a duplex version of the new standard SHA-3 is here presented. Efficient algorithms in the used revocation trees allow reaching a refresh rate of at most simple updates per inserted node. Consequently, the proposal is especially useful for situations with frequent revocations, which are foreseeable when vehicular ad- hoc networks are widely deployed. 展开更多
关键词 k-ary TREE IDENTITY-BASED Cryptography REVOCATION Hash Function Vehicular AD-HOC Network
下载PDF
Fault-free Hamiltonian cycles passing through a prescribed linear forest in 3-ary n-cube with faulty edges 被引量:1
12
作者 Xie-Bin CHEN 《Frontiers of Mathematics in China》 SCIE CSCD 2014年第1期17-30,共14页
The k-ary n-cube Qkn (n ≥2 and k ≥3) is one of the most popular interconnection networks. In this paper, we consider the problem of a fault- free Hamiltonian cycle passing through a prescribed linear forest (i.e.... The k-ary n-cube Qkn (n ≥2 and k ≥3) is one of the most popular interconnection networks. In this paper, we consider the problem of a fault- free Hamiltonian cycle passing through a prescribed linear forest (i.e., pairwise vertex-disjoint paths) in the 3-ary n-cube Qn^3 with faulty edges. The following result is obtained. Let E0 (≠θ) be a linear forest and F (≠θ) be a set of faulty edges in Q3 such that E0∩ F = 0 and |E0| +|F| ≤ 2n - 2. Then all edges of E0 lie on a Hamiltonian cycle in Qn^3- F, and the upper bound 2n - 2 is sharp. 展开更多
关键词 Hamiltonian cycle FAULT-TOLERANCE 3-ary n-cube linear forest interconnection network
原文传递
并行计算网络m-ary n-cube中基于概率向量的容错路由 被引量:1
13
作者 郑淑霞 《内江师范学院学报》 2011年第8期36-39,共4页
利用概率向量给出了m-ary n-cube的一种新的容错路由.为了计算这个概率向量,应该首先确定其k-级不安全结点集SkA(1≤k≤n),即从源结点出发由于顶点故障或边故障而不能通信的距离为k的目的结点.在确定这些不安全结点集SkA后,给出一个概... 利用概率向量给出了m-ary n-cube的一种新的容错路由.为了计算这个概率向量,应该首先确定其k-级不安全结点集SkA(1≤k≤n),即从源结点出发由于顶点故障或边故障而不能通信的距离为k的目的结点.在确定这些不安全结点集SkA后,给出一个概率向量的计算方法,随后确定容错路由. 展开更多
关键词 并行系统 M-ARY n-cube 概率向量 容错路由
下载PDF
Optimally Embedding 3-Ary n-Cubes into Grids
14
作者 Wei-Bei Fan Jian-Xi Fan +3 位作者 Cheng-Kuan Lin Yan Wang Yue-Juan Han Ru-Chuan Wang 《Journal of Computer Science & Technology》 SCIE EI CSCD 2019年第2期372-387,共16页
The 3-ary n-cube,denoted as Qn3,is an important interconnection network topology proposed for parallel computers,owing to its many desirable properties such as regular and symmetrical structure,and strong scalability,... The 3-ary n-cube,denoted as Qn3,is an important interconnection network topology proposed for parallel computers,owing to its many desirable properties such as regular and symmetrical structure,and strong scalability,among others.In this paper,we first obtain an exact formula for the minimum wirelength to embed Qn3 into grids.We then propose a load balancing algorithm for embedding Qn3 into a square grid with minimum dilation and congestion.Finally,we derive an O(N2)algorithm for embedding Qn3 into a gird with balanced communication,where N is the number of nodes in Qn3.Simulation experiments are performed to verify the total wirelength and evaluate the network cost of our proposed embedding algorithm. 展开更多
关键词 3-ary n-cube EMBEDDING algorithm GRID INTERCONNECTION NETWORK
原文传递
New Results on the Resistance of n-Cube
15
作者 Yang Yixian and Lou Jiahao (Department of Information Engineer, Beijing University of Posts and Telecommunications, Beijing 100088,P.R.China) 《The Journal of China Universities of Posts and Telecommunications》 EI CSCD 1997年第1期34-37,65,共5页
The resistance seen into the port in an n-cube formed by two vertices of distance n-1 is exactly formulated for any positive integer n. The resistances seen into the port in an n-cube formed by any two vertices is al... The resistance seen into the port in an n-cube formed by two vertices of distance n-1 is exactly formulated for any positive integer n. The resistances seen into the port in an n-cube formed by any two vertices is also found by experiments for 1 n7. 展开更多
关键词 circuit theory RESISTANCE n-cube
原文传递
Alternating Graph
16
作者 Yang Yixian (Department of Information Engineering, Beijing University of Posts and Telecommunications, Beijing 100088, P. R. China) 《The Journal of China Universities of Posts and Telecommunications》 EI CSCD 1994年第1期11-15,共5页
in this paper, we present a new unidirectional graph, the 'alternating graph. Like the known (unidirectional) n-cube and (unidirectional) n-star, the alternating graph is shown to possess rich structure and symmet... in this paper, we present a new unidirectional graph, the 'alternating graph. Like the known (unidirectional) n-cube and (unidirectional) n-star, the alternating graph is shown to possess rich structure and symmetry properties as well as many desirable fault tolerant characteristics 展开更多
关键词 Directed Graph Interconnection Network Distributed Computing n-Star n-cube Alternating graph
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部