Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Chemistry::Artificial::Graphics 0.01

    Download button

    No screenshots available
    Downloads: 395  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Bernat Requesens | More programs
    Perl Artistic License / FREE
    July 28th, 2006, 17:12 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Chemistry::Artificial::Graphics description

    Chemistry::Artificial::Graphics is a graphic plot for artificial with database support.

    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)
    { print "Error in parameter number n";
    print "perl chaplot.pl DB_NAME
    CHA_NAME FILE_NAME MODE (svg | svg_static | text)n";
    exit;
    }
    my $db1 =
    Chemistry::SQL->new(db_host=>"127.0.0.1",db_user=>"root",db_port=>"3306",sb_pwd=>"",db_name=>"$dbname",db_driver=>"mysql");
    $db1->connect_db;
    my $pcha = Chemistry::Artificial::Graphics->new(db => $db1, width=> "800",height=>"600",radius=> "10",distanceh=>"200",file=> $file,
    mode=> $mode);
    $pcha->ch_plot("$chaname");

    This package, along with Chemistry::SQL, includes all the necessary to generate graphics of the artificial chemistry in database.

    Product's homepage

      


    TAGS:

    graphic plot | database support | Perl module | Chemistry::Artificia | Chemistry | Artificial

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM