博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
TLA+(待续...)
阅读量:5241 次
发布时间:2019-06-14

本文共 606 字,大约阅读时间需要 2 分钟。

简介:

https://en.wikipedia.org/wiki/TLA%2B

 

TLA+ is a formal specification language. Its a tool to design systems and algorithms, then programmatically verify that those systems dont have critical bugs. Its the software equivalent of a blueprint.

A specification language is a formal language in computer science used during systems analysis, requirements analysis and systems design to describe a system at a much higher level than a programming language, which is used to produce the executable code for a system.

 

 

目标:

初阶目标:检验状态机的合理性。

高阶目标:设计无漏洞的系统和算法。

转载于:https://www.cnblogs.com/sunnypoem/p/9702965.html

你可能感兴趣的文章
那些年我们刷过的手机
查看>>
python--数据类型--1
查看>>
代码变量、函数命名神奇网站
查看>>
redis cli命令
查看>>
Problem B: 占点游戏
查看>>
进程间的八种通信方式----共享内存是最快的 IPC 方式
查看>>
python常用模块之sys, os, random
查看>>
HDU 2548 A strange lift
查看>>
Linux服务器在外地,如何用eclipse连接hdfs
查看>>
react双组件传值和传参
查看>>
BNU29140——Taiko taiko——————【概率题、规律题】
查看>>
POJ 2289——Jamie's Contact Groups——————【多重匹配、二分枚举匹配次数】
查看>>
java 得到以后的日期
查看>>
[Kaggle] Sentiment Analysis on Movie Reviews
查看>>
python安装easy_intall和pip
查看>>
HDU1004
查看>>
MySQL高速缓存
查看>>
DropdownList绑定的两种方法
查看>>
价值观
查看>>
数值计算中,浮点类型给我们挖的坑
查看>>