期刊文献+
共找到11篇文章
< 1 >
每页显示 20 50 100
融合CDIO-OBE的双线程交互式教学模式探索与应用 被引量:2
1
作者 王宏 于晓 +2 位作者 韩家新 卫红春 王武习 《计算机教育》 2018年第9期116-120,共5页
针对工科专业教学中理论与实践严重脱节的问题,提出融合CDIO-OBE的双线程交互式教学模式,构建面向软件工程应用型人才培养的一体化、工程化教学体系,介绍协作课程群的设置与优化以及双线程交互式教学流程设计过程。
关键词 CDIO-OBE 教学模式 协作课程群 线程交互 软件工程
下载PDF
基于分区缓存区重放与多线程交互的多智能体深度强化学习算法 被引量:5
2
作者 柴来 张婷婷 +1 位作者 董会 王楠 《计算机学报》 EI CAS CSCD 北大核心 2021年第6期1140-1152,共13页
近些年,深度强化学习(Deep Reinforcement Learning,DRL)已成为人工智能领域一个新的机器学习范式与方法论,它在许多高维度大状态的复杂空间任务中能够取得显著的成功.然而,传统的深度强化学习仍然存在着学习效率低、训练时间长的问题,... 近些年,深度强化学习(Deep Reinforcement Learning,DRL)已成为人工智能领域一个新的机器学习范式与方法论,它在许多高维度大状态的复杂空间任务中能够取得显著的成功.然而,传统的深度强化学习仍然存在着学习效率低、训练时间长的问题,在多智能体的行为决策研究中难以达到理想的效果.针对这些问题,本文提出了一种基于分区缓存区重放与多线程交互的多智能体深度强化学习算法(Partitioned Buffer Replay and Multiple Process Interaction,PBR-MPI).首先,该算法使用分区缓存区的经验重放形式,通过划分奖励空间来区分正面经验、负面经验与中性经验,并在训练时使用分层随机的采样方式抽取这些经验数据.其次,算法运用多线程的交互方式促进了智能体与环境的试错过程,通过智能体的多个克隆体并行的学习并整合它们的学习经验来训练网络模型的参数.然后,为了构建PBR-MPI算法的适用场景,本文根据目前多智能体系统(Multi-Agent System,MAS)的最新研究进展,将多智能体的信息交互方式归纳总结为集中式信息交互、全信息交互和欠信息交互三大类.最后,将新算法与其它的多智能体DRL算法分别在三种不同的信息交互场景中进行对比实验,用于验证和评价PBR-MPI的有效性及整体性能.实验结果表明,在智能体个数为5的多智能体目标追踪任务中,缓存区数为3、线程数为5的PBR-MPI算法的学习收敛速度平均提高了21%,训练效率平均提升了34%,并且在综合性能的评估中新算法的整体性能改善了50%. 展开更多
关键词 分区缓存区重放 线程交互 深度强化学习 多智能体 信息交互 行为决策
下载PDF
基于Java synchronized同步锁实现线程交互 被引量:3
3
作者 崔政 段利国 《软件工程》 2018年第2期1-3,共3页
Java多线程能够提高CPU利用效率,但也容易造成线程不安全、线程死锁等问题。本文详细介绍了Java线程各状态之间的关系及其切换,并用实例展示了使用同步锁synchronized保证同一时刻只有一个线程操作同一资源,使用wait()、notify()切换线... Java多线程能够提高CPU利用效率,但也容易造成线程不安全、线程死锁等问题。本文详细介绍了Java线程各状态之间的关系及其切换,并用实例展示了使用同步锁synchronized保证同一时刻只有一个线程操作同一资源,使用wait()、notify()切换线程状态保证线程操作的前后顺序实现线程交互。理解Java线程各状态之间的关系及其切换,能帮助用户在使用Java多线程的场景有效避免多线程带来的不安全问题。 展开更多
关键词 线程 synchronized 线程交互
下载PDF
面向雷达网络仿真的分布式多线程交互框架设计与实现
4
作者 杨昊伟 武侃 +3 位作者 吴海乔 李慧博 栗苹 龚鹏 《兵工学报》 EI CAS CSCD 北大核心 2020年第S02期280-290,共11页
针对高保真雷达网整体性能仿真评估的需求,基于网络仿真软件QualNet提出一种雷达网分布式仿真架构。该架构包括雷达网络仿真、动态控制、单节点态势分析、整体网络态势观测4大模块。为了实现网络仿真服务器的并发处理机制与多类信息交互... 针对高保真雷达网整体性能仿真评估的需求,基于网络仿真软件QualNet提出一种雷达网分布式仿真架构。该架构包括雷达网络仿真、动态控制、单节点态势分析、整体网络态势观测4大模块。为了实现网络仿真服务器的并发处理机制与多类信息交互,设计一种多线程实时数据交互接口。仿真测试结果表明,该架构能实现对雷达网仿真进程干预、单节点情报态势分析以及雷达网整体态势的监测,且所设计接口可满足仿真服务器的并发处理要求,确保了雷达网分布式架构中通信的实时性与可靠性。 展开更多
关键词 雷达网络仿真 线程交互接口 QualNet建模 计算机仿真
下载PDF
基于DM368的视频处理及软件设计 被引量:5
5
作者 李宇成 李聪 《计算机测量与控制》 北大核心 2013年第10期2865-2867,2871,共4页
针对实时处理视频信号和相应软件开发的需求,提出了一种基于TI/DaVinci DM368的视频处理软件的具体实施方案;设计了软件总体架构和各软、硬件功能模块;按照视频处理的要求,采用UML语言给出了视频采集、编码、传输线程的交互设计和实现细... 针对实时处理视频信号和相应软件开发的需求,提出了一种基于TI/DaVinci DM368的视频处理软件的具体实施方案;设计了软件总体架构和各软、硬件功能模块;按照视频处理的要求,采用UML语言给出了视频采集、编码、传输线程的交互设计和实现细节;叙述了所设计的视频处理各个线程之间的通信过程;同时,设计了上位机实时播放视频信息的软件;应用实验表明,系统运行稳定,实时性好,无线模式时支持720×576格式的视频,帧率可达25fps,具有很强的实用性。 展开更多
关键词 视频软件设计 DM368 线程交互 视频压缩 RTP
下载PDF
BESⅢ实验软件事例级并行化研究
6
作者 马震太 张晓梅 孙功星 《计算机工程与应用》 CSCD 北大核心 2021年第20期253-262,共10页
针对BESⅢ实验软件作业级并行内存消耗严重,序列级并行排序过程复杂等弊端,提出事例级并行化的解决方案,因各个事例的数据相互独立,故采用以事例组为单位的粗粒度加锁技术,在线程并行度带来的性能提升和线程交互导致的开销中取得最佳平... 针对BESⅢ实验软件作业级并行内存消耗严重,序列级并行排序过程复杂等弊端,提出事例级并行化的解决方案,因各个事例的数据相互独立,故采用以事例组为单位的粗粒度加锁技术,在线程并行度带来的性能提升和线程交互导致的开销中取得最佳平衡。通过在内存中创建事例组先进先出队列,为事例组空闲、数据就绪、处理完成三种状态设置对应的信号量,使文件输入线程、文件输出线程、事例循环处理线程进行交互,进而建立映射表为事例处理线程分配事例并更新上下文,上述机制保证了事例数据的原序流动,避免了复杂的排序工作;为避免无效数据导致的内存浪费,应用了数据访问延迟加载技术;针对事例级并行的元组输出,建立三层映射,使得每个线程只需填充对应的树即可;最终内存消耗降低46.5%,执行性能获得显著提升。 展开更多
关键词 排序 事例组先进先出队列 事例组分配 线程交互 三层映射
下载PDF
Reduction of distortion and improvement of efficiency for gridding of scattered gravity and magnetic data 被引量:1
7
作者 张晨 姚长利 +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
Restudy of Structures and Interactions of Solitons in (2+1)-Dimensional Nizhnik-Novikov-Veselov Equations 被引量:1
8
作者 RUAN Hang-Yu CHEN Yi-Xin 《Communications in Theoretical Physics》 SCIE CAS CSCD 2006年第1期1-8,共8页
Some new structures and interactions of solitons for the (2+1)-dimensional Nizhnik-Novikov-Veselov equation are revealed with the help of the idea of the bilinear method and variable separation approach. The soluti... Some new structures and interactions of solitons for the (2+1)-dimensional Nizhnik-Novikov-Veselov equation are revealed with the help of the idea of the bilinear method and variable separation approach. The solutions to describe the interactions between two dromions, between a line soliton and a y-periodic soliton, and between two y-periodic solitons are included in our results. Detailed behaviors of interaction are illustrated both analytically and in graphically. Our analysis shows that the interaction properties between two solitons are related to the form of interaction constant. The form of interaction constant and the dispersion relationship are related to the form of the seed solution (u0, v0, w0 ) in Backlund transformation. 展开更多
关键词 interaction between two solitons bilinear approach seed solution NNV equation
下载PDF
URI Online Judge: A New Interactive Learning Approach
9
作者 Neilor Avelino Tonin Jean Luca Bez 《Computer Technology and Application》 2013年第1期34-38,共5页
The URI online judge is a new online tool created with the main purpose of making programming practice more dynamic, interesting and stimulating for those who have just entered into the art of programming. The URI onl... The URI online judge is a new online tool created with the main purpose of making programming practice more dynamic, interesting and stimulating for those who have just entered into the art of programming. The URI online judge allows problem corrections in real time, interactivity between users, besides it allows flexibility in the choice of the programming language and it makes some supporting materials available. During the short time in which the tool has being used we have observed that it is a very good tool for self-study. As users of programming portals, the authors noticed some details that would be important to be implemented in a new tool, such as the separation of problems by categories. Another fundamental detail is the fact that this tool is available in two languages (Portuguese and English). This might facilitate the learning process for beginners, both locally and globally. 展开更多
关键词 Classroom tool programming practice online judge informatics interactive learning.
下载PDF
Construction of Soliton-Cnoidal Wave Interaction Solution for the (2+1)-Dimensional Breaking Soliton Equation 被引量:3
10
作者 程文广 李彪 陈勇 《Communications in Theoretical Physics》 SCIE CAS CSCD 2015年第5期549-553,共5页
In this paper, the truncated Painleve analysis and the consistent tanh expansion (CTE) method are developed for the (2+1)-dimensional breaking soliton equation. As a result, the soliton-cnoidal wave interaction s... In this paper, the truncated Painleve analysis and the consistent tanh expansion (CTE) method are developed for the (2+1)-dimensional breaking soliton equation. As a result, the soliton-cnoidal wave interaction solution of the equation is explicitly given, which is dimcult to be found by other traditional methods. When the value of the Jacobi elliptic function modulus rn = 1, the soliton-cnoidal wave interaction solution reduces back to the two-soliton solution. The method can also be extended to other types of nonlinear evolution equations in mathematical physics. 展开更多
关键词 (2+1)-dimensional breaking soliton equation soliton-cnoidal wave interaction solution CTE method truncated Painleve analysis
原文传递
TRIPLE INTERACTIONS OF CONORMAL WAVES FOR HIGHER ORDER SEMILINEAR HYPERBOLIC EQUMIONS
11
作者 FANG DAOYUAN (Center for Mathematical Sciences, Zhejiang University, Hangzhou 310027, China.) 《Chinese Annals of Mathematics,Series B》 SCIE CSCD 1995年第1期23-32,共10页
The interaction of three conormal waves for semi-linear strictly hyperbolic equations of third order is considered. Let Σi, i = 1, 2, 3, be smooth characteristic surfaces for P= Da(D_t ̄2 -△) intersecting transversa... The interaction of three conormal waves for semi-linear strictly hyperbolic equations of third order is considered. Let Σi, i = 1, 2, 3, be smooth characteristic surfaces for P= Da(D_t ̄2 -△) intersecting transversally at the origin. Suppose that the solution u to Pu = f(t, x ,y)D u), ≤2 is conormal to Σi, i = 1, 2, 3, for t < 0. The author uses Bony's second microlocajization techniques and commutator arguments to conclude that the new singularities a short time after the triple interaction lie on the surface of the light cone Γ over the origin plus the surfaces obtained by flow-outs of the lines of intersection Γ ∩ Σi and Σi∩ Σj, i, j = 1, 2, 3. 展开更多
关键词 Hyperbolic equation Conormal wave Interaction Characteristic surface.
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部