Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.169 Times

Discrete Event Simulation software
Filter: All | Freeware | Demo
 

Discrete Event Simulation

< 1 2 3 4 5 > 
Released: December 20, 2012  |  Added: December 20, 2012 | Visits: 340

JAS JAS is a java library for creating agent based simulations. It features a discrete-event time engine, APIs for network simulation design, powerful yet easy-to-use implementations of Genetic Algorithms and Neural Networks.



Platforms: Windows, Mac, Linux

License: Freeware Size: 5.44 MB Download (46): JAS Download

Added: July 02, 2010 | Visits: 1.353

GNS-3 0.2 GNS-3 is a graphical network simulator that allows you to design complex network topologies. You may run simulations, or configure each device, from a simple workstation to a powerful Cisco router. To allows complete simulations, GNS-3 is based on two existing projects: - NS-3 , a...





Platforms: *nix

License: Freeware Size: 5.6 MB Download (315): GNS-3 0.2 Download

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 393

JASI - Java Event-Based Simulation Frame JASI - Java Event-Based Simulation Framework. This library provides an architecture based on a simulation kernel and elementary classes for simulation elements and event to build event-based simulation systems in Java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 208.59 KB Download (52): JASI - Java Event-Based Simulation Frame Download

Added: August 22, 2013 | Visits: 327

Trebuchet Range Simulation and Optimization Model of a simple trebuchet that predicts projectile range based on fulcrum position & launch angle.This submission provides two main files: treb.m and plot_treb.m.treb.m predicts the projectile range of a simple trebuchet given its fulcrum position and release angle. Other parameters are held...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (48): Trebuchet Range Simulation and Optimization Download

Added: October 24, 2006 | Visits: 7.304

NoLimits Rollercoaster Simulation NoLimits is the ultimate roller coaster simulation game that lets you experience authentic roller coaster thrills. Focusing on realism and speed, NoLimits lets you ride pre-built real existing coasters, or build a roller coaster to your own specifications. Every kind of coaster element that you...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 15.2 MB Download (3296): NoLimits Rollercoaster Simulation Download

Released: December 11, 2003  |  Added: June 05, 2006 | Visits: 4.648

GFI LANguard Security Event Log Monitor LANguard Security Event Log Monitor is a network wide event log monitor that retrieves logs from all NT/2000 servers and workstations and immediately alerts the administrator of possible intrusions for immediate host based intrusion detection. Using the LANguard event viewer you can also create...


Platforms: Windows

License: Shareware Cost: $375.00 USD Size: 14.65 MB Download (545): GFI LANguard Security Event Log Monitor Download

Added: August 27, 2006 | Visits: 3.857

Event Log Watchdog Event Log Watchdog monitor's your Windows Event Logs and notifies you via Email when a new event is logged. You can define which Event Logs you wish to monitor and what types of events you wish to receive Email notification of. One license per machine.


Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 4.61 MB Download (489): Event Log Watchdog Download

Released: January 03, 2005  |  Added: May 22, 2006 | Visits: 2.290

Jumpstart-it Event Management Software Great Windows + Internet event administration software. Create online forms. Automatically send emails and letters (via MS Word). Book payments efficiently. Export your data to Excel, CSV, XML. Process registrations in a snap. Only US 99!


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 4.65 MB Download (516): Jumpstart-it Event Management Software Download

Added: January 22, 2006 | Visits: 2.464

Alive Event Manager "Alive Event Manager represents a versatile electronic calendar, which will not allow you to miss any important event (a memorable date, a birthday, etc.). All entries made in Alive Event Manager can be executed as separate subject folders similarly to the Windows explorer. An arbitrary number of...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.42 MB Download (517): Alive Event Manager Download

Released: August 12, 2005  |  Added: June 01, 2006 | Visits: 2.918

Industryplayer - Business Simulation Game Industryplayer is a Business Simulation Game. Many players from around the globe compete in real time for market share and profits. You start with a capital of 10 Million $ and are coached by an in-game Tutorial. Become a market leader within one sector or the most profitable holding of all. Gold...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 5.24 MB Download (147): Industryplayer - Business Simulation Game Download

Released: July 23, 2015  |  Added: August 03, 2015 | Visits: 6.477

Event Log Explorer Event log analysis of Windows event logs is a vital task for any system administrator. The standard Windows Event Log Viewer has limited facilities, and doesn't allow you to perform effective event log analysis. Event Log Explorer is a simple but powerful utility for monitoring, viewing and...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $149.00 USD Size: 4.68 MB Download (1039): Event Log Explorer Download

Added: August 10, 2010 | Visits: 870

XML::Essex::Event XML::Essex::Event is a base event class, also used for unknown event types. Stringifies as $event->type . "()" to indicate an event that has no natural way to represented in XML, or for ones that havent been handled yet in Essex. Methods new XML::Event->new( a => 1, b => 2 );...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): XML::Essex::Event Download

Added: November 14, 2010 | Visits: 1.235

Simulation::Sensitivity Simulation::Sensitivity is a general-purpose sensitivity analysis tool for user-supplied calculations and parameters. SYNOPSIS use Simulation::Sensitivity; $sim = Simulation::Sensitiviy->new( calculation => sub { my $p = shift; return $p->{alpha} + $p->{beta} } parameters => { alpha =>...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (130): Simulation::Sensitivity Download

Added: April 08, 2010 | Visits: 1.137

Event::RPC Event::RPC is a event based transparent Client/Server RPC framework. SYNOPSIS #-- Server Code use Event::RPC::Server; use My::TestModule; my $server = Event::RPC::Server->new ( port => 5555, classes => { "My::TestModule" => { ... } }, ); $server->start;...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (114): Event::RPC Download

Added: June 11, 2010 | Visits: 1.081

DateTime::Event::Cron DateTime::Event::Cron is a DateTime extension for generating recurrence sets from crontab lines and files. SYNOPSIS use DateTime::Event::Cron; # DateTime::Set construction from crontab line $crontab = */3 15 1-10 3,4,5 */2; $set = DateTime::Event::Cron->from_cron($crontab); $iter =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DateTime::Event::Cron Download

Added: July 23, 2010 | Visits: 969

Statistics::Descriptive::Discrete Statistics::Descriptive::Discrete is a Perl module to compute descriptive statistics for discrete data sets. SYNOPSIS use Statistics::Descriptive::Discrete; my $stats = new Statistics::Descriptive::Discrete; $stats->add_data(1,10,2,0,1,4,5,1,10,8,7); print "count = ",$stats->count(),"n";...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (113): Statistics::Descriptive::Discrete Download

Added: July 10, 2010 | Visits: 859

DateTime::Event::Sunrise DateTime::Event::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Event::Sunrise; my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Event::Sunrise ->sunrise ( longitude...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): DateTime::Event::Sunrise Download

Added: June 04, 2010 | Visits: 978

Tk::event Tk::event contains miscellaneous event facilities: define virtual events and generate events. SYNOPSIS $widget->eventAction(?arg, arg, ...?); The eventAction methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events....


Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::event Download

Added: January 25, 2010 | Visits: 1.329

Noble Ape Simulation Noble Ape Simulation creates a random island environment and simulates the ape inhabitants of the island's cognitive processes. The Simulation is open source and features the Ocelot landscape rendering engine and the scripting language, ApeScript.


Platforms: Mac

License: Freeware Download (112): Noble Ape Simulation Download

Released: January 21, 2015  |  Added: May 06, 2023 | Visits: 4.677

Event Booking Calendar Event Booking Calendar is a most completed php event booking system. This php booking calendar is an online event registration system that enables your customers to register for classes, trainings, conferences, and other events directly on your website. Event Booking Calendar support Multiple...


Platforms: Windows, *nix, Windows 7, Windows Server, Android, Handheld, BlackBerry,iPhone,iPod,iTouch

License: Comercial Cost: $34.00 USD Size: 2.38 MB Download (424): Event Booking Calendar Download

< 1 2 3 4 5 >