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

Ai Icons freeware
Filter: All | Freeware | Demo
 

Ai Icons

1 2 3 4 5 > 
Released: June 01, 2011  |  Added: June 11, 2011 | Visits: 3.198

Free Large Android Icons Free Large Android Icons picture various space creatures, such as robots, crawlers and androids. Not only does the set present the creatures themselves, it also shows their moods and actions. All the images are created by professional artists and demonstrate bright colors and well-finished... Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Freeware Size: 13.74 MB Download (3439): Free Large Android Icons Download

Released: September 09, 2011  |  Added: October 10, 2011 | Visits: 3.832

Icons from File Icons from File is a free tool for extracting icons or icon arrays from files (EXE, DLL, OCX etc.) with the ability to scan folders and search for EXE, DLL, and OCX files, which contain icons. Extracted icons can be saved (exported) to file - all or selected icon to ICO, BMP, JPEG, or EMF files... Platforms: Windows

License: Freeware Size: 878.94 KB Download (565): Icons from File Download

Added: April 18, 2006 | Visits: 4.547

TheNetter 130 Desktop Freeware Icons 130 free icons for customizing your desktop folders! A great selection of colors and styles - all in standard 32x32 ico. format. Platforms: Windows

License: Freeware Size: 375 KB Download (1015): TheNetter 130 Desktop Freeware Icons Download

Released: May 04, 2005  |  Added: June 10, 2006 | Visits: 6.262

Web Icons - professional icons for web An exquisite combination of pastel colours, and Tones of blue and Grey that will surely provide your application with the clean-cut, sophisticated design your project needs. Original and professional web icons for your websites and software projects. Each web icon is available in four different... Platforms: Palm OS, Windows, *nix

License: Freeware Size: 488 KB Download (795): Web Icons - professional icons for web Download

Released: May 04, 2005  |  Added: March 21, 2006 | Visits: 6.339

Stock Icons - XP and MAC style icons free Original and professional stock icons for your web and software projects. Each stock icon is available in four different sizes and six different extensions.application icons, business icons, corporate icons. Specially designed for software and web developers and adaptable to multiple typographic... Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix

License: Freeware Size: 488 KB Download (610): Stock Icons - XP and MAC style icons free Download

Released: May 04, 2005  |  Added: May 26, 2006 | Visits: 5.220

Software Icons - Professional XP icons for software and web Beautiful XP style icons for your for your software and web projects. Each xp icon is available in four different sizes and Hot, Disable and Normal states. It includes web buttons, toolbars icons, shopping cart icons, multimedia icons, user icons. It includes web buttons, toolbars icons, shopping... Platforms: Windows, *nix

License: Freeware Size: 488 KB Download (739): Software Icons - Professional XP icons for software and web Download

Released: June 01, 2011  |  Added: June 09, 2011 | Visits: 3.369

Free 3D Social Icons Free 3D Social Icons represent a free icon collection well-suited for websites and applications associated with all sorts of social network websites. The pack delivers images depicting various communication technologies and web-sites. The icon pack comes in sizes 16x16, 20x20, 24x24, 32x32,... Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Freeware Size: 15.74 MB Download (727): Free 3D Social Icons Download

Released: September 07, 2009  |  Added: October 16, 2009 | Visits: 4.247

32x32 Free Design Icons There are many different ways to get icons for your application. One of them is to design those icons yourself using one of the widely available icon-editing programs. But that could be a hard task, if your drawing skill are low or not present at all. The other way is to use a search engine and... Platforms: Windows, Windows CE

License: Freeware Size: 1.17 MB Download (539): 32x32 Free Design Icons Download

Released: June 13, 2011  |  Added: June 25, 2011 | Visits: 2.097

Large Delicious Icons Large Delicious Icons represent a free icon collection well-suited for all sorts of blogs and web pages. The pack delivers lots of variations for a well-known delicious symbol. The icon pack comes in sizes 16x16, 24x24, 32x32, 48x48, 128x128 and in specially created, extra large sizes of... Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Freeware Size: 1.49 MB Download (134): Large Delicious Icons Download

Added: January 18, 2010 | Visits: 1.090

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: January 18, 2010 | Visits: 1.103

Smooth Icons Smooth Icons is a mouse cursor theme. This is my first upload for awhile so here we go. Its not going to be ready to package yet for quite awhile this is only a days work. Whats New in This Release: - redid alot of icons - added actions(magnify, find). Download KDE-Look.org Community... Platforms: *nix

License: Freeware Size: 450.56 KB Download (102): Smooth Icons Download

Added: January 17, 2010 | Visits: 1.004

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: 962

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.109

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.530

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.103

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: 932

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: April 16, 2010 | Visits: 1.244

Xffm-icons Xffm-icons is an icon customisation utility for the Xffm-filemanager. Xffm-icons allows you to change icons associated to mimetypes shown in the xffm-filemanager. Xffm-icons changes icons regardless of the icon naming scheme of the icon-theme to which the icons belong. You can also create... Platforms: *nix

License: Freeware Size: 378.88 KB Download (105): Xffm-icons Download

Added: January 13, 2010 | Visits: 1.370

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

Added: August 05, 2010 | Visits: 1.464

AI::DecisionTree AI::DecisionTree is Perl module for automatically Learns Decision Trees. SYNOPSIS use AI::DecisionTree; my $dtree = new AI::DecisionTree; # A set of training data for deciding whether to play tennis $dtree->add_instance (attributes => {outlook => sunny, temperature => hot, humidity =>... Platforms: *nix

License: Freeware Size: 25.6 KB Download (170): AI::DecisionTree Download

1 2 3 4 5 >