SIMLIB/C++  3.07
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  src
 _test_.ccSimple test model
 algloop.ccAlgebraic loop solver blocks
 atexit.ccImplementation of global objects for cleanup
 barrier.ccBarrier synchronization
 calendar.ccCalendar queue implementation
 cond.ccState conditions
 continuous.ccContinuous blocks definitions
 debug.ccSome internal debugging tools
 delay.ccDelay block implementation (experimental)
 delay.hSimple delay block interface
 entity.ccActive entities base class
 error.ccError messages processing
 errors.cc
 errors.h
 event.ccDiscrete events base class
 facility.ccImplementation of Facility
 fun.ccFunction blocks
 graph.cc
 histo.ccHistogram implamentation
 internal.hInternal header file for SIMLIB/C++
 intg.ccIntegrator block implementation
 link.ccList item implementation
 list.ccInternal double-linked list implementation
 name.ccObject-name relation
 ni_abm4.cc
 ni_abm4.hAdams-Bashforth-Moulton 4th order
 ni_euler.cc
 ni_euler.hModified Euler method
 ni_fw.cc
 ni_fw.hFowler-Warten method
 ni_rke.ccNumerical integration method - Runge-Kutta-England
 ni_rke.hRunge-Kutta-England method (default)
 ni_rkf3.cc
 ni_rkf3.hRunge-Kutta-Fehlberg 3rd order
 ni_rkf5.cc
 ni_rkf5.hRunge-Kutta-Fehlberg 5th order
 ni_rkf8.cc
 ni_rkf8.hRunge-Kutta-Fehlberg 8th order
 numint.ccNumerical integration methods
 object.ccRoot of SIMLIB/C++ class hierarchy
 opt-hooke.ccOptimization algorithm - Hooke-Jeves
 opt-param.ccOptimization parameters
 opt-simann.ccOptimization algorithm - simulated annealing (simplified)
 optimize.hBasic optimization framework + methods
 output1.ccOutput subsystem implementation
 output2.ccOutput subsystem implementation
 print.ccPrinting - like printf
 process.ccImplementation of quasiparallel processes (coroutines)
 queue.ccQueue implementation (priority queue)
 random1.ccRandom number generators - basic
 random2.ccRandom number generators - transformations
 rdtsc.h
 run.ccSimulation control algorithm
 sampler.ccPeriodic sampler
 semaphor.ccProcess synchronization - semaphore
 simlib.hMain SIMLIB/C++ interface
 simlib2D.cc2D vector block extension
 simlib2D.h2D vector block extension
 simlib3D.cc3D vector block extension
 simlib3D.h3D vector block extension
 stat.ccStatistics
 stdblock.ccNon-linear blocks
 store.ccStore implementation
 tstat.ccTime dependent statistics
 version.ccSIMLIB version number
 waitunti.ccProcess::WaitUntil implementation
 zdelay.ccUnit delay block implementation
 zdelay.hUnit delay block interface