Accumulator | ||||
|
|
In the example.zip file, there are several examples of the verified codes by the tool. For each example, there is a source code file and a .scl file. The source codes is written in a C-like language. Though their suffix is .cpp, they are not written in CPP language. However, the grammar rules are similar to C. To view the .scl files, you can open then with our scope logic tool. The files are organized into several directories.
PreConditionDemo: Include an example to demonstrate how to calculate the weakest pre-condition for different kinds of assignments and formulas. SimplePrograms: Include the GCD algorithm, and the algorithm to get volume by continuous plus. ArraySort: There are several sorting algorithms, included bubble sort, heap sort, insert sort, and selection sort algorithms.
SinglyLinkedList: DoubleList: Include double list delete and double list insert. BinarySearchTree: Include the code to search, insert, delete a binary search tree. TopSort, which is a program to top-sorting an acyclic graph. The sorted vertexes are stored in a static list. SchorreWaite, which is the famous example used by many other logics. The Schorre-Wait algorithm for graph node marking.
InvariantTestPrograms:
WPCalculatorTestPrograms: |
©2013 SEG NJU Homepage | Introduction Download Case Study Contact |