期刊文献+
共找到4,999篇文章
< 1 2 250 >
每页显示 20 50 100
Towards High-Performance Graph Processing: From a Hardware/Software Co-Design Perspective
1
作者 廖小飞 赵文举 +7 位作者 金海 姚鹏程 黄禹 王庆刚 赵进 郑龙 张宇 邵志远 《Journal of Computer Science & Technology》 SCIE EI CSCD 2024年第2期245-266,共22页
Graph processing has been widely used in many scenarios,from scientific computing to artificial intelligence.Graph processing exhibits irregular computational parallelism and random memory accesses,unlike traditional ... Graph processing has been widely used in many scenarios,from scientific computing to artificial intelligence.Graph processing exhibits irregular computational parallelism and random memory accesses,unlike traditional workloads.Therefore,running graph processing workloads on conventional architectures(e.g.,CPUs and GPUs)often shows a significantly low compute-memory ratio with few performance benefits,which can be,in many cases,even slower than a specialized single-thread graph algorithm.While domain-specific hardware designs are essential for graph processing,it is still challenging to transform the hardware capability to performance boost without coupled software codesigns.This article presents a graph processing ecosystem from hardware to software.We start by introducing a series of hardware accelerators as the foundation of this ecosystem.Subsequently,the codesigned parallel graph systems and their distributed techniques are presented to support graph applications.Finally,we introduce our efforts on novel graph applications and hardware architectures.Extensive results show that various graph applications can be efficiently accelerated in this graph processing ecosystem. 展开更多
关键词 graph processing hardware accelerator software system high performance ECOSYSTEM
原文传递
An efficient GPU-based parallel tabu search algorithm for hardware/software co-design 被引量:5
2
作者 Neng Hou Fazhi He +1 位作者 Yi Zhou Yilin Chen 《Frontiers of Computer Science》 SCIE EI CSCD 2020年第5期135-152,共18页
Hardware/software partitioning is an essential step in hardware/software co-design.For large size problems,it is difficult to consider both solution quality and time.This paper presents an efficient GPU-based parallel... Hardware/software partitioning is an essential step in hardware/software co-design.For large size problems,it is difficult to consider both solution quality and time.This paper presents an efficient GPU-based parallel tabu search algorithm(GPTS)for HW/SW partitioning.A single GPU kernel of compacting neighborhood is proposed to reduce the amount of GPU global memory accesses theoretically.A kernel fusion strategy is further proposed to reduce the amount of GPU global memory accesses of GPTS.To further minimize the transfer overhead of GPTS between CPU and GPU,an optimized transfer strategy for GPU-based tabu evaluation is proposed,which considers that all the candidates do not satisfy the given constraint.Experiments show that GPTS outperforms state-of-the-art work of tabu search and is competitive with other methods for HW/SW partitioning.The proposed parallelization is significant when considering the ordinary GPU platform. 展开更多
关键词 hardware/software co-design hardware/software partitioning graphics processing unit GPU-based parallel tabu search single kernel implementation kernel fusion strategy optimized transfer strategy
原文传递
Hardware/software co-verification platform for EOS design 被引量:2
3
作者 Wang Peng(王鹏) Jin Depeng Zeng Lieguang 《High Technology Letters》 EI CAS 2005年第3期294-297,共4页
Ethernet over SDH/SONET (EOS) is a hotspot in today's data transmission technology for it combines the merits of both Ethernet and SDH/SONET. However, implementing an EOS system on a chip is complex and needs full... Ethernet over SDH/SONET (EOS) is a hotspot in today's data transmission technology for it combines the merits of both Ethernet and SDH/SONET. However, implementing an EOS system on a chip is complex and needs full verifications. This paper introduces our design of Hardware/Software co-verification platform for EOS design. The hardware platform contains a microprocessor board and an FPGA (Field Programmable Gate Array)-based verification board, and the corresponding software includes test benches running in FPGAs, controlling programs for the microprocessor and a console program with GUI (Graphical User Interface) interface for configuration, management and supervision. The design is cost-effective and has been successfully employed to verify several IP (Intellectual Property) blocks of our EOS chip. Moreover, it is flexible and can be applied as a general-purpose verification platform. 展开更多
关键词 hardware/software co-verification EOS
在线阅读 下载PDF
Scheduling Algorithm Based on Storage Capacity of Communication in Hardware/Software Integrated System
4
作者 滕建辅 蔡晓 张涛 《Transactions of Tianjin University》 EI CAS 2015年第4期366-370,共5页
In this paper, the storage capacity of communication among cores and processors is taken into account and a maximum D-value-first algorithm is proposed. By improving the hardware parallelism in the task execution proc... In this paper, the storage capacity of communication among cores and processors is taken into account and a maximum D-value-first algorithm is proposed. By improving the hardware parallelism in the task execution process, the maximum storage requirements for communication are minimized. Experimental results with various directed acyclic graph models showed that compared with the earliest-task-first algorithm, the storage requirements for communication were reduced by 22.46%, on average, while the average of makespan only increased by 0.82%,. 展开更多
关键词 hardware/software partitioning SCHEDULING algorithm STORAGE capacity COMMUNICATION
在线阅读 下载PDF
Hardware/software partitioning based on dynamic combination of maximum entropy and chaos optimization algorithm
5
作者 张宏烈 张国印 姚爱红 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2010年第4期548-551,共4页
This paper presents an algorithm that combines the chaos optimization algorithm with the maximum entropy ( COA-ME) by using entropy model based on chaos algorithm,in which the maximum entropy is used as the second met... This paper presents an algorithm that combines the chaos optimization algorithm with the maximum entropy ( COA-ME) by using entropy model based on chaos algorithm,in which the maximum entropy is used as the second method of searching the excellent solution. The search direction is improved by chaos optimization algorithm and realizes the selective acceptance of wrong solution. The experimental result shows that the presented algorithm can be used in the partitioning of hardware/software of reconfigurable system. It effectively reduces the local extremum problem,and search speed as well as performance of partitioning is improved. 展开更多
关键词 hardware/software partitioning CHAOS optimization algorithm MAXIMUM ENTROPY RECONFIGURABLE system
在线阅读 下载PDF
A hardware/software co-optimization approach for embedded software of MP3 decoder
6
作者 ZHANG Wei LIU Peng ZHAI Zhi-bo 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2007年第1期42-49,共8页
In order to improve the efficiency of embedded software running on processor core, this paper proposes a hard-ware/software co-optimization approach for embedded software from the system point of view. The proposed st... In order to improve the efficiency of embedded software running on processor core, this paper proposes a hard-ware/software co-optimization approach for embedded software from the system point of view. The proposed stepwise methods aim at exploiting the structure and the resources of the processor as much as possible for software algorithm optimization. To achieve low memory usage and low frequency need for the same performance, this co-optimization approach was used to optimize embedded software of MP3 decoder based on a 16-bit fixed-point DSP core. After the optimization, the results of decoding 128 kbps, 44.1 kHz stereo MP3 on DSP evaluation platform need 45.9 MIPS and 20.4 kbytes memory space. The optimization rate achieves 65.6% for memory and 49.6% for frequency respectively compared with the results by compiler using floating-point computation. The experimental result indicates the availability of the hardware/software co-optimization approach depending on the algorithm and architecture. 展开更多
关键词 hardware/software co-optimization DSP Embedded software MP3 decoder
在线阅读 下载PDF
New Approach for Hardware/Software Embedded System Conception Based on the Use of Design Patterns
7
作者 Yassine Manai Joseph Haggège Mohamed Benrejeb 《Journal of Software Engineering and Applications》 2010年第6期525-535,共11页
This paper deals with a new hardware/software embedded system design methodology based on design pattern approach by development of a new design tool called smartcell. Three main constraints of embedded systems design... This paper deals with a new hardware/software embedded system design methodology based on design pattern approach by development of a new design tool called smartcell. Three main constraints of embedded systems design process are investigated: the complexity, the partitioning between hardware and software aspects and the reusability. Two intermediate models are carried out in order to solve the complexity problem. The partitioning problem deals with the proposed hardware/software partitioning algorithm based on Ant Colony Optimisation. The reusability problem is resolved by synthesis of intellectual property blocks. Specification and integration of an intelligent controller on heterogeneous platform are considered to illustrate the proposed approach. 展开更多
关键词 Embedded Systems Design Patterns Smartcell hardware/software Partitioning INTELLECTUAL PROPERTY
在线阅读 下载PDF
Application of Professional Software and Hardware Cloud in Oilfield Research and Production
8
作者 WANG Xin 《外文科技期刊数据库(文摘版)自然科学》 2021年第8期023-025,共5页
With the rapid development of information technology in the energy industry, the use of information means to integrate and share all kinds of resources, to improve the utilization rate of resources, to achieve the pur... With the rapid development of information technology in the energy industry, the use of information means to integrate and share all kinds of resources, to improve the utilization rate of resources, to achieve the purposes of rational use of resources, cost reduction and efficiency improvement, and to improve the labor efficiency has become the primary task of oilfield information and scientific research management. This paper mainly discusses the application of "enterprise-class professional software and hardware cloud" in scientific research, and mainly discusses the contents of professional software and hardware sharing application, intelligent operation and maintenance, data sharing, remote collaboration, etc., and organically combines information management with scientific research and production management, thus effectively improving the management level of scientific research software and hardware. 展开更多
关键词 cloud platform professional software and hardware SHARING SYNERGY
在线阅读 下载PDF
TikTak: A Scalable Simulator of Wireless Sensor Networks Including Hardware/Software Interaction
9
作者 Francesco Menichelli Mauro Olivieri 《Wireless Sensor Network》 2010年第11期815-822,共8页
We present a simulation framework for wireless sensor networks developed to allow the design exploration and the complete microprocessor-instruction-level debug of network formation, data congestion, nodes interaction... We present a simulation framework for wireless sensor networks developed to allow the design exploration and the complete microprocessor-instruction-level debug of network formation, data congestion, nodes interaction, all in one simulation environment. A specifically innovative feature is the co-emulation of selected nodes at clock-cycle-accurate hardware processing level, allowing code debug and exact execution latency evaluation (considering both protocol stack and application), together with other nodes at abstract protocol level, meeting a designer’s needs of simulation speed, scalability and reliability. The simulator is centered on the Zigbee protocol and can be retargeted for different node micro-architectures. 展开更多
关键词 WSN Simulation hardware-software Co-Emulation
在线阅读 下载PDF
Research on Software Radio Fuze
10
作者 黄忠华 崔占忠 +1 位作者 林森 栗苹 《Journal of Beijing Institute of Technology》 EI CAS 2001年第1期81-85,共5页
The functions and characteristics of software radio are discussed. Using techniques and method of software radio, the concept and advantages of a new kind of radio fuze, software radio fuze, are analysed. Several kind... The functions and characteristics of software radio are discussed. Using techniques and method of software radio, the concept and advantages of a new kind of radio fuze, software radio fuze, are analysed. Several kinds of hardware platform structures of the software radio fuze are studied and the key techniques are analysed. The software radio fuze will become the most promising radio fuze techniques in 21st century. 展开更多
关键词 software radio FUZE hardware platform digital signal processor(DSP)
在线阅读 下载PDF
Domain-Oriented Software Defined Computing Architecture 被引量:1
11
作者 Ping Lv Qinrang Liu +1 位作者 Hongchang Chen Ting Chen 《China Communications》 SCIE CSCD 2019年第6期162-172,共11页
With the introduction of software defined hardware by DARPA Electronics Resurgence Initiative,software definition will be the basic attribute of information system.Benefiting from boundary certainty and algorithm aggr... With the introduction of software defined hardware by DARPA Electronics Resurgence Initiative,software definition will be the basic attribute of information system.Benefiting from boundary certainty and algorithm aggregation of domain applications,domain-oriented computing architecture has become the technical direction that considers the high flexibility and efficiency of information system.Aiming at the characteristics of data-intensive computing in different scenarios such as Internet of Things(IoT),big data,artificial intelligence(AI),this paper presents a domain-oriented software defined computing architecture,discusses the hierarchical interconnection structure,hybrid granularity computing element and its computational kernel extraction method,finally proves the flexibility and high efficiency of this architecture by experimental comparison. 展开更多
关键词 software defined hardware software defined COMPUTING ARCHITECTURE hierarchical INTERCONNECTION mixed-granular COMPUTING element
在线阅读 下载PDF
The Software Industry Promotes All-round Cooperation
12
作者 Lily Wang 《China's Foreign Trade》 2019年第4期40-41,共2页
Software can be seen almost everywhere and is now defining the world.Software has transitioned from an affiliate of hardware,to a network service that is present in every corner of our social lives.
关键词 software hardware service
在线阅读 下载PDF
System-on-a-Chip (SoC) Based Hardware Acceleration for Video Codec
13
作者 Xinwei Niu Jeffrey Fan 《Optics and Photonics Journal》 2013年第2期112-117,共6页
Nowadays, from home monitoring to large airport security, a lot of digital video surveillance systems have been used. Digital surveillance system usually requires streaming video processing abilities. As an advanced v... Nowadays, from home monitoring to large airport security, a lot of digital video surveillance systems have been used. Digital surveillance system usually requires streaming video processing abilities. As an advanced video coding method, H.264 is introduced to reduce the large video data dramatically (usually by 70X or more). However, computational overhead occurs when coding and decoding H.264 video. In this paper, a System-on-a-Chip (SoC) based hardware acceleration solution for video codec is proposed, which can also be used for other software applications. The characteristics of the video codec are analyzed by using the profiling tool. The Hadamard function, which is the bottleneck of H.264, is identified not only by execution time but also another two attributes, such as cycle per loop and loop round. The Co-processor approach is applied to accelerate the Hadamard function by transforming it to hardware. Performance improvement, resource costs and energy consumption are compared and analyzed. Experimental results indicate that 76.5% energy deduction and 8.09X speedup can be reached after balancing these three key factors. 展开更多
关键词 SOC software PROFILING hardware ACCELERATION Video CODEC
在线阅读 下载PDF
从ware到software
14
作者 吴念 《语言教育》 1992年第6期36-37,共2页
随着电子计算机的日益普及,今天在美国由—ware这个构词成分所组成的词屡屡可见。据美国哈佛大学的教育学教授 Howard Gardner声称,在近期召开的一次有关人工智能的学术会议之后,—ware词突然变得风靡起来。一位长期从事人类记忆研究的... 随着电子计算机的日益普及,今天在美国由—ware这个构词成分所组成的词屡屡可见。据美国哈佛大学的教育学教授 Howard Gardner声称,在近期召开的一次有关人工智能的学术会议之后,—ware词突然变得风靡起来。一位长期从事人类记忆研究的神经生物家甚至说,他觉得自已还不能适应这种情况,完全成了“a student of wetware among thecomputer hackers”(处在电子计算机专家中间一名学生)。从80年代初开始,wetware一词便被用来指 human brain。本来也可以用另外几个词:skullware,grayware(gray 展开更多
关键词 构词成分 学术会议 计算机专家 人类记忆 software 计算机时代 WAREHOUSE hardware 只读存储器 人脑组织
在线阅读 下载PDF
复杂三维体高效布尔运算技术的研究与实现
15
作者 张永亮 王家润 吴乾坤 《计算机应用与软件》 北大核心 2025年第1期249-257,327,共10页
高效、稳健的复杂三维体布尔运算是地理信息中的重点与难点。针对难点提出软硬件协同加速计算框架。在软件层面采用多种算法加速优化技术,包括:降维碰撞检测、三维多边形保留与丢弃的原则、新生成三维多边形的构建方法、三维线段与三维... 高效、稳健的复杂三维体布尔运算是地理信息中的重点与难点。针对难点提出软硬件协同加速计算框架。在软件层面采用多种算法加速优化技术,包括:降维碰撞检测、三维多边形保留与丢弃的原则、新生成三维多边形的构建方法、三维线段与三维多边形的高效求交、三维点或三维多边形与三维体包含关系的高效判断;基于以上加速优化技术提出一套高效的计算框架;在硬件层面基于GPU的众核算力加速计算,提出软硬件协同加速计算框架。实验证明,该计算框架高效性且稳健性,与现有的方法相比,软件层面计算框架效率提高3倍左右,软硬件协同加速框架将效率进一步提高3倍左右。 展开更多
关键词 加速优化技术 降维碰撞检测 高效 众核算力 软硬件协同加速
在线阅读 下载PDF
草方格沙障铺设车控制系统设计
16
作者 常同立 王文健 许慧迎 《林业机械与木工设备》 2025年第1期52-58,共7页
为提高草方格沙障铺设车自动化水平,降低人工劳动强度,提高工作效率,设计电子控制方法对机械机构进行控制。首先介绍铺设车作业流程,以西门子1200系列PLC作为控制核心设计控制方法,其次根据工作环境特点完成硬件选择和整体架构,并绘制... 为提高草方格沙障铺设车自动化水平,降低人工劳动强度,提高工作效率,设计电子控制方法对机械机构进行控制。首先介绍铺设车作业流程,以西门子1200系列PLC作为控制核心设计控制方法,其次根据工作环境特点完成硬件选择和整体架构,并绘制控制系统接线原理图,然后根据工作需求对控制程序进行编写与仿真调试,最后对HMI进行组态。通过控制程序在Protal软件中的仿真运行,验证其能满足预期控制功能要求。 展开更多
关键词 草方格沙障铺设 PLC 硬件架构 软件设计
在线阅读 下载PDF
基于程序分析的二进制软件模糊测试
17
作者 王文婷 孙嘉珺 +2 位作者 万逸峰 王文杰 田东海 《计算机系统应用》 2025年第1期294-307,共14页
针对现有二进制模糊测试难以深入程序内部发现漏洞这一问题,提出一种融合硬件程序追踪、静态分析和混合执行3种技术的多角度优化方案.首先,利用静态分析和硬件追踪评估程序路径复杂度及执行概率;之后,根据路径复杂度与执行概率进行种子... 针对现有二进制模糊测试难以深入程序内部发现漏洞这一问题,提出一种融合硬件程序追踪、静态分析和混合执行3种技术的多角度优化方案.首先,利用静态分析和硬件追踪评估程序路径复杂度及执行概率;之后,根据路径复杂度与执行概率进行种子选择和变异能量分配;同时,利用混合执行辅助种子生成并记录关键字节用于针对性变异.实验结果表明,相比现有模糊测试方案,该方案在多数情况下能发现更多的程序路径和crash. 展开更多
关键词 模糊测试 硬件程序追踪 静态分析 混合执行 二进制软件
在线阅读 下载PDF
基于物联网和云平台的光伏电站标准化模块检测系统设计
18
作者 孙路 丁振华 +2 位作者 丁宏 董磊 高武双 《电气技术》 2025年第3期75-80,共6页
针对第三方检测机构在光伏现场检测过程中遇到的设备多样、数据储存成本高、处理效率低及数据同步等问题,本文提出一种基于物联网和云平台的光伏电站标准化模块检测系统,旨在提高检测效率、降低成本并增强数据的关联性。该系统通过部署... 针对第三方检测机构在光伏现场检测过程中遇到的设备多样、数据储存成本高、处理效率低及数据同步等问题,本文提出一种基于物联网和云平台的光伏电站标准化模块检测系统,旨在提高检测效率、降低成本并增强数据的关联性。该系统通过部署标准化的检测模块,每个模块包含多种传感器和数据采集器,并利用网络协议实现时间同步,确保所有测量活动在同一参考框架下进行。同时,开发基于云计算技术的数据采集与管理系统,实现数据的云端存储、共享与协作,具有良好的扩展性。研究结果表明,所提检测系统能够有效解决现有检测中存在的问题。此外,该系统可显著降低设备部署成本,节省了大量人力和物力资源,适用于第三方检测机构的光伏电站现场检测,具有广泛的应用前景。 展开更多
关键词 光伏电站 标准化模块检测系统 物联网 硬件设计 软件功能设计
在线阅读 下载PDF
管道泄漏检测技术与安全评估的研究进展
19
作者 白烨 张云鹏 +3 位作者 彭烁 周学鹏 蔡浩飞 张威 《无损检测》 2025年第2期59-67,共9页
油气及市政管道发生泄漏不仅会导致严重的安全事故,而且将造成能源财产损失。管道检测是管道安全体系的重要组成部分,是保证管道安全、经济高效运行的方法之一。为了降低管道发生故障的可能性,管道泄漏检测技术与安全评估的研究至关重... 油气及市政管道发生泄漏不仅会导致严重的安全事故,而且将造成能源财产损失。管道检测是管道安全体系的重要组成部分,是保证管道安全、经济高效运行的方法之一。为了降低管道发生故障的可能性,管道泄漏检测技术与安全评估的研究至关重要。综述了油气及市政管道泄漏检测的研究现状,介绍了基于硬件与软件的检测技术与设备的特点、适应场景及使用性能,同时统计了国内外管道泄漏技术规程与标准,可为现场管道泄漏检测提供理论参考。 展开更多
关键词 管道泄漏 性价比 硬件 软件 检测系统
在线阅读 下载PDF
巴彦淖尔电网调度自动化系统设计研究
20
作者 庄立欣 王婷 《科技创新与应用》 2025年第5期134-137,共4页
该文通过介绍巴彦淖尔地区电网调度自动化主站系统的结构与功能,针对巴彦淖尔地区电网调度自动化主站系统存在的问题,依据设计原则从硬件配置和软件系统两大方面对巴彦淖尔地区电网调度自动化主站系统改造升级。同时,针对巴彦淖尔电网... 该文通过介绍巴彦淖尔地区电网调度自动化主站系统的结构与功能,针对巴彦淖尔地区电网调度自动化主站系统存在的问题,依据设计原则从硬件配置和软件系统两大方面对巴彦淖尔地区电网调度自动化主站系统改造升级。同时,针对巴彦淖尔电网调度自动化系统通信进行研究,为调度自动化系统的实现提供可靠的数据服务。 展开更多
关键词 巴彦淖尔电网 调度自动化系统 硬件 软件 设计
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部