期刊文献+
共找到59篇文章
< 1 2 3 >
每页显示 20 50 100
Quantitative evaluation of multi-process collaborative operation in steelmaking–continuous casting sections 被引量:3
1
作者 Jian-ping Yang Qing Liu +1 位作者 Wei-da Guo Jun-guo Zhang 《International Journal of Minerals,Metallurgy and Materials》 SCIE EI CAS CSCD 2021年第8期1353-1366,共14页
The quantitative evaluation of multi-process collaborative operation is of great significance for the improvement of production planning and scheduling in steelmaking–continuous casting sections(SCCSs). However, this... The quantitative evaluation of multi-process collaborative operation is of great significance for the improvement of production planning and scheduling in steelmaking–continuous casting sections(SCCSs). However, this evaluation is difficult since it relies on an in-depth understanding of the operating mechanism of SCCSs, and few existing methods can be used to conduct the evaluation, due to the lack of full-scale consideration of the multiple factors related to the production operation. In this study, three quantitative models were developed, and the multiprocess collaborative operation level was evaluated through the laminar-flow operation degree, the process matching degree, and the scheduling strategy availability degree. Based on the evaluation models for the laminar-flow operation and process matching levels, this study investigated the production status of two steelmaking plants, plants A and B, based on actual production data. The average laminar-flow operation(process matching) degrees of SCCSs were obtained as 0.638(0.610) and 1.000(0.759) for plants A and B, respectively, for the period of April to July 2019. Then, a scheduling strategy based on the optimization of the furnace-caster coordinating mode was suggested for plant A. Simulation experiments showed higher availability than the greedy-based and manual strategies. After the proposed scheduling strategy was applied,the average process matching degree of the SCCS of plant A increased by 4.6% for the period of September to November 2019. The multi-process collaborative operation level was improved with fewer adjustments and interruptions in casting. 展开更多
关键词 steelmaking–continuous casting multi-process collaborative operation quantitative evaluation model laminar-flow operation process matching scheduling strategy
下载PDF
Using multi-threads to hide deduplication I/O latency with low synchronization overhead 被引量:1
2
作者 朱锐 秦磊华 +1 位作者 周敬利 郑寰 《Journal of Central South University》 SCIE EI CAS 2013年第6期1582-1591,共10页
Data deduplication, as a compression method, has been widely used in most backup systems to improve bandwidth and space efficiency. As data exploded to be backed up, two main challenges in data deduplication are the C... Data deduplication, as a compression method, has been widely used in most backup systems to improve bandwidth and space efficiency. As data exploded to be backed up, two main challenges in data deduplication are the CPU-intensive chunking and hashing works and the I/0 intensive disk-index access latency. However, CPU-intensive works have been vastly parallelized and speeded up by multi-core and many-core processors; the I/0 latency is likely becoming the bottleneck in data deduplication. To alleviate the challenge of I/0 latency in multi-core systems, multi-threaded deduplication (Multi-Dedup) architecture was proposed. The main idea of Multi-Dedup was using parallel deduplication threads to hide the I/0 latency. A prefix based concurrent index was designed to maintain the internal consistency of the deduplication index with low synchronization overhead. On the other hand, a collisionless cache array was also designed to preserve locality and similarity within the parallel threads. In various real-world datasets experiments, Multi-Dedup achieves 3-5 times performance improvements incorporating with locality-based ChunkStash and local-similarity based SiLo methods. In addition, Multi-Dedup has dramatically decreased the synchronization overhead and achieves 1.5-2 times performance improvements comparing to traditional lock-based synchronization methods. 展开更多
关键词 multi-thread MULTI-CORE parallel data deduplication
下载PDF
An HLA/RTI Architecture Based on Multi-thread Processing 被引量:1
3
作者 管莉 邹汝平 +1 位作者 朱斌 郝重阳 《Defence Technology(防务技术)》 SCIE EI CAS 2010年第3期182-188,共7页
In order to improve the real-time performance of the real-time HLA(high level architecture) in the application of massive data communication volume,multi-thread processing was adopted,thread pool structure was introdu... In order to improve the real-time performance of the real-time HLA(high level architecture) in the application of massive data communication volume,multi-thread processing was adopted,thread pool structure was introduced into the system,different threads to handle corresponding message queues was utilized to respond different message requests.Furthermore,an allocation strategy of semi-complete deprivation of priority was adopted,which reduces thread switching cost and processing burden in the system,provided that the message requests with high priority can be responded in time,thus improves the system's overall performance.The design and experiment results indicate that the method proposed in this paper can improve the real-time performance of HLA in distributed system applications greatly. 展开更多
关键词 computer application HLA/RTI multi-thread distributed interactive simulation system
下载PDF
Dynamically Translating Binary Code for Multi-Threaded Programs Using Shared Code Cache
4
作者 Chia-Lun Liu Jiunn-Yeu Chen +1 位作者 Wuu Yang Wei-Chung Hsu 《Journal of Electronic Science and Technology》 CAS 2014年第4期434-438,共5页
mc211vm is a process-level ARM-to-x86 binary translator developed in our lab in the past several years. Currently, it is able to emulate singlethreaded programs. We extend mc211vm to emulate multi-threaded programs. O... mc211vm is a process-level ARM-to-x86 binary translator developed in our lab in the past several years. Currently, it is able to emulate singlethreaded programs. We extend mc211vm to emulate multi-threaded programs. Our main task is to reconstruct its architecture for multi-threaded programs. Register mapping, code cache management, and address mapping in mc2llvm have all been modified. In addition, to further speed up the emulation, we collect hot paths, aggressively optimize and generate code for them at run time. Additional threads are used to alleviate the overhead. Thus, when the same hot path is walked through again, the corresponding optimized native code will be executed instead. In our experiments, our system is 8.8X faster than QEMU (quick emulator) on average when emulating the specified benchmarks with 8 guest threads. 展开更多
关键词 ARM binary translation hot path mc211vm multi-threaded program QEMU (quickemulator).
下载PDF
On Multi-Thread Crawler Optimization for Scalable Text Searching
5
作者 Guang Sun Huanxin Xiang Shuanghu Li 《Journal on Big Data》 2019年第2期89-106,共18页
Web crawlers are an important part of modern search engines.With the development of the times,data has exploded and humans have entered a“big data era”.For example,Wikipedia carries the knowledge from all over the w... Web crawlers are an important part of modern search engines.With the development of the times,data has exploded and humans have entered a“big data era”.For example,Wikipedia carries the knowledge from all over the world,records the realtime news that occurs every day,and provides users with a good database of data,but because of the large amount of data,it puts a lot of pressure on users to search.At present,single-threaded crawling data can no longer meet the requirements of text crawling.In order to improve the performance and program versatility of single-threaded crawlers,a high-speed multi-threaded web crawler is designed to crawl the network hyper-scale text database.Multi-threaded crawling uses multiple threads to process web pages in parallel,combining breadth-first and depth-first algorithms to control web crawling.The practice project is based on the Python language to achieve multi-threaded optimization network hyper-large-scale text database-Wikipedia book crawling method,the project is inspired by the article on the Wikipedia article in the Big Data Digest public number. 展开更多
关键词 multi-threadING text database OPTIMIZATION breadth-first search depth-first search.
下载PDF
Research and Review on the Java Multi-thread Programming and Its Further Development Tendency
6
作者 Jiangtao Geng 《International Journal of Technology Management》 2016年第5期4-6,共3页
In this paper, we conduct research on the Java multi-thread programming and its further development tendency. Multithreading mechanisms can run several programs at the same time, make the program run effi ciency becom... In this paper, we conduct research on the Java multi-thread programming and its further development tendency. Multithreading mechanisms can run several programs at the same time, make the program run effi ciency becomes higher that also can overcome the problem of basic traditional programming language design while its design is the key to the realization of the synchronous thread. Multithreading is a mechanism that allows concurrent execution of multiple instruction stream in the program, each instruction stream is called a thread, independent from each other between each other. Thread is also known as a lightweight process, it have independent execution and process control. Our research starts from the analysis of the corresponding mechanism to enhance the performance that is innovative and meaningful. 展开更多
关键词 REVIEW multi-thread Development TENDENCY PROGRAMMING COMPUTER SCIENCE
下载PDF
基于并行计算和数据复用的快速静态安全校核技术 被引量:24
7
作者 李峰 李虎成 +1 位作者 於益军 冯树海 《电力系统自动化》 EI CSCD 北大核心 2013年第14期75-80,共6页
随着跨区互联大电网的形成以及多级调度一体化对发电计划编制的要求,面向发电计划的96时段静态安全校核的计算量越来越大,需要进一步提高计算速度以满足相关应用的实用化需求。文中分析了96时段静态安全校核的计算特点,从算法优化、并... 随着跨区互联大电网的形成以及多级调度一体化对发电计划编制的要求,面向发电计划的96时段静态安全校核的计算量越来越大,需要进一步提高计算速度以满足相关应用的实用化需求。文中分析了96时段静态安全校核的计算特点,从算法优化、并行计算、数据复用等角度提出了基于直流潮流筛选的快速扫描技术、面向多时段断面的多进程并行计算技术、基于拓扑特征关联性分析的数据复用技术和面向单时段断面的多线程并行计算技术等4种快速计算技术。实际电网的测试结果表明,所述技术能显著提高96时段静态安全校核的计算速度。 展开更多
关键词 96时段 静态安全校核 多进程 数据复用 多线程
下载PDF
多任务热连轧过程控制系统应用平台 被引量:4
8
作者 曹剑钊 彭文 张殿华 《东北大学学报(自然科学版)》 EI CAS CSCD 北大核心 2013年第8期1113-1117,共5页
针对热连轧生产线特点自行设计了符合现场实际要求的基于Windows的热连轧过程控制系统应用平台.平台采用多进程结构,进程内部采用一任务一线程的新型模式,大大提高了系统的稳定性,降低了各功能模块间的耦合性.平台的功能包括进程管理、... 针对热连轧生产线特点自行设计了符合现场实际要求的基于Windows的热连轧过程控制系统应用平台.平台采用多进程结构,进程内部采用一任务一线程的新型模式,大大提高了系统的稳定性,降低了各功能模块间的耦合性.平台的功能包括进程管理、网络通信、数据采集和数据管理、过程跟踪.数据通信、数据库操作和过程数据记录、带钢跟踪和线程调度分别由以上几个功能负责.平台采用高速的事件信号触发方式来调度模型计算.该平台已经成功应用于国内多家热连轧带钢生产现场,运行稳定可靠. 展开更多
关键词 多进程 多线程 多任务 过程控制 热连轧
下载PDF
自动测试系统并行测试软件技术研究 被引量:5
9
作者 王怡苹 李文海 王子玲 《计算机测量与控制》 CSCD 北大核心 2010年第5期1179-1181,共3页
针对新一代自动测试系统的并行测试,首先论述在硬件结构设计时,以串行测试架构为基础,改进测试资源和硬件接口模式,以满足并行测试对硬件结构的需求;然后,重点研究在软件设计时采用多进程/多线程技术来实现并行测试,并提出了运用内存映... 针对新一代自动测试系统的并行测试,首先论述在硬件结构设计时,以串行测试架构为基础,改进测试资源和硬件接口模式,以满足并行测试对硬件结构的需求;然后,重点研究在软件设计时采用多进程/多线程技术来实现并行测试,并提出了运用内存映射、消息传递、TCP/IP协议和DLL等多种技术解决多进程间的测试资源和数据共享问题;给出了相关应用实例,可用于指导并行自动测试系统的软件开发;在工程应用中,可根据实际需要,采用其中一种或多种技术的组合。 展开更多
关键词 自动测试系统 并行测试 多线程 多进程 数据共享
下载PDF
一种易实现的SIMT调度模型分析 被引量:3
10
作者 徐元旭 张超 +1 位作者 杨兵 喻明艳 《微电子学与计算机》 CSCD 北大核心 2014年第1期25-28,共4页
以图像处理器(GPU)为基础,从中提取建立出单指令多线程调度模型,该模型独立于GPU,功能与其类似,但结构更简单,更易于理解和实现,方便向其他处理器结构中移植.并对该调度模型进行性能分析,分析结果揭示出该模型的特性,对该模型的使用和... 以图像处理器(GPU)为基础,从中提取建立出单指令多线程调度模型,该模型独立于GPU,功能与其类似,但结构更简单,更易于理解和实现,方便向其他处理器结构中移植.并对该调度模型进行性能分析,分析结果揭示出该模型的特性,对该模型的使用和向其他处理器中移植以及优化提供重要参考. 展开更多
关键词 多核处理器 多线程并行处理 单指令多线程 调度模型 性能分析
下载PDF
面向实时流处理的多核多线程处理器访存队列 被引量:3
11
作者 田杭沛 高德远 +1 位作者 樊晓桠 朱怡安 《计算机研究与发展》 EI CSCD 北大核心 2009年第10期1634-1641,共8页
针对多核多线程处理器中乱序访存影响计算实时性的问题,在对典型访存队列进行研究的基础上提出了一种新的访存队列构建模型及其硬件结构.该模型采用窗口优化算法控制最差情况下的访存延迟,保证访存的实时性,同时又利用优化的乱序调度策... 针对多核多线程处理器中乱序访存影响计算实时性的问题,在对典型访存队列进行研究的基础上提出了一种新的访存队列构建模型及其硬件结构.该模型采用窗口优化算法控制最差情况下的访存延迟,保证访存的实时性,同时又利用优化的乱序调度策略减少访存延迟.实验证明,该访存队列可控制最大访存延迟,与顺序访存相比,存储器具备更高的带宽,与传统的乱序访存相比较,可以充分满足计算的实时性需求,而存储器有效带宽基本不受影响,解决了多核多线程处理器承担实时流计算的基础难题. 展开更多
关键词 计算机体系结构 实时流处理 多核多线程处理器 访存队列 窗口优化
下载PDF
靶场外测数据实时处理软件设计 被引量:3
12
作者 朱丹 徐秦 方建勋 《军械工程学院学报》 2010年第1期53-56,共4页
根据靶场飞行试验任务需求,对外测数据实时处理软件所用到的测元参数、关键数学模型、算法、装订参数等进行了分析,综合运用了数据检择、滤波与平滑等技术,避免了"台阶跳"、"死码"等野值干扰,形成了实用、可靠的外测数据实时处理方... 根据靶场飞行试验任务需求,对外测数据实时处理软件所用到的测元参数、关键数学模型、算法、装订参数等进行了分析,综合运用了数据检择、滤波与平滑等技术,避免了"台阶跳"、"死码"等野值干扰,形成了实用、可靠的外测数据实时处理方法。软件设计采用多进程、多线程体系结构,合理地分解了系统的功能,建立了一套实时、高效、可靠的软件程序框架,并在该程序框架下设计了各软件功能模块。 展开更多
关键词 飞行试验 外测数据处理 多进程 多线程 共享数据
下载PDF
Linux环境并发服务器设计技术研究 被引量:6
13
作者 刘仕筠 盛志伟 黄健 《成都信息工程学院学报》 2006年第5期630-634,共5页
讲述并发服务器设计的主要技术,包括多进程服务器、多线程服务器和I/O复用服务器,同时对以上服务器技术的性能进行了简要分析,给出了在Linux操作系统下使用socket实现并发服务器的方法。
关键词 并发服务器 多进程 多线程 I/O复用
下载PDF
基于无人机的标校系统软件设计与实现 被引量:3
14
作者 刘爱东 李知宇 +1 位作者 王丰 贺林波 《计算机测量与控制》 2018年第1期141-144,共4页
针对着舰引导系统标校的任务需求,结合基于无人机标校系统中各装置的实际工作情况,提出一种采用多线程与多进程技术相结合的标校系统软件设计方案;该方案通过合理运用软件开发的有关技术,采用模块化的软件设计基本原理对标校系统进行分... 针对着舰引导系统标校的任务需求,结合基于无人机标校系统中各装置的实际工作情况,提出一种采用多线程与多进程技术相结合的标校系统软件设计方案;该方案通过合理运用软件开发的有关技术,采用模块化的软件设计基本原理对标校系统进行分析,完成了标校系统软件的设计;研究结果表明:软件系统能够完成着舰引导系统标校功能,软件各部分在统一的时间系统下可靠工作,有较强的实用价值。 展开更多
关键词 着舰引导系统 无人机 多线程与多进程 模块化
下载PDF
基于线程池的多任务并行处理模型 被引量:4
15
作者 高翔 张金登 《指挥信息系统与技术》 2012年第4期54-56,共3页
通过对大型系统中多线程模式在实际应用中存在的优缺点分析,提出基于线程池的多任务并行处理模型,并在此基础上详细描述了该模型的3个主要功能模块,为解决多线程环境下如何提高任务并行处理效率提供了一种实现方法。
关键词 多任务并行处理 多线程技术 线程池
下载PDF
Reduction of distortion and improvement of efficiency for gridding of scattered gravity and magnetic data 被引量:1
16
作者 张晨 姚长利 +3 位作者 谢永茂 郑元满 关胡良 洪东明 《Applied Geophysics》 SCIE CSCD 2012年第4期378-390,494,共14页
This paper presents a reasonable gridding-parameters extraction method for setting the optimal interpolation nodes in the gridding of scattered observed data. The method can extract optimized gridding parameters based... This paper presents a reasonable gridding-parameters extraction method for setting the optimal interpolation nodes in the gridding of scattered observed data. The method can extract optimized gridding parameters based on the distribution of features in raw data. Modeling analysis proves that distortion caused by gridding can be greatly reduced when using such parameters. We also present some improved technical measures that use human- machine interaction and multi-thread parallel technology to solve inadequacies in traditional gridding software. On the basis of these methods, we have developed software that can be used to grid scattered data using a graphic interface. Finally, a comparison of different gridding parameters on field magnetic data from Ji Lin Province, North China demonstrates the superiority of the proposed method in eliminating the distortions and enhancing gridding efficiency. 展开更多
关键词 Scattered data gridding parameters analysis of distribution features human-machine interaction multi-thread parallel technology
下载PDF
OpenMP在信息系统中的应用 被引量:4
17
作者 钱葵东 蹇成刚 《指挥信息系统与技术》 2011年第5期81-84,88,共5页
传统的信息系统是基于单核处理器而研发的,如何充分利用多核处理器资源,如何将并行处理技术引入信息系统,已经成为一个重要课题。介绍了面向共享内存的多处理器、多线程并行编程语言——OpenMP,并探讨了OpenMP程序在信息系统中的应用。
关键词 OPENMP 信息系统 并行处理技术 多核处理器 多线程
下载PDF
用于工控监测系统的多进程软件看门狗 被引量:4
18
作者 叶帮利 《微计算机信息》 北大核心 2008年第7期304-305,268,共3页
在工控机内置硬件看门狗的基础上,运用Windows系统的消息机制进行多进程通信,设计并实现用于多进程系统的软件看门狗,当某个进程出现异常时,只重新启动该进程或协商重新启动工控机;当整个系统出现异常时,由工控机内置硬件看门狗重启工... 在工控机内置硬件看门狗的基础上,运用Windows系统的消息机制进行多进程通信,设计并实现用于多进程系统的软件看门狗,当某个进程出现异常时,只重新启动该进程或协商重新启动工控机;当整个系统出现异常时,由工控机内置硬件看门狗重启工控机。该多进程软件看门狗成功运用在高压设备在线监测系统中,充分保证了系统不出现"死机"、"跑飞"等异常的情况。 展开更多
关键词 看门狗 多线程 多进程 消息机制 软件看门狗
下载PDF
特种纸纸病检测的快速图像滤波方法及实现
19
作者 戴华平 唐秦崴 《计算机工程与应用》 CSCD 2012年第11期224-228,共5页
为解决现有纸病检测方法中,采用的滤波算法性能无法达到部分特种纸的纸病检测要求的问题,提出一种基于P-M方程扩散模型的快速图像滤波方法。通过采用P-M方程多次迭代扩散进行滤波,滤波同时保护特种纸纸病的细微边缘;并借助SMP系统以及... 为解决现有纸病检测方法中,采用的滤波算法性能无法达到部分特种纸的纸病检测要求的问题,提出一种基于P-M方程扩散模型的快速图像滤波方法。通过采用P-M方程多次迭代扩散进行滤波,滤波同时保护特种纸纸病的细微边缘;并借助SMP系统以及多线程技术对P-M方程扩散过程实现并行迭代算法以保证整个纸病检测算法过程的快速性。实测结果表明,采用该方法,系统可以有效检测到特种纸上表征微弱的纸病,并较传统P-M滤波方法的实现在实时性能上有了大幅提高。 展开更多
关键词 特种纸纸病 P-M方程 并行迭代扩散 对称多处理(SMP)系统 多线程技术
下载PDF
并行计算在虚拟油泥模型离散中的应用
20
作者 刘飞 侯增选 闫锋欣 《现代制造工程》 CSCD 2008年第6期18-21,共4页
在基于压缩体素模型的虚拟油泥造型系统中,虚拟油泥模型离散是影响虚拟油泥造型速度的重要因素,为了进一步提高虚拟油泥造型系统造型速度,在双CPU工作站中采用多线程技术,对虚拟油泥模型离散进行并行化处理,实验结果表明,并行处理技术... 在基于压缩体素模型的虚拟油泥造型系统中,虚拟油泥模型离散是影响虚拟油泥造型速度的重要因素,为了进一步提高虚拟油泥造型系统造型速度,在双CPU工作站中采用多线程技术,对虚拟油泥模型离散进行并行化处理,实验结果表明,并行处理技术可使虚拟油泥模型离散速度提高近2倍。 展开更多
关键词 双CPU工作站 多线程 并行计算 离散 虚拟油泥模型
下载PDF
上一页 1 2 3 下一页 到第
使用帮助 返回顶部