期刊文献+
共找到148篇文章
< 1 2 8 >
每页显示 20 50 100
一种带Cache加速的HyperRAM控制器设计与验证
1
作者 邹敏 鲁澳宇 +1 位作者 邹望辉 喻华 《现代电子技术》 北大核心 2024年第6期91-96,共6页
针对目前可穿戴设备上对存储设备性能要求高、体积小、功耗低等问题,在FPGA上实现了一款可拓展的高性能HyperRAM控制器,并引入Cache缓存加速设计,以提高对频繁访问数据的命中率和优化存储器访问模式,实现更高速的数据传输和优化的系统... 针对目前可穿戴设备上对存储设备性能要求高、体积小、功耗低等问题,在FPGA上实现了一款可拓展的高性能HyperRAM控制器,并引入Cache缓存加速设计,以提高对频繁访问数据的命中率和优化存储器访问模式,实现更高速的数据传输和优化的系统性能。运用UVM验证方法学和FPGA进行验证,结果表明,带有Cache缓存的HyperRAM控制器相较于普通HyperRAM,在读写连续地址时性能提高61%,并具有较好的可靠性与有效性,可为嵌入式系统提供高效、灵活的存储器解决方案。 展开更多
关键词 HyperRAM控制器 cache缓存 可穿戴设备 存储器 UVM验证方法学 FPGA
下载PDF
A Cache Considering Role-Based Access Control and Trust in Privilege Management Infrastructure
2
作者 ZHANG Shaomin WANG Baoyi ZHOU Lihua 《Wuhan University Journal of Natural Sciences》 CAS 2006年第6期1827-1830,共4页
PMI (privilege management infrastructure) is used to perform access control to resource in an E-commerce or E-government system. With the ever-increasing need for secure transaction, the need for systems that offer ... PMI (privilege management infrastructure) is used to perform access control to resource in an E-commerce or E-government system. With the ever-increasing need for secure transaction, the need for systems that offer a wide variety of QoS (quality-of-service) features is also growing. In order to improve the QoS of PMI system, a cache based on RBAC (Role-based Access control) and trust is proposed. Our system is realized based on Web service. How to design the cache based on RBAC and trust in the access control model is deseribed in detail. The algorithm to query role permission in cache and to add records in cache is dealt with. The policy to update cache is introduced also. 展开更多
关键词 access control RBAC(role-based access controd TRUST cache PMI (privilege management infrastructure)
下载PDF
一种新颖的软件可控Cache优化方法 被引量:3
3
作者 杜红燕 田兴彦 田新华 《计算机工程与应用》 CSCD 北大核心 2005年第21期52-57,共6页
由于Cache污染问题,传统的仅由硬件控制的Cache替换策略不能得到令人满意的Cache利用率。随着软件可控Cache机制的出现,编译器开始可以直接控制Cache替换,改善Cache行为。本文证明了一个Cache提示优化定理,并依该定理提出了一个由编译... 由于Cache污染问题,传统的仅由硬件控制的Cache替换策略不能得到令人满意的Cache利用率。随着软件可控Cache机制的出现,编译器开始可以直接控制Cache替换,改善Cache行为。本文证明了一个Cache提示优化定理,并依该定理提出了一个由编译器辅助控制的Cache替换策略:最优Cache划分(OCP)。OCPCache替换策略简化了Cache行为和Cache失效分析方法。实验结果表明OCPCache替换策略能有效地降低Cache失效率。 展开更多
关键词 软件可控cache cache行为优化
下载PDF
基于集中控制的Web Cache体系结构 被引量:1
4
作者 房至一 黄孟陬 张震 《吉林大学学报(理学版)》 CAS CSCD 北大核心 2004年第3期387-392,共6页
在WebCache体系结构中引入基于集中策略的控制层,利用控制层监控各个Cache的工作状况,对其存储空间和工作负载进行全局、有效地控制,以达到Cache中的存储结构合理化和工作负载平衡.在控制层中实现负载平衡算法解决Cache瓶颈问题,基于Pul... 在WebCache体系结构中引入基于集中策略的控制层,利用控制层监控各个Cache的工作状况,对其存储空间和工作负载进行全局、有效地控制,以达到Cache中的存储结构合理化和工作负载平衡.在控制层中实现负载平衡算法解决Cache瓶颈问题,基于Pull机制的预取算法和TTL与生存系数相结合的淘汰算法提高命中率和系统效率.通过引入这些算法,使控制层对整个WebCache层进行有效控制,从而提高系统的命中率,极大地缩短请求响应时间. 展开更多
关键词 Web cache 集中式控制 负载平衡 Pull预取机制 淘汰算法
下载PDF
面向嵌入式应用的软件可控cache实现
5
作者 刘波 王学香 时龙兴 《应用科学学报》 CAS CSCD 北大核心 2009年第6期623-629,共7页
仅由硬件控制的传统替换策略严重限制了高速缓存(cache)性能的提高.该文提出一种面向嵌入式应用的软件可控cache的实现方法.在传统结构上增加一个软件控制器,根据软件配置实现如下3种操作:对于访问开销大且生命期分布均匀的数据在cache... 仅由硬件控制的传统替换策略严重限制了高速缓存(cache)性能的提高.该文提出一种面向嵌入式应用的软件可控cache的实现方法.在传统结构上增加一个软件控制器,根据软件配置实现如下3种操作:对于访问开销大且生命期分布均匀的数据在cache中保留副本;对造成cache预取效率下降的数据由处理器直接与外存通信;对某一时刻被频繁访问的数据在其有效生命期内优先停留在cache中.实验结果表明,对于数据指令统一cache,系统整体性能的提升可达11%,同时总线占用率减少28%左右. 展开更多
关键词 高速缓存 替换策略 嵌入式应用 软件可控
下载PDF
延长相变存储器寿命的写操作Cache及其调度策略
6
作者 王党辉 徐如意 +3 位作者 刘朝锋 张萌 安建峰 孙靖国 《西北工业大学学报》 EI CAS CSCD 北大核心 2016年第5期900-906,共7页
相变存储器具有可扩展性好、单元尺寸小、静态功耗低等优点,是替代DRAM做主存的候选器件之一,但其可重复写入的次数有限。提出了一种基于DRAM写操作Cache的相变存储器主存结构,包括存储器控制器、读/写操作数据通路和标志域查找等。同... 相变存储器具有可扩展性好、单元尺寸小、静态功耗低等优点,是替代DRAM做主存的候选器件之一,但其可重复写入的次数有限。提出了一种基于DRAM写操作Cache的相变存储器主存结构,包括存储器控制器、读/写操作数据通路和标志域查找等。同时还提出了相应的调度策略,包括整体的读写调度以及基于写操作频率的替换策略等。仿真结果显示,所提出的方法可将相变存储器的寿命平均延长50%以上,同时使平均仿存延迟降低35%以上。 展开更多
关键词 相变存储器 寿命 控制器 可扩展性 DRAM写操作cache 调度 替换策略 访问延迟
下载PDF
一种高效SMP Cache一致性协议及其实现技术的研究
7
作者 邓让钰 谢伦国 《计算机工程与应用》 CSCD 北大核心 2001年第17期86-88,共3页
结点控制器是并行多处理机计算机系统设计中除CPU外的最复杂部件,随着设计工艺水平的提高,它的功能也日益增多。文章将深入介绍SMP多处理机系统结点控制器设计中的一种高效Cache一致性协议以及实现方面的关键技术。
关键词 结点控制器 虚信道 一致性协议 数据缓冲压 存储器 多处理机
下载PDF
What to Cache:Differentiated Caching Resource Allocation and Management in Information-Centric Networking 被引量:6
8
作者 Ru Huo Renchao Xie +2 位作者 Hengyang Zhang Tao Huang Yunjie Liu 《China Communications》 SCIE CSCD 2016年第12期261-276,共16页
Information-centric networking(ICN) aims to improve the efficiency of content delivery and reduce the redundancy of data transmission by caching contents in network nodes. An important issue is to design caching metho... Information-centric networking(ICN) aims to improve the efficiency of content delivery and reduce the redundancy of data transmission by caching contents in network nodes. An important issue is to design caching methods with better cache hit rate and achieve allocating on-demand. Therefore, an in-network caching scheduling scheme for ICN was designed, distinguishing different kinds of contents and dynamically allocating the cache size on-demand. First discussing what was appropriated to be cached in nodes, and then a classification about the contents could be cached was proposed. Furthermore, we used AHP to weight different contents classes through analyzing users' behavior. And a distributed control process was built, to achieve differentiated caching resource allocation and management. The designed scheme not only avoids the waste of caching resource, but also further enhances the cache availability. Finally, the simulation results are illustrated to show that our method has the superior performance in the aspects of server hit rate and convergence. 展开更多
关键词 caching resource allocation MANAGEMENT differentiation control process information-centric networking
下载PDF
基于Cache时隙冲突图的面向能耗SPM动态优化
9
作者 王欢 凌明 +1 位作者 张阳 梅晨 《应用科学学报》 EI CAS CSCD 北大核心 2010年第2期175-181,共7页
为降低嵌入式系统的能耗,该文提出一种基于Cache和SPM共存架构的优化方法.根据Cache时隙冲突图对数据Cache的行为进行建模,然后采用整数非线性规划算法,将每个时隙中引起Cache缺失的数据页选出,并采用虚存管理机制将其重映射到SPM中.为... 为降低嵌入式系统的能耗,该文提出一种基于Cache和SPM共存架构的优化方法.根据Cache时隙冲突图对数据Cache的行为进行建模,然后采用整数非线性规划算法,将每个时隙中引起Cache缺失的数据页选出,并采用虚存管理机制将其重映射到SPM中.为了降低SPM动态分配的代价,提出一种具有紧耦合DMA的SPM控制器,可在不中断CPU的情况下进行数据页的搬运与地址重映射.这种方法可以对整个数据段进行优化,包括全局数据、堆和栈,并在不降低系统性能的前提下获得平均24.83%的能耗收益. 展开更多
关键词 cache时隙冲突图 SPM控制器 能耗优化
下载PDF
Beyond 5G Networks: Integration of Communication, Computing, Caching, and Control 被引量:3
10
作者 Musbahu Mohammed Adam Liqiang Zhao +1 位作者 Kezhi Wang Zhu Han 《China Communications》 SCIE CSCD 2023年第7期137-174,共38页
In recent years,the exponential proliferation of smart devices with their intelligent applications poses severe challenges on conventional cellular networks.Such challenges can be potentially overcome by integrating c... In recent years,the exponential proliferation of smart devices with their intelligent applications poses severe challenges on conventional cellular networks.Such challenges can be potentially overcome by integrating communication,computing,caching,and control(i4C)technologies.In this survey,we first give a snapshot of different aspects of the i4C,comprising background,motivation,leading technological enablers,potential applications,and use cases.Next,we describe different models of communication,computing,caching,and control(4C)to lay the foundation of the integration approach.We review current stateof-the-art research efforts related to the i4C,focusing on recent trends of both conventional and artificial intelligence(AI)-based integration approaches.We also highlight the need for intelligence in resources integration.Then,we discuss the integration of sensing and communication(ISAC)and classify the integration approaches into various classes.Finally,we propose open challenges and present future research directions for beyond 5G networks,such as 6G. 展开更多
关键词 4C 6G integration of communication computing caching and control i4C multi-access edge computing(MEC)
下载PDF
EPIC体系结构中的软件可控Cache及其分类制定优化的设想
11
作者 何大可 杨振宇 《清远职业技术学院学报》 2009年第3期35-40,共6页
传统的硬件Cache尽管对消除CPU与存储器瓶颈有重要作用,但由于Cache污染问题的存在,硬件Cache无法实现Cache利用率的最优化。而EPIC体系结构中的软件可控Cache可由编译器辅助控制Cache替换,为进一步改善Cache行为提供了思路。本文证明... 传统的硬件Cache尽管对消除CPU与存储器瓶颈有重要作用,但由于Cache污染问题的存在,硬件Cache无法实现Cache利用率的最优化。而EPIC体系结构中的软件可控Cache可由编译器辅助控制Cache替换,为进一步改善Cache行为提供了思路。本文证明了软件可控Cache通过Cache提示进行的优化具有与硬件相对无关的普遍性,并提出了一种用软件可控Cache分类制定替换策略的优化思想。 展开更多
关键词 软件可控cache EPIC体系结构 cache提示机制 cache行为优化
下载PDF
Dual-Port Content Addressable Memory for Cache Memory Applications
12
作者 Allam Abumwais Adil Amirjanov +1 位作者 Kaan Uyar Mujahed Eleyat 《Computers, Materials & Continua》 SCIE EI 2022年第3期4583-4597,共15页
Multicore systems oftentimes use multiple levels of cache to bridge the gap between processor and memory speed.This paper presents a new design of a dedicated pipeline cache memory for multicore processors called dual... Multicore systems oftentimes use multiple levels of cache to bridge the gap between processor and memory speed.This paper presents a new design of a dedicated pipeline cache memory for multicore processors called dual port content addressable memory(DPCAM).In addition,it proposes a new replacement algorithm based on hardware which is called a near-far access replacement algorithm(NFRA)to reduce the cost overhead of the cache controller and improve the cache access latency.The experimental results indicated that the latency for write and read operations are significantly less in comparison with a set-associative cache memory.Moreover,it was shown that a latency of a read operation is nearly constant regardless of the size of DPCAM.However,an estimation of the power dissipation showed that DPCAM consumes about 7%greater than a set-associative cache memory of the same size.These results encourage for embedding DPCAM within the multicore processors as a small shared cache memory. 展开更多
关键词 Multicore system content addressable memory dual port CAM cache controller set-associative cache power dissipation
下载PDF
Redundant Transmission Control Algorithm for Information-Centric Vehicular IoT Networks
13
作者 Abdur Rashid Sangi Satish Anamalamudi +3 位作者 Mohammed SAlkatheiri Murali Krishna Enduri Anil Carie Mohammed AAlqarni 《Computers, Materials & Continua》 SCIE EI 2023年第8期2217-2234,共18页
Vehicular Adhoc Networks(VANETs)enable vehicles to act as mobile nodes that can fetch,share,and disseminate information about vehicle safety,emergency events,warning messages,and passenger infotainment.However,the con... Vehicular Adhoc Networks(VANETs)enable vehicles to act as mobile nodes that can fetch,share,and disseminate information about vehicle safety,emergency events,warning messages,and passenger infotainment.However,the continuous dissemination of information fromvehicles and their one-hop neighbor nodes,Road Side Units(RSUs),and VANET infrastructures can lead to performance degradation of VANETs in the existing hostcentric IP-based network.Therefore,Information Centric Networks(ICN)are being explored as an alternative architecture for vehicular communication to achieve robust content distribution in highly mobile,dynamic,and errorprone domains.In ICN-based Vehicular-IoT networks,consumer mobility is implicitly supported,but producer mobility may result in redundant data transmission and caching inefficiency at intermediate vehicular nodes.This paper proposes an efficient redundant transmission control algorithm based on network coding to reduce data redundancy and accelerate the efficiency of information dissemination.The proposed protocol,called Network Cording Multiple Solutions Scheduling(NCMSS),is receiver-driven collaborative scheduling between requesters and information sources that uses a global parameter expectation deadline to effectively manage the transmission of encoded data packets and control the selection of information sources.Experimental results for the proposed NCMSS protocol is demonstrated to analyze the performance of ICN-vehicular-IoT networks in terms of caching,data retrieval delay,and end-to-end application throughput.The end-to-end throughput in proposed NCMSS is 22%higher(for 1024 byte data)than existing solutions whereas delay in NCMSS is reduced by 5%in comparison with existing solutions. 展开更多
关键词 cachING data dissemination redundancy control ICN-vehicular IoT networks
下载PDF
Smart control plane for information centric network-internet service provider networks
14
作者 SEBAKOR Mahamah THEERA-UMPON Nipon AUEPHANWIRIYAKUL Sansanee 《Journal of Central South University》 SCIE EI CAS CSCD 2018年第10期2410-2422,共13页
The information centric network(ICN)has been widely discussed in current researches.The ICN interoperation with a traditional IP network and caching methods are one of the research topics of interest.For economic reas... The information centric network(ICN)has been widely discussed in current researches.The ICN interoperation with a traditional IP network and caching methods are one of the research topics of interest.For economic reasons,the capability of applying the ICN to internet service providers(ISPs)with various traditional IP protocols already implemented,especially IGP,MPLS,VRF,and TE,does not require any change on the IP network infrastructure.The biggest concern of ISPs is related to their customers’contents delivery speed.In this paper,we consider ICN caching locations in ISP by using the concept of locator/ID separation protocol(LISP)for interoperation between a traditional IP address and name-based ICN.To be more specific,we propose a new procedure to determine caching locations in the ICN by using the cuckoo search algorithm(CSA)for finding the best caching locations of information chunks.Moreover,we create the smart control plane(SCP)scheme which is an intelligent controlling,managing,and mapping system.Its function is similar to the software defined network concept.We show how the proposed SCP system works in both synthetic small network and real-world big network.Finally,we show and evaluate the performance of our algorithm comparison with the simple search method using the shortest path first algorithm. 展开更多
关键词 information centric network(ICN) smart control plane caching allocation IP-ICN interoperation cuckoo search algorithm
下载PDF
基于Output Control函数生成缓存文件为php页面提速
15
作者 陈海虹 《电脑知识与技术(过刊)》 2009年第4X期4444-4445,4466,共3页
根据PHP Out Control函数的特点,为PHP输出的内容和函数调用结果生成缓存文件,提高了PHP执行的速度。介绍了利用Output Control函数生成缓存文件的设计思想及实现过程,并对其中采用的相关技术进行了探讨。
关键词 PHP Output control函数 缓存文件
下载PDF
信息中心网络传输控制技术综述 被引量:2
16
作者 刘红宇 倪宏 韩锐 《网络新媒体技术》 2024年第2期1-9,共9页
信息中心网络(ICN)作为一种面向内容分发的新型网络架构,改变了内容检索和路由的方式。它直接对内容进行命名和寻址,并为网络节点配备了自决策计算、缓存和响应请求等能力,因而丰富了网络节点的功能。ICN的这些新特性和功能为网络传输... 信息中心网络(ICN)作为一种面向内容分发的新型网络架构,改变了内容检索和路由的方式。它直接对内容进行命名和寻址,并为网络节点配备了自决策计算、缓存和响应请求等能力,因而丰富了网络节点的功能。ICN的这些新特性和功能为网络传输控制技术研究提供了新的解决思路。同时,ICN的传输复杂度更高,且对传输控制有新的需求,从而对传输控制技术研究带来了新的挑战。本文对ICN的传输控制技术进行综述,在简要介绍传统TCP/IP网络的传输控制技术的基础上,从传输路径控制、传输速率控制和网内缓存控制等方面对ICN传输控制技术及其研究进展进行了梳理和分析,并对ICN传输控制技术的未来研究方向进行了展望。 展开更多
关键词 信息中心网络 传输路径 传输速率 网内缓存 流量调度 拥塞控制
下载PDF
基于交叉开关互连的多核堆栈处理器架构设计
17
作者 刘欢庆 周永录 +1 位作者 刘宏杰 代红兵 《计算机工程与设计》 北大核心 2024年第7期2212-2219,共8页
为满足堆栈处理器对于并行化程序应用的需求,提出一种多核堆栈处理器架构。在单核堆栈处理器的基础上,以交叉开关作为核间互连结构,通过对指令集、高速缓存器、一致性协议以及中断机制的设计,可在一个时钟周期内完成取指、译码、执行、... 为满足堆栈处理器对于并行化程序应用的需求,提出一种多核堆栈处理器架构。在单核堆栈处理器的基础上,以交叉开关作为核间互连结构,通过对指令集、高速缓存器、一致性协议以及中断机制的设计,可在一个时钟周期内完成取指、译码、执行、核间数据传输和中断响应操作。在Xilinx FPGA芯片上进行单核、双核和四核堆栈处理器的实现,通过矩阵乘法计算进行性能实验验证,在100 MHz时钟频率的情况下,四核堆栈处理器的最大性能相当于单核堆栈处理器的3.99倍。实验结果表明,基于交叉开关互连的多核堆栈处理器架构可较好发挥多核堆栈处理器中每一个核心的性能。 展开更多
关键词 堆栈处理器 多核处理器 交叉开关 高速缓存 一致性协议 中断控制器 现场可编程门阵列
下载PDF
关系型数据库性能测试技术研究
18
作者 熊婧 廉建芳 杨攀飞 《计算机仿真》 2024年第4期494-499,共6页
当前TPC-E基准测试系统存在的同种事务连续聚集和测试断尾会导致测试事务用例不佳,造成测试结果不准确。为此提出基于事务混合队列和延迟结束策略的事务分发控制方法来保障测试事务用例比从源头上最大限度接近基准规定。事务混合队列实... 当前TPC-E基准测试系统存在的同种事务连续聚集和测试断尾会导致测试事务用例不佳,造成测试结果不准确。为此提出基于事务混合队列和延迟结束策略的事务分发控制方法来保障测试事务用例比从源头上最大限度接近基准规定。事务混合队列实现对测试事务用例混合比的整体控制。延迟结束策略消除了测试断尾造成的事务混合比波动。此外,为了降低资源损耗提出了动态线程池模型。上述模型能够在请求过多的情况下有效提高系统响应,在请求较少的情况下有效利用系统资源。最后将队列缓存机制引入测试系统。将高并发事物发送请求缓存到队列中,缓解了大量线程聚集创建带来的资源瞬时抢占问题。实验验证了测试系统的有效性、稳定性以及适配性。 展开更多
关键词 事务分发控制 动态线程池 队列缓存 高并发
下载PDF
东海盆地西湖凹陷Y区块断裂差异控藏特征
19
作者 殷际航 李坤 +3 位作者 薛煜恒 盛烈豪 刘建斌 徐国盛 《科学技术与工程》 北大核心 2024年第34期14559-14570,共12页
为系统梳理西湖凹陷Y区块断裂活动时空差异及控藏作用,在三维地震精细解释的基础上,按构造特征进行区带划分,采取平衡剖面法、断层活动速率法等技术,定性与定量相结合探究断裂体系差异演化特征,进而剖析断裂与油气成藏的时空配置,指明... 为系统梳理西湖凹陷Y区块断裂活动时空差异及控藏作用,在三维地震精细解释的基础上,按构造特征进行区带划分,采取平衡剖面法、断层活动速率法等技术,定性与定量相结合探究断裂体系差异演化特征,进而剖析断裂与油气成藏的时空配置,指明油气优势富集区。结果表明:西湖凹陷西斜坡新生代断裂体系具有深浅分层、南北分区差异,Y区块广泛发育四组方向的伸展断裂,深部大而少、浅部小而密,北部K构造以断阶分界断裂为主,构造样式单一,南部W构造样式较复杂,表现为断槽、低凸分界断裂相间;断裂演化经历断陷期、断-拗转换期和拗陷反转期,其中断陷期断裂活动最强烈,活动速率最大可达38.7 m/Ma,整体表现为早强晚弱、东强西弱、南强北弱的时空差异演变特征;Y区块大规模发育宝石组、平湖组下段优质烃源岩,在短距离汇聚脊和NNE向长期活动断裂联合输导作用下,在多类断层相关圈闭中聚集成藏。在此基础上,认为优势汇聚脊与NEE向断裂带结合部位,兼具早期强活动和晚期侧向封堵的断鼻及断层-岩性圈闭为优势富集区,W构造东侧低凸起、近洼带是最有利建产区。 展开更多
关键词 东海盆地 伸展断裂 断裂特征 差异演化 断裂控藏 汇聚脊
下载PDF
嵌入式技术下无线传感通信网络拥塞控制系统 被引量:1
20
作者 赖菊兰 王晓品 刘强 《现代电子技术》 北大核心 2024年第4期48-52,共5页
无线传感通信网络在数据传输过程中容易出现网络拥塞,存在全局吞吐量小、端到端延时大、节点丢包率高的问题,导致网络拥塞控制效果不佳。为了解决这个问题,设计一种嵌入式技术下无线传感通信网络拥塞控制系统。设计嵌入式以太网拥塞数... 无线传感通信网络在数据传输过程中容易出现网络拥塞,存在全局吞吐量小、端到端延时大、节点丢包率高的问题,导致网络拥塞控制效果不佳。为了解决这个问题,设计一种嵌入式技术下无线传感通信网络拥塞控制系统。设计嵌入式以太网拥塞数据交换接口电路,采用嵌入缓冲器开环控制模块结构,根据排队长度变化控制数据包丢弃率。计算接收方通告窗口大小,检测高、低优先级传输网络拥塞情况。通过计算拥塞节点发送速率来控制高、低优先级传输网络局部拥塞。将全局拥塞竞争窗口变为当前窗口,使用检测缓存队列占空率方式控制全局拥塞。测试结果表明,所设计系统最大吞吐量为2600 b/s,最大端到端延时为18 s,最大节点丢包率为2.0%,使用该系统能够提升网络拥塞控制效果。 展开更多
关键词 嵌入式技术 无线传感通信网络 拥塞控制 数据交换接口 局部拥塞 全局拥塞 缓存队列
下载PDF
上一页 1 2 8 下一页 到第
使用帮助 返回顶部