Samples (from S to Z)
The following list includes some existing models developed for the CD++ Simulator.
It includes the name, location, a brief description of it, and some other helpful information for each
model.
![]() |
This icon means that you can see the simulation downloading the sample and using the Web-Based Graflog applet |
There is a more detailed description of each model in the file README.TXT
located in every subdirectory.
More information:
Any of the samples above includes:
NAME.MA: The model description file (Download an example here!)
NAME.EV (optional): The events file (Download an example here!)
NAME.DRW (optional): The file generated by the DRAWLOG tool, where the results can be seen in a matrix (only available with some cellular models) (Download an example here!)
NAME.VAL (optional): The file with the initial values for the model (Download an example here!)
RUN.BAT: The file used to run the simulation with the correct parameters (Windows platforms only, but it can be simple used under any other platform) (Download an example here!)
DRAW.BAT (optional): The file used to generate the .drw (Download an example here!)
DEMO.BAT (optional): The file used to achieve the results given by RUN.BAT and DRAW.BAT altogether (Download an example here!)
Any of the source code above includes:
NAME.CPP: The C++ source code file of the NAME model. This file is needed to recompile the simulator properly (Download an example here!)
NAME.H: The C++ header file of the NAME model. This file is needed to recompile the simulator properly (Download an example here!)