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.479.569 Times

Bobby freeware
 

Bobby

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 420

Bobby "... like an out-of-this-world mashup of billiards and Lunar Lander ..." - iFanzine Bobby the Bullet Dude is on a mission to defend the planet from the Evil Green Ball Guys in this pick and and play arcade bouncer. But don't let the simple mec Platforms: Mac

License: Freeware Size: 9.5 MB Download (51): Bobby Download

Added: August 26, 2013 | Visits: 533

Clone Handle Object - using MATLAB OOP The motivation for this demo is that if you have an instance (say 'a') of a custom class that subclasses 'handle', then the command 'b = a;' will produce another reference 'b' to the same object as initially referenced by 'a', effectively creating a 'shallow' copy of the object.The link to this... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Clone Handle Object - using MATLAB OOP Download

Added: August 17, 2013 | Visits: 506

Data Structure: A Cell Array List Container Intent: Provides a useful 1D data structure (or container) for storing an ordered heterogeneous set of elements.Motivation: MATLABdlT« R2009a provides the "containers.Map" data structure for storing an unordered heterogeneous set of elements - the Map ADT is a container that is indexed with a... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Data Structure: A Cell Array List Container Download

Added: August 24, 2010 | Visits: 1.507

DOSBox DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X... DOSBox also emulates CPU:286/386 realmode/protected mode, Directory... Platforms: *nix

License: Freeware Size: 645.12 KB Download (154): DOSBox Download

Added: April 06, 2013 | Visits: 471

Design Pattern: Singleton (Creational) Intent: Ensures a class only has one instance and provide a global point of access to it [1].Motivation: It's important for some classes to have exactly one instance. For example, it can be desirable to have only a single instance of a GUI. With a MATLABdlT« GUIDE built GUI, the driver or main... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (47): Design Pattern: Singleton (Creational) Download

Added: July 25, 2013 | Visits: 407

Design Pattern: Iterator (Behavioural) Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation [1]. This design pattern is also known as Cursor.Motivation: An example of an aggregate object is an instance of the List ADT. Consequently, an iterator can be used to traverse... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Design Pattern: Iterator (Behavioural) Download