Difference between revisions of "Main Page"

From CD++
Jump to: navigation, search
Line 22: Line 22:
  
 
{| width="100%" style="padding-bottom: 0.5em;"
 
{| width="100%" style="padding-bottom: 0.5em;"
|class="MainPageLeft" width="50%" rowspan="2" valign="top" style="border: 1px solid #ec4c2c; padding: .5em .5em; margin: 1em; background-color: #fff1e9;"|
+
|class="MainPageRight" width="50%" rowspan="2" valign="top" style="border: 1px solid #ec4c2c; padding: .5em .5em; margin: 1em; background-color: #fff1e9;"|
 
<div style="font-size:90%;text-align:right;padding-top:0.5em;padding-right:.4em;float:right;"></div><div style="margin:0;background-color:#ffe0d6;font-size:120%;font-weight:bold;border:1px solid #ec4c2c;text-align:left;color:#000;padding:0.2em 0.2em;">Site Help</div>
 
<div style="font-size:90%;text-align:right;padding-top:0.5em;padding-right:.4em;float:right;"></div><div style="margin:0;background-color:#ffe0d6;font-size:120%;font-weight:bold;border:1px solid #ec4c2c;text-align:left;color:#000;padding:0.2em 0.2em;">Site Help</div>
The following are useful links that are related to the CD++ Project
+
[http://www.sce.carleton.ca/faculty/wainer/wbgraf/samplesmain_1.htm  here]
* A database of some CD++ '''models''' can be found [http://www.sce.carleton.ca/faculty/wainer/wbgraf/samplesmain_1.htm  here]
+
 
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
  
  
|class="MainPageRight" width="50%" rowspan="2" valign="top" style="border: 1px solid #ec4c2c; padding: .5em .5em; margin: 1em; background-color: #fff8dc;"|
+
|class="MainPageLeft" width="50%" rowspan="2" valign="top" style="border: 1px solid #ec4c2c; padding: .5em .5em; margin: 1em; background-color: #fff8dc;"|
 
<div style="font-size:90%;text-align:right;padding-top:0.5em;padding-right:.4em;float:right;"></div><div style="margin:0;background-color:#fff3d6;font-size:120%;font-weight:bold;border:1px solid #ecb42c;text-align:left;color:#000;padding:0.2em 0.2em;">Related Links</div>
 
<div style="font-size:90%;text-align:right;padding-top:0.5em;padding-right:.4em;float:right;"></div><div style="margin:0;background-color:#fff3d6;font-size:120%;font-weight:bold;border:1px solid #ecb42c;text-align:left;color:#000;padding:0.2em 0.2em;">Related Links</div>
 
The following are useful links that are related to the CD++ Project
 
The following are useful links that are related to the CD++ Project

Revision as of 17:23, 30 April 2008

Introduction to CD++

CD++ is a generic toolkit for Discrete-Event modeling and simulation. The environment is based on the DEVS (Discrete-Event systems Specifications) formalism.

This Wiki is focused on the toolkit itself, and in tool-related aspects. Readers interested in the underlying theory should consult:

- B. Zeigler, H. Praehofer, T. G. Kim. “Theory of Modeling and Simulation”. 2nd Edition. Academic Press. 2000.

- G. Wainer. Discrete-Event Modeling and Simulation: a practitioner's approach (book). (click here to get it at Amazon).

The Introduction page contains further information and references on DEVS and Cell-DEVS.

Download
  • To download CD++, click HERE
  • For information for developers, check out Software Docs for documentation
  • Sample models can be downloaded on the Sample Models page.
Site Help

here

  • Consult the User's Guide for information on using the wiki software.


Related Links

The following are useful links that are related to the CD++ Project

  • A database of some CD++ models can be found here
  • Consult the User's Guide for information on using the wiki software.

Different simulation algorithms have been implemented:
- standalone (single CPU),
- server mode (the simulator is installed as a server accessible through TCP/IP sockets),
- real time (the simulator is tied to the real-time clock),
- Embedded (E-CD++; the simulator uses the real-time clock and can be embedded in single-board computers),
- Parallel (over a linux cluster or Windows-based PC clusters),
- Distributed (over Web Services).