期刊文献+
共找到11篇文章
< 1 >
每页显示 20 50 100
基于迹语义的网络安全协议形式化分析
1
作者 冯珺珺 李光耀 江耘 《计算机与现代化》 2007年第2期107-109,共3页
形式化方法是提高软件系统,特别是safety-critical系统的安全性与可靠性的重要手段。本文提出了一种新的简单的迹语义,用于刻画协议部分安全性质,即只针对协议规约的单个主体,此技术支持协议设计者对安全性质进行形式化规约。运用此技... 形式化方法是提高软件系统,特别是safety-critical系统的安全性与可靠性的重要手段。本文提出了一种新的简单的迹语义,用于刻画协议部分安全性质,即只针对协议规约的单个主体,此技术支持协议设计者对安全性质进行形式化规约。运用此技术和模型检测器SPIN找到了两种针对TMN协议的攻击,证明了此方法的实用性,可方便地用于其它网络安全协议验证。 展开更多
关键词 安全协议 形式化方法 迹语义 模型检测 SPIN/Promela
下载PDF
映射ELOTOS到基于FSM的性能估价模型
2
作者 罗铁庚 陈火旺 +1 位作者 龚正虎 齐治昌 《软件学报》 EI CSCD 北大核心 1997年第10期788-792,共5页
ELOTOS是协议描述规范语言LOTOS的扩展.本文用标号转换系统LTS(labeledtransitionsystem)给出了ELOTOS的语义.然后,通过对LTS进行踪迹等价住分析,将ELOTOS映射到基于有穷状态机FSM(finitestatemachine)的性能估价模型.
关键词 ELOTOS FSM 性能模型 网络协议 计算机网络
下载PDF
THE COMPOSABILITY PROBLEM OF THESEMANTICS OFXYZ/BE-COMMUNICATING PROCESSES
3
作者 LI Guangyuan TANG Zhisong(Laboratory for Computer Science, Institute of Software, Academia Sinica,Beijing 100080 China) 《Systems Science and Mathematical Sciences》 SCIE EI CSCD 1999年第S1期61-68,68-69,共10页
Composability is vital to the specification and verification of concurrent systems. This paper is devoted to the composability of XYZ / BE- communicating processes.We show that parallel composition processes preserve ... Composability is vital to the specification and verification of concurrent systems. This paper is devoted to the composability of XYZ / BE- communicating processes.We show that parallel composition processes preserve all of their components’ safety properties. In addition, some properties of trace equivalence are also exmined. 展开更多
关键词 Linear temporal logic FORMAL semantics COMMUNICATING process parallelcomposition trace equivalence.
原文传递
基于安全进程代数的非演绎安全模型的分析与验证 被引量:1
4
作者 王精明 虞慧群 《计算机科学》 CSCD 北大核心 2012年第2期56-58,共3页
就刻画安全的性质而言,基于非演绎信息流的安全模型较基于访问控制的安全模型更为确切和本质。在基于迹语义对非演绎信息流安全模型进行分析的基础上,基于安全进程代数给出非演绎模型的形式化描述,然后基于系统的安全进程代数表达式给... 就刻画安全的性质而言,基于非演绎信息流的安全模型较基于访问控制的安全模型更为确切和本质。在基于迹语义对非演绎信息流安全模型进行分析的基础上,基于安全进程代数给出非演绎模型的形式化描述,然后基于系统的安全进程代数表达式给出非演绎模型的验证算法且开发了相应的验证工具,最后通过实例说明该算法的正确性和验证工具的方便适用性。 展开更多
关键词 迹语义 安全进程代数 信息流安全模型 非演绎模型
下载PDF
Trace Semantics and Algebraic Laws for Total Store Order Memory Model
5
作者 Li-Li Xiao Hui-Biao Zhu Qi-Wen Xu 《Journal of Computer Science & Technology》 SCIE EI CSCD 2021年第6期1269-1290,共22页
Modern multiprocessors deploy a variety of weak memory models(WMMs).Total Store Order(TSO)is a widely-used weak memory model in SPARC implementations and x86 architecture.It omits the store-load constraint by allowing... Modern multiprocessors deploy a variety of weak memory models(WMMs).Total Store Order(TSO)is a widely-used weak memory model in SPARC implementations and x86 architecture.It omits the store-load constraint by allowing each core to employ a write buffer.In this paper,we apply Unifying Theories of Programming(abbreviated as UTP)in investigating the trace semantics for TSO,acting in the denotational semantics style.A trace is expressed as a sequence of snapshots,which records the changes in registers,write buffers and the shared memory.All the valid execution results containing reorderings can be described after kicking out those that do not satisfy program order and modification order.This paper also presents a set of algebraic laws for TSO.We study the concept of head normal form,and every program can be expressed in the head normal form of the guarded choice which is able to model the execution of a program with reorderings.Then the linearizability of the TSO model is supported.Furthermore,we consider the linking between trace semantics and algebraic semantics.The linking is achieved through deriving trace semantics from algebraic semantics,and the derivation strategy under the TSO model is provided. 展开更多
关键词 weak memory model Total Store Order(TSO) trace semantics algebraic law Unifying Theories of Programming(UTP)
原文传递
具迹抽象类型的代数语义与继承
6
作者 曹纯 《兰州铁道学院学报》 1999年第2期139-143,共5页
采用理论计算机科学中的范畴论形式化地描述了具迹抽象数据类型.而对象是该类型满足某些公理约束的一个模型.
关键词 对象 代数语义 继承
下载PDF
交互式马尔可夫链代数的事件结构模型
7
作者 赵锡英 《兰州交通大学学报》 CAS 2008年第3期97-100,共4页
对进程代数LOTOS的事件结构模型进行了随机特性的量化扩展.给出了随机进程代数交互式马尔可夫链代数(IMCA)的非交互式语义模型:事件结构.并且证明了给出的随机事件结构模型的正确性.同时,给出了IMCA基于事件的操作语义,并且证明了它和... 对进程代数LOTOS的事件结构模型进行了随机特性的量化扩展.给出了随机进程代数交互式马尔可夫链代数(IMCA)的非交互式语义模型:事件结构.并且证明了给出的随机事件结构模型的正确性.同时,给出了IMCA基于事件的操作语义,并且证明了它和现有交互式语义的一致性. 展开更多
关键词 绑定的事件结构 交互式马尔可夫链 事件迹 操作语义
下载PDF
基于Petri网的非演绎安全模型的分析与验证
8
作者 王精明 江怡顺 《滁州学院学报》 2012年第2期21-23,49,共4页
就刻画安全的本质而言,基于非演绎信息流安全模型较之与基于访问控制的安全模型更为确切。文章在基于迹语义对非演绎信息流安全模型进行分析的基础上,给出了基于扩展Petri网的非演绎模型的形式化描述,进一步基于Petri网的形式化描述给... 就刻画安全的本质而言,基于非演绎信息流安全模型较之与基于访问控制的安全模型更为确切。文章在基于迹语义对非演绎信息流安全模型进行分析的基础上,给出了基于扩展Petri网的非演绎模型的形式化描述,进一步基于Petri网的形式化描述给出非演绎模型的验证算法且开发相应的验证工具,最后通过实例说明该算法的正确性和验证工具的方便适用性。 展开更多
关键词 迹语义 PETRI网 信息流安全模型 非演绎模型
下载PDF
A comparative study of two formal semantics of the SIGNAL language 被引量:5
9
作者 Zhibin YANG Jean-Paul BODEVEIX Mamoun FILALI 《Frontiers of Computer Science》 SCIE EI CSCD 2013年第5期673-693,共21页
SIGNAL is a part of the synchronous languages family, which are broadly used in the design of safety-critical real-time systems such as avionics, space systems, and nu- clear power plants. There exist several semantic... SIGNAL is a part of the synchronous languages family, which are broadly used in the design of safety-critical real-time systems such as avionics, space systems, and nu- clear power plants. There exist several semantics for SIG- NAL, such as denotational semantics based on traces (called trace semantics), denotational semantics based on tags (called tagged model semantics), operational semantics presented by structural style through an inductive definition of the set of possible transitions, operational semantics defined by syn- chronous transition systems (STS), etc. However, there is lit- tle research about the equivalence between these semantics. In this work, we would like to prove the equivalence be- tween the trace semantics and the tagged model semantics, to get a determined and precise semantics of the SIGNAL language. These two semantics have several different defini- tions respectively, we select appropriate ones and mechanize them in the Coq platform, the Coq expressions of the abstract syntax of SIGNAL and the two semantics domains, i.e., the trace model and the tagged model, are also given. The dis- tance between these two semantics discourages a direct proof of equivalence. Instead, we transform them to an intermediate model, which mixes the features of both the trace semantics and the tagged model semantics. Finally, we get a determined and precise semantics of SIGNAL. 展开更多
关键词 synchronous language SIGNAL trace seman- tics tagged model semantics semantics equivalence COQ
原文传递
从活性顺序图到时态逻辑的转化方法 被引量:2
10
作者 付明慧 周清雷 张兵 《计算机工程与设计》 CSCD 北大核心 2012年第9期3437-3441,共5页
为了将活性顺序图用于模型检测,方便描述系统的场景需求,提出了一种将活性顺序图转换成时态逻辑的转化方法。分析活性顺序图语言并且定义一种基于路径的语义,用活性顺序图表述系统的场景需求。根据提出的语义,给出了一个将场景需求显式... 为了将活性顺序图用于模型检测,方便描述系统的场景需求,提出了一种将活性顺序图转换成时态逻辑的转化方法。分析活性顺序图语言并且定义一种基于路径的语义,用活性顺序图表述系统的场景需求。根据提出的语义,给出了一个将场景需求显式转化为时态逻辑的一般方法,针对并发消息较多的系统扩展和优化此方法,以得到更简短的时态逻辑公式。通过实例说明活性顺序图到线性时态逻辑的转化过程。 展开更多
关键词 活性顺序图 时态逻辑 路径语义 场景需求 模型检测
下载PDF
并发进程指称语义的几种基于Trace模型的定义方法
11
作者 王生原 杨萍 《兰州大学学报(自然科学版)》 CAS CSCD 北大核心 1996年第1期49-52,共4页
Trace模型是定义并发进程指称语义的基本方法之一.在Trace模型的基础上,为获得更广泛的表达能力,通过进程指称论域的各种变化,派生出了一系列的语义模型.并对于这些模型进行了综述.
关键词 形式语言 指称语义 trace模型 进程论域
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部