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

Filter: All | Freeware
Display by: Name |  Date |  Downloads |  Rating

Libraries

Software 41-60 of 4,712: < 1 2 3 4 5 6 7 ... 236 > 
Added: May 22, 2010 | Visits: 761

AFS::KAS AFS::KAS is a Perl class to communicate with the AFS Authentication Server. SYNOPSIS use AFS::KAS; use AFS::KTC_PRINCIPAL; use AFS::KTC_TOKEN; use AFS::KTC_EKEY; my $admin = AFS::KTC_PRINCIPAL->new(admin); my $key = AFS::KTC_EKEY->ReadPassword($admin->name."s Password:"); my $token =...



Platforms: Linux

Keyword: Afs, Afskas, Authentication, Authentication Server, Class, Communicate, Ekey, Kas, Ktc, Libraries, Packed, Perl, Principal, Server

License: Freeware Size: 184.32 KB Download (99): AFS::KAS Download

Added: October 24, 2010 | Visits: 842

AFS::KTC_TOKEN AFS::KTC_TOKEN is a Perl class to handle the AFS structure ktc_token. SYNOPSIS use AFS::KTC_TOKEN; use AFS::KTC_PRINCIPAL; use AFS::KTC_EKEY; use AFS::Cell qw(localcell); my $token = AFS::KTC_TOKEN->nulltoken; print "StartTime = ", $token->startTime, "n"; print "EndTime = ",...





Platforms: Linux

Keyword: Afs, Afsktctoken, Ekey, Ktc, Libraries, Principal, Print, Programming, Service, String, Structure, Token, User

License: Freeware Size: 184.32 KB Download (97): AFS::KTC_TOKEN Download

Added: September 07, 2010 | Visits: 767

AFS::PTS AFS::PTS is a Perl class to communicate with the AFS Protection Server. SYNOPSIS use AFS::PTS; my $num_flg = AFS::PTS->convert_numeric_names; my $bits = AFS::PTS->ascii2ptsaccess("S----"); my $flags = AFS::PTS->ptsaccess2ascii($bits); my $pts = AFS::PTS->new; my $id =...


Platforms: Linux

Keyword: Afs, Afs Protection Server, Afspts, Entry, Key, Libraries, Names, Perl, Print, Programming, Pts

License: Freeware Size: 184.32 KB Download (96): AFS::PTS Download

Added: July 18, 2010 | Visits: 782

AFS::Utils AFS::Utils is a Perl module with shared utility functions for the AFS module bundle. SYNOPSIS use AFS::Utils qw ( XSVERSION get_server_version get_syslib_version setpag sysname unlog ); my $ok = setpag(); print "Return Code = $okn"; print XS-Version = , XSVERSION, "n"; print Syslib...


Platforms: Linux

Keyword: Afs, Afsutils, Functions, Libraries, Module, Perl, Perl Module, Programming, Server, Shared, Utility, Utility Functions

License: Freeware Size: 184.32 KB Download (101): AFS::Utils Download

Added: September 02, 2010 | Visits: 1.216

Agent Agent is the Transportable Agent Perl module. SYNOPSIS use Agent; my $a = new Agent( Name => path_to_agent.pa, %args ); $a->run(); Agent Perl is meant to be a multi-platform interface for writing and using transportable perl agents. A Perl Agent Is any chunk of Perl code that can...


Platforms: Linux

Keyword: Agent, Agents, Libraries, Perl, Programming, Transportable, Transportable Agent Perl

License: Freeware Size: 20.48 KB Download (117): Agent Download

Added: March 19, 2010 | Visits: 1.102

AHote AHote is a C++ library for generating color schemes and also includes a few other classes for converting between RGB (Red, Green, Blue), YUV (Luminance and Chrominance), HSB (Hue, Saturation, Brightness) and HSL (Hue, Saturation, Lightness). AHote is not a library for ICC color management. A...


Platforms: Linux

Keyword: Ahote, C Library, C++, Color, Color Schemes, Colors, Complements, Hsb, Libraries, Library, Programming, Rgb, Schemes

License: Freeware Size: 245.76 KB Download (95): AHote Download

Added: August 05, 2010 | Visits: 1.463

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

Keyword: Aidecisiontree, Data, Decision, Decision Tree, Decisiontree, Learns Decision Trees, Libraries, Module, Perl Module, Programming, Training, Tree, Trees

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

Added: June 03, 2010 | Visits: 2.268

AI::ExpertSystem::Simple AI::ExpertSystem::Simple is a simple expert system shell. SYNOPSIS This class implements a simple expert system shell that reads the rules from an XML knowledge base and questions the user as it attempts to arrive at a conclusion. This class is where all the work is being done and the other...


Platforms: Linux

Keyword: Ai, Aiexpertsystemsimple, Class, Expert, Expert System, Expertsystem, Libraries, Programming, Simple, System

License: Freeware Size: 20.48 KB Download (605): AI::ExpertSystem::Simple Download

Added: January 18, 2010 | Visits: 1.089

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

Keyword: Ai, Aifuzzyinference, Food, Fuzzy Inference System, Fuzzyinference, Libraries, Perl Module, Poor, Programming, Service, Tip

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

Added: April 12, 2010 | Visits: 955

AI::FuzzyLogic AI::FuzzyLogic is a Perl module for Fuzzy Set Operations and Tools. SYNOPSIS use AI::FuzzyLogic; $i = new AI::FuzzyLogic $unittype, @numbers; # new set with one subset $i = new AI::FuzzyLogic age, 0, 0.1, 0.2, 0.1, 0; # same thing $i = new AI::FuzzyLogic $subset1, $subset2, $subset3; #...


Platforms: Linux

Keyword: Ai, Aifuzzylogic, Fuzzy Set, Fuzzy Set Operations, Fuzzylogic, Libraries, New, Operations, Perl Module, Set Operations, Sets

License: Freeware Size: 24.58 KB Download (94): AI::FuzzyLogic Download

Added: May 24, 2010 | Visits: 967

AI::Menu AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results...


Platforms: Linux

Keyword: Ai, Aimenu, Directed Graphs, Function, Generate, Graph, Hash, Libraries, Menu, Object, Programming

License: Freeware Size: 6.14 KB Download (92): AI::Menu Download

Added: August 04, 2010 | Visits: 894

AI::NeuralNet::BackProp AI::NeuralNet::BackProp is a simple back-prop neural net that uses Deltas and Hebbs rule. SYNOPSIS use AI::NeuralNet::BackProp; # Create a new network with 1 layer, 5 inputs, and 5 outputs. my $net = new AI::NeuralNet::BackProp(1,5,5); # Add a small amount of randomness to the network...


Platforms: Linux

Keyword: Ai, Aineuralnetbackprop, Backprop, Crunch, Learn, Libraries, Net-, Network, Neural, Neural Net, Neuralnet, Programming, Simple

License: Freeware Size: 96.26 KB Download (99): AI::NeuralNet::BackProp Download

Added: August 20, 2010 | Visits: 885

AI::NeuralNet::Kohonen AI::NeuralNet::Kohonen is a Perl module with Kohonens Self-organising Maps. SYNOPSIS $_ = AI::NeuralNet::Kohonen->new( map_dim_x => 39, map_dim_y => 19, epochs => 100, table => "3 1 0 0 red 0 1 0 yellow 0 0 1 blue 0 1 1 cyan 1 1 0 yellow 1 .5 0 orange 1 .5 1 pink" ); $_->train;...


Platforms: Linux

Keyword: Ai, Aineuralnetkohonen, Kohonens Self, Libraries, Module, Neuralnet, Perl, Perl Module, Programming, Self-organising

License: Freeware Size: 11.26 KB Download (111): AI::NeuralNet::Kohonen Download

Added: November 14, 2010 | Visits: 931

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

Keyword: Ai, Aineuralnetsimple, Learning, Libraries, Module, Net-, Neural, Neuralnet, Programming, Simple

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

Added: January 17, 2010 | Visits: 1.003

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

Keyword: Ai, Ainnflex, Base, Class, Implementing, Libraries, Network-, Neural, Nnflex, Perl, Programming

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

Added: March 09, 2010 | Visits: 1.107

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

Keyword: Ai, Ainnflexbackprop, Backprop, Libraries, Network, Network-, Neural, Neural Net, Nnflex, Perl, Programming, Project

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

Added: October 16, 2010 | Visits: 961

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

Keyword: Ai, Ainnflexreinforce, Experimental, Libraries, Network-, Nn, Nnflex, Programming, Simple

License: Freeware Size: 33.79 KB Download (90): AI::NNFlex::Reinforce 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: Linux

Keyword: Ai, Aiprologbuiltins, Bound, Goal, Libraries, Perl Module, Programming, Stuff, Succeeds, Terms

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

Added: September 22, 2010 | Visits: 1.005

AIOTrade AIOTrade (i.e. Humai Trader Platform) is a stock technical analysis platform with a pluggable architecture that is ideal for extensions such as indicators and charts. It supports parallel quote data retrieval from Yahoo! or ASCII text files, historical (daily, weekly, and monthly), intra-day,...


Platforms: Linux

Keyword: Aiotrade, Analysis, Indicators, Libraries, Platform, Pluggable, Programming, Stock, Stock Technical, Stock Technical Analysis, Technical, Technical Analysis

License: Freeware Size: 6.6 MB Download (124): AIOTrade Download

Added: January 27, 2010 | Visits: 2.271

AIS Parser SDK AIS Parser SDK (Automatic Identification System) is a ship tracking network using VHF transponders. AIS equipped ships are transmitting their positions, destinations, names, cargo types, etc. You can receive these transmissions using expensive AIS transponders, or receivers such as those...


Platforms: Linux

Keyword: Ais, Ais Parser Sdk, Automatic Identification, Automatic Identification System, Data, Identification System, Parser, Parser Sdk, Sdk, Ship, Ship Tracking, System, Tracking, Using, Vhf

License: Shareware Cost: $199.00 USD Download (234): AIS Parser SDK Download

Software 41-60 of 4,712: < 1 2 3 4 5 6 7 ... 236 >