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

Descent software
Filter: All | Freeware | Demo
 

Descent

1 2 3 > 
Added: June 20, 2010 | Visits: 1.140

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name...



Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: January 27, 2010 | Visits: 1.034

Into Cerberon :: Descent Into Doom Into Cerberon :: Descent Into Doom is a Descent style mod for Doom3. Into Cerberon is a mod for Doom 3 that will bring the six-degrees-of-freedom action of the classic FPS game series Descent into the high-powered graphics engine of Doom 3.. Descent Into Doom 3





Platforms: *nix

License: Freeware Size: 42 MB Download (100): Into Cerberon :: Descent Into Doom Download

Added: January 09, 2010 | Visits: 1.109

Descent The latest installment of the legendary, pulse-pounding Descent series is coming to Linux! Descent3, the newest member of this classic 3D series, has an all-new game engine for improved rendering and gameplay. Youll thrill to the battles in the depths of distant planets in a frenzied, high-octane...


Platforms: *nix

License: Shareware Cost: $19.00 USD Size: 42 MB Download (112): Descent Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 657

First Descent This application will enhance your desktop displaying images from the famous movie First Descent. Give your desktop a new look! If you are a fan of the First Descent movie, than this is the screensaver for you. Keep these famous characters on your desktop for as long as you want. for WindowsXP,...


Platforms: Windows, Windows Vista, 7

License: Freeware Download (49): First Descent Download

Added: June 14, 2013 | Visits: 393

Steepest Descent Algorithm This is a small example code for "Steepest Descent Algorithm". It implements steepest descent Algorithm with optimum step size computation at each step. The code uses a 2x2 correlation matrix and solves the Normal equation for Weiner filter iteratively.Reference:Adaptive Filter Theory 3rd...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Steepest Descent Algorithm Download

Added: June 20, 2013 | Visits: 299

Descent|OS Descent|OS is an up and coming Linux distribution that is designed with every user in mind. Whether you are an experienced Linux user, or are new to computers, or someone who just wants a good-looking and functional desktop, Descent|OS can fit your needs. Currently based on Ubuntu, Descent|OS's...


Platforms: *nix

License: Freeware Size: 829.4 MB Download (32): Descent|OS Download

Added: January 25, 2010 | Visits: 628

Descent I 3Dfx Descent I 3Dfx is a renderer that allows you to play Descent I with exquisite graphics if you have a graphics card installed on your Mac. Just about any PowerMac should run at between 30 to 60 frames per second. Another feature is the addition of ChromaDepth coloring. This feature is designed to...


Platforms: Mac

License: Freeware Size: 1.5 MB Download (104): Descent I 3Dfx Download

Added: January 25, 2010 | Visits: 735

Descent II 3Dfx Descent II 3Dfx is a renderer that allows you to play Descent II with exquisite graphics if you have a graphics card installed on your Mac. Just about any PowerMac should run at between 30 to 60 frames per second. Another feature is the addition of ChromaDepth coloring. This feature is designed...


Platforms: Mac

License: Freeware Size: 1.5 MB Download (108): Descent II 3Dfx Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 463

Amnesia: The Dark Descent for Mac OS A first person survival horror. A game about immersion, discovery and living through a nightmare. An experience that will chill you to the core. Amnesia: The Dark Descent puts you in the shoes of Daniel as he wakes up in a desolate castle, barely remembering anything about his past. Exploring...


Platforms: Mac

License: Freeware Size: 185 MB Download (455): Amnesia: The Dark Descent for Mac OS Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 431

Descent 2 About Descent 2 A free port of the classic 3D space shooter game.


Platforms: Mac

License: Freeware Size: 8 MB Download (49): Descent 2 Download

Added: May 01, 2013 | Visits: 314

Simplified Gradient Descent Optimization Demonstration of the gradient descent optimization algorithm with a fixed step size.This example was developed for use in teaching optimization in graduate engineering courses. This example demonstrates how the gradient descent method can be used to solve a simple unconstrained optimization...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Simplified Gradient Descent Optimization Download

Added: June 26, 2013 | Visits: 331

Gradient Descent Visualization This file visualises the working of gradient descent(optimisation algo) program on each iteration.The file is created for visualisation purposes. The file works on function z=x.^2 + y.^2, however the function can be easily changed in the code.Instruction for use:: Press enter repeatedly after...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Gradient Descent Visualization Download

Added: March 08, 2010 | Visits: 792

Parse::RecDescent Parse::RecDescent is a Perl module to generate Recursive-Descent Parsers. SYNOPSIS use Parse::RecDescent; # Generate a parser from the specification in $grammar: $parser = new Parse::RecDescent ($grammar); # Generate a parser from the specification in $othergrammar $anotherparser =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): Parse::RecDescent Download

Added: May 07, 2010 | Visits: 906

Spirit Parser library Spirit is an object oriented recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow us to approximate the syntax of Extended Backus Normal Form[1] (EBNF) completely in C++. Parser objects are composed through operator...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.27 MB Download (94): Spirit Parser library Download

Added: June 02, 2010 | Visits: 785

LLg 1.07 LLg is a recursive descent parser generator. SYNOPSIS use LLg; @tokens = ( ADDOP => [-+], LEFTP => [(], RIGHTP => [)], INTEGER => 0|[1-9][0-9]*, ); $reader = Lex->new(@tokens); $ADDOP->debug; $expr = And->new(($factor, Any->new($ADDOP, $factor)), sub { shift(@_); my $result =...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): LLg 1.07 Download

Added: January 25, 2010 | Visits: 780

Descent 3 Updater Descent 3 Updater 1.4.2b1 fixes the compatibility problem associated with NVIDIA graphics cards.


Platforms: Mac

License: Freeware Size: 1024 KB Download (102): Descent 3 Updater Download

Added: January 25, 2010 | Visits: 651

D2X (Descent 2) D2X (Descent 2) is a Mac OS X port of the popular anti-gravity, space tunnel game.Players will soar above the surface of the planet, engage in combat with enemy air and ground forces, and use ten new, lethal weapons to obliterate the most sophisticated robots to date! From the innovative...


Platforms: Mac

License: Freeware Download (96): D2X (Descent 2) Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 472

D2X-XL D2X-XL is an OpenGL port of the classic 3D Shooter game Descent 2 for Win32, Linux and Mac OS X, containing many enhancements and bug fixes while preserving full backwards compatibility. FEATURES: · Colored lighting and lightmap support. · Full CTF mode. · Entropy multiplayer game...


Platforms: Windows

License: Freeware Size: 37 MB Download (464): D2X-XL Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 916

D2X-XL for Mac OS X D2X-XL is an OpenGL port of the classic 3D Shooter game Descent 2 for Win32, Linux and Mac OS X, containing many enhancements and bug fixes while preserving full backwards compatibility. FEATURES: · Colored lighting and lightmap support. · Full CTF mode. · Entropy multiplayer game...


Platforms: Mac

License: Freeware Size: 37 MB Download (524): D2X-XL for Mac OS X Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 553

D2X-XL for Linux D2X-XL is an OpenGL port of the classic 3D Shooter game Descent 2 for Win32, Linux and Mac OS X, containing many enhancements and bug fixes while preserving full backwards compatibility. FEATURES: · Colored lighting and lightmap support. · Full CTF mode. · Entropy multiplayer game...


Platforms: Linux

License: Freeware Size: 37 MB Download (458): D2X-XL for Linux Download

1 2 3 >