Difference between revisions of "Main Page"

From CD++
Jump to: navigation, search
Line 13: Line 13:
 
- G. Wainer. [http://www.taylorandfrancis.com/shopping_cart/products/product_detail.asp?sku=&isbn=9781420053364&parent_id=&pc=/shopping_cart/search/search.asp?search%3Dwainer Discrete-Event Modeling and Simulation: a practitioner's approach] (book). ([http://www.amazon.com/Discrete-Event-Modeling-Simulation-Gabriel-Wainer/dp/1420053361/ref=sr_1_1?ie=UTF8&s=books&qid=1207882181&sr=8-1 click here to get it at Amazon)].
 
- G. Wainer. [http://www.taylorandfrancis.com/shopping_cart/products/product_detail.asp?sku=&isbn=9781420053364&parent_id=&pc=/shopping_cart/search/search.asp?search%3Dwainer Discrete-Event Modeling and Simulation: a practitioner's approach] (book). ([http://www.amazon.com/Discrete-Event-Modeling-Simulation-Gabriel-Wainer/dp/1420053361/ref=sr_1_1?ie=UTF8&s=books&qid=1207882181&sr=8-1 click here to get it at Amazon)].
  
 +
<a href="http://www.youtube.com/watch?v=LA8Szu3lHT4"><span style="font-size: 20px; font-weight: bold">Video on Youtube</span></a>
 +
</td>
 +
<td valign="top">
 +
<object>
 +
<param name="movie" value="http://www.youtube.com/watch?v=LA8Szu3lHT4">
 +
<param name="allowFullScreen" value="true">
 +
<param name="allowscriptaccess" value="always">
 +
<embed src="http://www.youtube.com/v/LA8Szu3lHT4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="530" height="420"></embed>
 +
</object>
 +
</td>
 +
</tr>
 +
</table>
  
 
The [[Introduction]] page contains further information and references on DEVS and Cell-DEVS.
 
The [[Introduction]] page contains further information and references on DEVS and Cell-DEVS.

Revision as of 09:45, 16 July 2009

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.

<object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/PRfNDeBUPFs&hl=en&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PRfNDeBUPFs&hl=en&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object>

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).

<a href="http://www.youtube.com/watch?v=LA8Szu3lHT4">Video on Youtube</a> </td> <td valign="top"> <object> <param name="movie" value="http://www.youtube.com/watch?v=LA8Szu3lHT4"> <param name="allowFullScreen" value="true"> <param name="allowscriptaccess" value="always"> <embed src="http://www.youtube.com/v/LA8Szu3lHT4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="530" height="420"></embed> </object> </td> </tr> </table>

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.
Related Links

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

  • A database of some CD++ models can be found here

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).

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