期刊文献+
共找到1,875篇文章
< 1 2 94 >
每页显示 20 50 100
The Serial Communication Based on Multithreading Technique of Windows 被引量:2
1
作者 Chen Shu-zhen Shi Bo 《Wuhan University Journal of Natural Sciences》 CAS 2000年第3期328-328,共1页
Present a kind of method which is used to communicate between serial serial port and peripheral equipment dynamicly and real-time using multithreading technique based on the basic principle of communication and multit... Present a kind of method which is used to communicate between serial serial port and peripheral equipment dynamicly and real-time using multithreading technique based on the basic principle of communication and multitasking mechanism in the circumstance of Windows. This method resolves the question of Real-time answering in the serial communication validly, reduces losing rate of data and improves reliability of system. This article presents a general method used in the serial communication which is practical. 展开更多
关键词 multithreadING serial communication real-time query
在线阅读 下载PDF
A Multithreaded CGRA for Convolutional Neural Network Processing 被引量:1
2
作者 Kota Ando Shinya Takamaeda-Yamazaki +2 位作者 Masayuki Ikebe Tetsuya Asai Masato Motomura 《Circuits and Systems》 2017年第6期149-170,共22页
Convolutional neural network (CNN) is an essential model to achieve high accuracy in various machine learning applications, such as image recognition and natural language processing. One of the important issues for CN... Convolutional neural network (CNN) is an essential model to achieve high accuracy in various machine learning applications, such as image recognition and natural language processing. One of the important issues for CNN acceleration with high energy efficiency and processing performance is efficient data reuse by exploiting the inherent data locality. In this paper, we propose a novel CGRA (Coarse Grained Reconfigurable Array) architecture with time-domain multithreading for exploiting input data locality. The multithreading on each processing element enables the input data reusing through multiple computation periods. This paper presents the accelerator design performance analysis of the proposed architecture. We examine the structure of memory subsystems, as well as the architecture of the computing array, to supply required data with minimal performance overhead. We explore efficient architecture design alternatives based on the characteristics of modern CNN configurations. The evaluation results show that the available bandwidth of the external memory can be utilized efficiently when the output plane is wider (in earlier layers of many CNNs) while the input data locality can be utilized maximally when the number of output channel is larger (in later layers). 展开更多
关键词 CNN Convolutional NEURAL Network DEEP LEARNING multithreaded ARCHITECTURE CGRA
在线阅读 下载PDF
Simultaneous Multithreading Fault Tolerance Processor
3
作者 DONGLan HUMing-zeng +3 位作者 JIZhen-zhou CUIGuang-zuo TANGXin-min HEFeng 《Wuhan University Journal of Natural Sciences》 EI CAS 2005年第1期17-20,共4页
Transient fault detection mechanism is added to simultaneous multithreading architecture. By exploiting both ILP (Instruction Level Parallelism) and TLP (Thread Level Parallelism), Simultaneous Multithreading (SMT) Fa... Transient fault detection mechanism is added to simultaneous multithreading architecture. By exploiting both ILP (Instruction Level Parallelism) and TLP (Thread Level Parallelism), Simultaneous Multithreading (SMT) Fault Tolerance Processor can be expected to achieve better tradeoff between performance and hardware cost than traditional Fault Tolerance Processors. Detailed simulations of 3 of SPEC95 benchmarks show that executing two redundant programs on the fault-tolerant microarchitecture takes only 40%–61%longer than running a single version of the program. The new instruction fetch algorithm enhances the performance by 0.4%~1%to most of the benchmarks we choose randomly. 展开更多
关键词 Key words simultaneous multithreading rault tolerance TLP (Thread Level Parallelism) fetch policy
在线阅读 下载PDF
Redundant Multithreading Architecture Overview
4
作者 YANG Hua CUI Gang LIU Hongwei YANG Xiaozong 《Wuhan University Journal of Natural Sciences》 CAS 2006年第6期1793-1796,共4页
To overcome the ever-increasing susceptibility to transient-fault in processors, various redundant multithreading (RMT) architectures have been proposed, which is becoming a most effective approach for detecting and... To overcome the ever-increasing susceptibility to transient-fault in processors, various redundant multithreading (RMT) architectures have been proposed, which is becoming a most effective approach for detecting and recovering from transient-fault. This paper surveys a wide range of RMT architectures-from the original AR-SMT(A-stream R-stream Simultaneous MultiThreading) to the most-recent SD-SRT (Slack-Decode Simultaneous Redundant Threading), presenting traverse analyses and comparisons among them, and hereby demonstrates its evolution and tendency. Finally, some directions and suggestions are put forward for the further RMT research and development. 展开更多
关键词 redundant multithreading PROCESSOR RELIABILITY
在线阅读 下载PDF
Dynamic Power Dissipation Control Method for Real-Time Processors Based on Hardware Multithreading
5
作者 罗新强 齐悦 +1 位作者 王磊 王沁 《China Communications》 SCIE CSCD 2013年第5期156-166,共11页
In order to eliminate the energy waste caused by the traditional static hardware multithreaded processor used in real-time embedded system working in the low workload situation, the energy efficiency of the hardware m... In order to eliminate the energy waste caused by the traditional static hardware multithreaded processor used in real-time embedded system working in the low workload situation, the energy efficiency of the hardware multithread is discussed and a novel dynamic multithreaded architecture is proposed. The proposed architecture saves the energy wasted by removing idle threads without manipulation on the original architecture, fulfills a seamless switching mechanism which protects active threads and avoids pipeline stall during power mode switching. The report of an implemented dynamic multithreaded processor with 45 nm process from synthesis tool indicates that the area of dynamic multithreaded architecture is only 2.27% higher than the static one in achieving dynamic power dissipation, and consumes 1.3% more power in the same peak performance. 展开更多
关键词 dynamic power dissipation control real-time processor hardware multithread low power design energy efficiency
在线阅读 下载PDF
An Approach of Branch Multithreading Switch Mechanism
6
作者 Lan Dong Zhenzhou Ji Mingzeng Hu Xinmin Tang 《通讯和计算机(中英文版)》 2006年第5期14-16,39,共4页
关键词 解码器 多线程 调节装置 计算机技术
在线阅读 下载PDF
An Efficient and Flexible Deterministic Framework for Multithreaded Programs 被引量:1
7
作者 卢凯 周旭 +2 位作者 王小平 Tom Bergan 陈沉 《Journal of Computer Science & Technology》 SCIE EI CSCD 2015年第1期42-56,共15页
Determinism is very useful to multithreaded programs in debugging, testing, etc. Many deterministic ap- proaches have been proposed, such as deterministic multithreading (DMT) and deterministic replay. However, thes... Determinism is very useful to multithreaded programs in debugging, testing, etc. Many deterministic ap- proaches have been proposed, such as deterministic multithreading (DMT) and deterministic replay. However, these sys- tems either are inefficient or target a single purpose, which is not flexible. In this paper, we propose an efficient and flexible deterministic framework for multithreaded programs. Our framework implements determinism in two steps: relaxed determinism and strong determinism. Relaxed determinism solves data races eificiently by using a proper weak memory consistency model. After that, we implement strong determinism by solving lock contentions deterministically. Since we can apply different approaches for these two steps independently, our framework provides a spectrum of deterministic choices, including nondeterministic system (fast), weak deterministic system (fast and conditionally deterministic), DMT system, and deternfinistic replay system. Our evaluation shows that the DMT configuration of this framework could even outperform a state-of-the-art DMT system. 展开更多
关键词 DETERMINISM multithreadING FRAMEWORK FLEXIBLE
原文传递
Optimization of thread partitioning parameters in speculative multithreading based on artificial immune algorithm 被引量:1
8
作者 Yu-xiang LI Yin-liang ZHAO +1 位作者 Bin LIU Shuo JI 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2015年第3期205-216,共12页
Thread partition plays an important role in speculative multithreading (SpMT) for automatic parallelization of ir- regular programs. Using unified values of partition parameters to partition different applications l... Thread partition plays an important role in speculative multithreading (SpMT) for automatic parallelization of ir- regular programs. Using unified values of partition parameters to partition different applications leads to the fact that every ap- plication cannot own its optimal partition scheme. In this paper, five parameters affecting thread partition are extracted from heuristic rules. They are the dependence threshold (DT), lower limit of thread size (TSL), upper limit of thread size (TSU), lower limit of spawning distance (SDL), and upper limit of spawning distance (SDU). Their ranges are determined in accordance with heuristic rules, and their step-sizes are set empirically. Under the condition of setting speedup as an objective function, all com- binations of five threshold values form the solution space, and our aim is to search for the best combination to obtain the best thread granularity, thread dependence, and spawning distance, so that every application has its best partition scheme. The issue can be attributed to a single objective optimization problem. We use the artificial immune algorithm (AIA) to search for the optimal solution. On Prophet, which is a generic SpMT processor to evaluate the performance of multithreaded programs, Olden bench- marks are used to implement the process. Experiments show that we can obtain the optimal parameter values for every benchmark, and Olden benchmarks partitioned with the optimized parameter values deliver a performance improvement of 3.00% on a 4-core platform compared with a machine learning based approach, and 8.92% compared with a heuristics-based approach. 展开更多
关键词 Speculative multithreading Thread partitioning Artificial immune algorithm
原文传递
面向远距飞机目标跟踪方法的研究
9
作者 高瑞贞 许睿烁 +1 位作者 赵子月 夏自强 《机械设计与制造》 北大核心 2025年第2期175-178,182,共5页
针对飞行速度快,空间跨度大,观察视角变化大的飞机起降过程,提出了一种基于视觉的远距飞机目标跟踪方法。该方法在没有雷达、对焦传感器等硬件的情况下,仅需要对摄像机的采集画面进行图像分析,通过对分析结果的进一步处理,实现对云台和... 针对飞行速度快,空间跨度大,观察视角变化大的飞机起降过程,提出了一种基于视觉的远距飞机目标跟踪方法。该方法在没有雷达、对焦传感器等硬件的情况下,仅需要对摄像机的采集画面进行图像分析,通过对分析结果的进一步处理,实现对云台和变焦镜头的实时控制,使得飞机目标在起降过程中始终保持在摄像机的图像中心,同时大大降低了成本。为此,首先对相机成像规律、变焦镜头变焦规律进行建模。然后,采用YOLOv4目标检测算法对飞机进行目标检测,并对目标进行图像分析,得到目标在相机中的几何规律和位置关系。在此基础上,采用图像清晰度评价方法对变焦镜头进行自动变焦、自动对焦控制,并基于卡尔曼滤波器对云台的跟踪控制进行了优化。理论分析与实验结果表明,在没有雷达、对焦传感器等硬件的情况下,基于视觉的远距飞机目标跟踪方法可以使飞机目标始终保持在图像中心。 展开更多
关键词 目标跟踪 云台控制 卡尔曼滤波 自动对焦 多线程
在线阅读 下载PDF
基于ROS-QT的红花采摘机器人多线程传感器数据预处理系统
10
作者 郭辉 王翔 +1 位作者 武天伦 杨春天 《沈阳农业大学学报》 北大核心 2025年第1期117-127,共11页
[目的]针对红花采摘机器人在复杂农田环境中面临的实时感知与控制挑战,特别是多源异构传感器数据处理和对环境变化的快速响应问题,设计一种基于ROS和Qt的多线程并行控制系统。[方法]数据处理引入生产者-消费者模型,实现多源异构传感器... [目的]针对红花采摘机器人在复杂农田环境中面临的实时感知与控制挑战,特别是多源异构传感器数据处理和对环境变化的快速响应问题,设计一种基于ROS和Qt的多线程并行控制系统。[方法]数据处理引入生产者-消费者模型,实现多源异构传感器数据的实时并行处理,提高系统数据处理效率和鲁棒性,并在新疆吉木萨尔县红旗农场红花田现场试验。[结果]多线程架构在复杂场景中显著优化资源利用率,减少端到端延迟约19.3%~25%。通过任务分解与并行处理,多线程配置在高负载条件下将CPU使用率从单线程的90%降低至75%~80%,并显著平滑内存曲线,提升系统稳定性。[结论]该项目与新疆35家农户、合作社签订技术服务合作协议,对推动红花采摘机械化发展具有重要的理论和实践意义。 展开更多
关键词 红花采摘机器人 多线程控制系统 并行数据处理 并行控制
在线阅读 下载PDF
Chip Multithreaded Consistency Model
11
作者 李祖松 郇丹丹 +1 位作者 胡伟武 唐志敏 《Journal of Computer Science & Technology》 SCIE EI CSCD 2008年第2期298-304,F0003,共8页
Multithreaded technique is the developing trend of high performance processor. Memory consistency model is essential to the correctness, performance and complexity of multithreaded processor. The chip multithreaded co... Multithreaded technique is the developing trend of high performance processor. Memory consistency model is essential to the correctness, performance and complexity of multithreaded processor. The chip multithreaded consistency model adapting to multithreaded processor is proposed in this paper. The restriction imposed on memory event ordering by chip multithreaded consistency is presented and formalized. With the idea of critical cycle built by Wei-Wu Hu, we prove that the proposed chip multithreaded consistency model satisfies the criterion of correct execution of sequential consistency model. Chip multithreaded consistency model provides a way of achieving high performance compared with sequential consistency model and easures the compatibility of software that the execution result in multithreaded processor is the same as the execution result in uniprocessor. The implementation strategy of chip multithreaded consistency model in Godson-2 SMT processor is also proposed. Godson-2 SMT processor supports chip multithreaded consistency model correctly by exception scheme based on the sequential memory access queue of each thread. 展开更多
关键词 computer architecture GODSON-2 multithreadING memory consistency model event ordering
原文传递
Hardwired Logic and Multithread Design in Network Processors
12
作者 李旭东 徐扬 +1 位作者 刘斌 王小军 《Tsinghua Science and Technology》 SCIE EI CAS 2004年第2期207-212,共6页
High-performance network processors are expected to play an important role in future high-speed routers. This paper focuses on two representative techniques needed for high-performance network processors: hardwired lo... High-performance network processors are expected to play an important role in future high-speed routers. This paper focuses on two representative techniques needed for high-performance network processors: hardwired logic design and multithread design. Using hardwired logic, this paper compares a single-thread design with a multithread design, and proposes general models and principles to analyze the clock frequency and the resource cost for these environments. Then, two IP header processing schemes, one in single-thread mode and the other in double-thread mode, are developed using these principles and the implementation results verified the theoretical calculation. 展开更多
关键词 network processor (NP) hardwired logic multithread IP header processing
原文传递
PsmArena:Partitioned Shared Memory for NUMA-Awareness in Multithreaded Scientific Applications
13
作者 Zhang Yang Aiqing Zhang Zeyao Mo 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2021年第3期287-295,共9页
The Distributed Shared Memory(DSM)architecture is widely used in today’s computer design to mitigate the ever-widening processing-memory gap,and it inevitably exhibits Non-Uniform Memory Access(NUMA)to shared-memory ... The Distributed Shared Memory(DSM)architecture is widely used in today’s computer design to mitigate the ever-widening processing-memory gap,and it inevitably exhibits Non-Uniform Memory Access(NUMA)to shared-memory parallel applications.Failure to adapt to the NUMA effect can significantly downgrade application performance,especially on today’s manycore platforms with tens to hundreds of cores.However,traditional approaches such as first-touch and memory policy fall short in false page-sharing,fragmentation,or ease of use.In this paper,we propose a partitioned shared-memory approach that allows multithreaded applications to achieve full NUMA-awareness with only minor code changes and develop an accompanying NUMA-aware heap manager which eliminates false page-sharing and minimizes fragmentation.Experiments on a 256-core cc-NUMA computing node show that the proposed approach helps applications to adapt to NUMA with only minor code changes and improves the performance of typical multithreaded scientific applications by up to 4.3 folds with the increased use of cores. 展开更多
关键词 partitioned shared memory Non-Uniform Memory Access(NUMA) heap manager multithread manycore
原文传递
微型爬虫数据中台的设计与实现
14
作者 孙维睿 王鹤涛 +1 位作者 陈锋 谭孟元 《福建电脑》 2025年第1期79-84,共6页
为了给各类软件工具的开发提供所需的业务数据,本文提出了一种微型数据中台的设计方案。采用爬虫、多线程、网络通信等技术搭建多线程协作框架和功能模块的开发。实际应用的效果表明,该系统能够高效、便捷地为各类工具的开发提供数据服... 为了给各类软件工具的开发提供所需的业务数据,本文提出了一种微型数据中台的设计方案。采用爬虫、多线程、网络通信等技术搭建多线程协作框架和功能模块的开发。实际应用的效果表明,该系统能够高效、便捷地为各类工具的开发提供数据服务,也为微型数据中台的设计与实现提供了一种可行的解决方案。 展开更多
关键词 爬虫 数据中台 接口 多线程
在线阅读 下载PDF
并行处理技术在场监雷达录取器中的应用
15
作者 张菊 高国灵 王乾伟 《科技创新与应用》 2025年第7期192-196,共5页
场监雷达系统对录取器的实时性要求高,而场监雷达系统中数据量大、数据类型多、数据处理复杂。并行处理技术可在有限时间内高效地完成处理任务,是录取器的核心技术之一。该文针对场监雷达系统录取器的业务内容,将数据接收、数据分析、... 场监雷达系统对录取器的实时性要求高,而场监雷达系统中数据量大、数据类型多、数据处理复杂。并行处理技术可在有限时间内高效地完成处理任务,是录取器的核心技术之一。该文针对场监雷达系统录取器的业务内容,将数据接收、数据分析、航迹生成、视频数据及航迹数据分发等业务划分至不同的线程。其中,雷达数据处理算法较为复杂,使用多个线程同时处理雷达数据可大幅提升算法效率。将并行处理技术应用于场监雷达录取器中,保障系统的实时性。 展开更多
关键词 并行处理 多线程 录取器 场面监视 软件工程
在线阅读 下载PDF
Multithread纤细网络支撑设计书桌
16
《航空港》 2012年第7期42-42,共1页
"multithread"系列的每件家具都是从一个水平面开始的一一这个面可以是桌面,架子,书桌等等——它由一个连接杆组成的纤细网络支撑。这件产品是由慕尼黑和斯德哥尔摩事务所kram/weisshaar(reed
关键词 支撑设计 multithread 连接杆 逻辑系统 物理模拟技术 支撑力量
原文传递
多工位硅胶圈缺陷在线视觉检测系统研究
17
作者 毕德学 程威盛 +1 位作者 郝孝其 丁彦玉 《机械设计与制造》 北大核心 2024年第2期125-130,共6页
硅胶圈检测由于缺陷具有种类多、易变形、复杂性高等特点,通过提出多工位、多角度、不同打光方式结合的基于视觉的机电检测系统来解决这类产品的检测问题。整个检测系统的图像处理使用了基于OpenCV库按照实际项目需求进行改进,使用滤波... 硅胶圈检测由于缺陷具有种类多、易变形、复杂性高等特点,通过提出多工位、多角度、不同打光方式结合的基于视觉的机电检测系统来解决这类产品的检测问题。整个检测系统的图像处理使用了基于OpenCV库按照实际项目需求进行改进,使用滤波算子、阈值分割和形态学方法。使用VGG16卷积神经网络训练模型在小样本条件对三种缺陷分类和传统视觉检测方法得到的准确率进行对照实验。在小样本下传统机器视觉的检测准确率>98%,优于深度学习的方法。通过Qt完成UI界面的设计。该软件系统使用多线程设计模式编写,并提出了一种多工位循环剔除新方法,具备在线检测计数和剔除功能。就一种特定的硅胶圈产品检测进行实际实验和测试,验证了本系统的可靠性和实用性。 展开更多
关键词 机器视觉 缺陷检测 硅胶圈 多线程 VGG
在线阅读 下载PDF
Parallelizable Calculation of Observables Values on Analog Quantum Computer
18
作者 Alexander Soiguine 《Journal of Applied Mathematics and Physics》 2024年第7期2400-2406,共7页
The superiority of hypothetical quantum computers is not due to faster calculations but due to different schemes of calculations running on special hardware. The core of quantum computing follows the way a state of a ... The superiority of hypothetical quantum computers is not due to faster calculations but due to different schemes of calculations running on special hardware. The core of quantum computing follows the way a state of a quantum system is defined when basic things interact with each other. In conventional approach it is implemented through tensor product of qubits. In the geometric algebra formalism simultaneous availability of all the results for non-measured observables is based on the definition of states as points on three-dimensional sphere. 展开更多
关键词 Geometric Algebra Wave Functions ENTANGLEMENT Maxwell Equations Three-Dimensional Sphere States OBSERVABLES Measurements GPU multithreadING OPENCL
在线阅读 下载PDF
Multi-Plate Microbial Monitoring Terminal Based on Raspberry Pi 4B
19
作者 Qirong Luo Xichang Cai Tongyuan Liu 《Journal of Electronic Research and Application》 2024年第3期28-33,共6页
We utilized Raspberry Pi 4B to develop a microbial monitoring system to simplify the microbial image-capturing process and facilitate the informatization of microbial observation results.The Raspberry Pi 4B firmware,d... We utilized Raspberry Pi 4B to develop a microbial monitoring system to simplify the microbial image-capturing process and facilitate the informatization of microbial observation results.The Raspberry Pi 4B firmware,developed under Python on the Linux platform,achieves sum verification of serial data,file upload based on TCP protocol,control of sequence light source and light valve,real-time self-test based on multithreading,and an experiment-oriented file management method.The system demonstrated improved code logic,scheduling,exception handling,and code readability. 展开更多
关键词 Raspberry Pi 4B OBJECT-ORIENTED multithreadING Serial port protocol and parsing TCP
在线阅读 下载PDF
基于多线程的岩心图像超维重建快速算法
20
作者 庞钊 滕奇志 +1 位作者 马振川 吴晓红 《四川大学学报(自然科学版)》 CAS CSCD 北大核心 2024年第4期182-191,共10页
针对基于邻域块匹配的超维算法在重建过程中每次只能对1个待重建块进行重建,并且字典搜索过程十分耗时导致重建效率低的问题,本文提出了2种方法来对基于邻域块匹配的超维算法进行计算速度的优化.首先,将分区域重建应用到基于邻域块匹配... 针对基于邻域块匹配的超维算法在重建过程中每次只能对1个待重建块进行重建,并且字典搜索过程十分耗时导致重建效率低的问题,本文提出了2种方法来对基于邻域块匹配的超维算法进行计算速度的优化.首先,将分区域重建应用到基于邻域块匹配的超维算法中,提出了分区域并行重建算法,实现了对多个待重建块同时进行重建;其次,在对每次字典元素搜索的过程中,使用了字典并行搜索,实现了这一过程的加速;最后将这2种方法进行结合,并且通过高中低3种不同孔隙度的训练图像生成的字典来对二维参考图像进行多次重建.通过将本文提出的算法、基于邻域块匹配的超维算法以及一些传统重建算法的重建结果和真实岩心三维结构的统计特征参数进行对比并且将不同重建算法的重建时间进行对比,来验证本文改进的超维算法的有效性. 展开更多
关键词 三维重建 超维重建 多孔介质 并行算法 多线程
在线阅读 下载PDF
上一页 1 2 94 下一页 到第
使用帮助 返回顶部