1 Star 0 Fork 0

Eyre/TicketingSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
1. Put your TicketingDS.java and other related files in the ticketingsystem directory.

2. The TrainConfig file contains the configuration of a Train Ticketing System.

3. The history.sh calls GenerateHistory to generate a finite history of size threadNum * testNum, i.e., with threadNum threads and testNum operations per thread. The parameters for GenerateHistory are threadNum, testNum, isSequential, msec and nsec. 
   * isSequential=1 for a sequential execution, and 0 for a concurrent one
   * msec and nsec are the milli- and nano-seconds of a delay, e.g., msec=1 and nsec=0 for delay 1ms 

4. The verilin.sh calls VeriLin.jar for linearizability checking. The parameters for VeriLin are threadNum, historyFile, isPosttime and outputFile.
   * historyFile is generated by GenerateHistory, possibly out of order even for a sequential execution
   * isPosttime=1 for post-time sorting, and 0 for pre-time sorting
   * outputFile is a maximal linearizable history prefix

5. The replay.sh calls Replay to check if a sequential or sequentialized history is correct.

空文件

简介

UCAS ticketing system code 展开 收起
Java 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxysbsbzxy/ticketing-system.git
git@gitee.com:zxysbsbzxy/ticketing-system.git
zxysbsbzxy
ticketing-system
TicketingSystem
main

搜索帮助