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

Graphics Ai software
Filter: All | Freeware | Demo
 

Graphics Ai

1 2 3 4 5 > 
Added: June 30, 2013 | Visits: 755

TIC TAC TOE AI GAME Script This is a simple TIC TAC TOE Game which is implemented in Artificial Intelligence under Graphics Mode.



Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (51): TIC TAC TOE AI GAME Script Download

Released: February 16, 2009  |  Added: February 27, 2009 | Visits: 6.991

Graphics Converter Pro Graphics Converter Pro is a powerful batch graphics converter and picture viewer. Graphics Converter Pro can import more than 500 graphic file formats, including BMP; DIB; EMF; GIF; ICB; ICO; JPG; JPEG; PBM; PCD; PCX; PGM; PNG; PPM; PSD; PSP; RLE; SGI; TGA; TIF; TIFF; VDA; VST; WBMP; WMF; VST;...





Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 11.19 MB Download (703): Graphics Converter Pro Download

Added: January 19, 2006 | Visits: 4.196

Easy Graphics File Converter A program for converting between BMP, GIF, JPG and PNG graphics files. Has two modes of operation: (i) A single file can be converted to all other formats (except GIF) in one operation. (ii) In batch mode any number of files in a folder can be converted from one format to another (except GIF).


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 1.78 MB Download (169): Easy Graphics File Converter Download

Released: June 10, 2005  |  Added: January 08, 2006 | Visits: 4.408

Awesome Powerpoint Graphics Sampler These FREE powerpoint pictures are a small sample of the graphics available to download from the awesome powerpoint graphics website. Compatible with Microsoft PowerPoint. Each graphic has been optimized for quality on-screen presentations. Themes ranging from e-business to medical. abstract to...


Platforms: DOS, OS/2, Windows, Mac, *nix, Windows CE

License: Shareware Cost: $0.00 USD Size: 257 KB Download (287): Awesome Powerpoint Graphics Sampler Download

Released: November 11, 2005  |  Added: September 06, 2006 | Visits: 6.037

Vector Graphics ActiveX Vector Graphics ActiveX is professional graphics solution for creating business and technical drawings and the most powerful for today. It provides 500+ methods, properties and events and is fully object oriented. Developers get full control of all objects at run time and can process graphic...


Platforms: Windows

License: Freeware Size: 5.93 MB Download (765): Vector Graphics ActiveX Download

Released: January 22, 2008  |  Added: May 16, 2008 | Visits: 4.761

CorelDRAW Graphics Suite X4 CorelDRAW Graphics Suite X4 lets you tackle creative graphics and design projects with confidence. New tools make it easier and quicker than ever to deliver any creative project, from layout and photo editing, to illustration and bitmap-to-vector tracing. Powerful text and layout enhancements...


Platforms: Windows

License: Shareware Cost: $429.00 USD Size: 298 MB Download (1285): CorelDRAW Graphics Suite X4 Download

Added: January 18, 2010 | Visits: 1.088

AI::FuzzyInference AI::FuzzyInference is a Perl module to implement a Fuzzy Inference System. SYNOPSYS use AI::FuzzyInference; my $s = new AI::FuzzyInference; $s->inVar(service, 0, 10, poor => [0, 0, 2, 1, 4, 0], good => [2, 0, 4, 1, 6, 0], excellent => [4, 0, 6, 1, 8, 0], amazing => [6, 0, 8, 1,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (109): AI::FuzzyInference Download

Added: October 09, 2010 | Visits: 1.717

Small Antialiased Graphics Library SAgl is a portable small antialiased graphics library. It offers lines, circles, and bezier curves, as well as thick lines and fills. It can be used on top of SDL or with X or any other graphics system.. Get grplib at SourceForge.net. Fast, secure and free downloads from the largest Open Source...


Platforms: *nix

License: Freeware Size: 86.02 KB Download (106): Small Antialiased Graphics Library Download

Added: January 24, 2010 | Visits: 3.106

Bio::Graphics::Glyph::alignment Bio::Graphics::Glyph::alignment is the "alignment" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This is identical to the "graded_segments" glyph, and is used for drawing features that consist of discontinuous segments. The color intensity of each segment is...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (99): Bio::Graphics::Glyph::alignment Download

Added: February 08, 2010 | Visits: 1.267

Chemistry::Artificial::Graphics Chemistry::Artificial::Graphics is a graphic plot for artificial with database support. SYNOPSIS use strict; use Chemistry::SQL; use Chemistry::Artificial::Graphics; my $dbname = $ARGV[0]; my $chaname = $ARGV[1]; my $file = $ARGV[2]; my $mode = $ARGV[3]; if (scalar(@ARGV)!=4) {...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (112): Chemistry::Artificial::Graphics Download

Added: January 21, 2010 | Visits: 1.671

The Mesa 3D Graphics Library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc.(SGI). However, the author does not possess an OpenGL license from SGI,...


Platforms: *nix

License: Freeware Size: 3.2 MB Download (123): The Mesa 3D Graphics Library Download

Added: January 17, 2010 | Visits: 1.002

AI::NNFlex AI::NNFlex is a base Perl class for implementing neural networks. SYNOPSIS use AI::NNFlex; my $network = AI::NNFlex->new(config parameter=>value); $network->add_layer( nodes=>x, activationfunction=>function); $network->init(); $network->lesion( nodes=>PROBABILITY,...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): AI::NNFlex Download

Added: October 16, 2010 | Visits: 959

AI::NNFlex::Reinforce AI::NNFlex::Reinforce is a very simple experimental NN module. SYNOPSIS use AI::NNFlex::Reinforce; my $network = AI::NNFlex::Reinforce->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use AI::NNFlex::Dataset; my $dataset...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (90): AI::NNFlex::Reinforce Download

Added: March 09, 2010 | Visits: 1.106

AI::NNFlex::Backprop AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator. SYNOPSIS use AI::NNFlex::Backprop; my $network = AI::NNFlex::Backprop->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): AI::NNFlex::Backprop Download

Added: July 05, 2010 | Visits: 1.527

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: September 21, 2010 | Visits: 1.101

AI::Prolog::Builtins AI::Prolog::Builtins is a Perl module with builtin predicates that AI::Prolog supports. Comments Comments begin with a % and terminate at the end of the line or begin with /* and terminate with */. Variables As in Prolog, all variables begin with an upper-case letter and are not quoted....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): AI::Prolog::Builtins Download

Added: November 14, 2010 | Visits: 930

AI::NeuralNet::Simple AI::NeuralNet::Simple is a simple learning module for building neural nets. SYNOPSIS use AI::NeuralNet::Simple; my $net = AI::NeuralNet::Simple->new(2,1,2); # teach it logical or for (1 .. 10000) { $net->train([1,1],[0,1]); $net->train([1,0],[0,1]); $net->train([0,1],[0,1]);...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (108): AI::NeuralNet::Simple Download

Added: May 04, 2010 | Visits: 1.262

PDL::Graphics::LUT PDL::Graphics::LUT is a Perl module that provides access to a number of look-up tables. SYNOPSIS use PDL::Graphics::PGPLOT; use PDL::Graphics::LUT; # what tables are available my @tables = lut_names(); # get the reversed colour table smooth, # with the gamma intensity ramp my ( $l,...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (98): PDL::Graphics::LUT Download

Added: February 09, 2010 | Visits: 1.702

CAD::Drawing::Manipulate::Graphics CAD::Drawing::Manipulate::Graphics - Gimp meets CAD. Methods All of these are CAD::Drawing methods (I force my own inheritance:) image_init Initialize the image at $addr based on the value at the fullpath key. This establishes the contained Image::Magick object and loads the image into...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (116): CAD::Drawing::Manipulate::Graphics Download

Added: January 13, 2010 | Visits: 1.367

Mind AI Mind AI project is an artificial mind based on some advanced concepts: - machine learning - representation - meta representation of concepts - concept reflection - reification - denotation Interaction with the AI is done via IRC. Whats New in This Release: - geo: start some...


Platforms: *nix

License: Freeware Download (96): Mind AI Download

1 2 3 4 5 >