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

Listbox Example 1 1 freeware
Filter: All | Freeware | Demo
 

Listbox Example 1 1

1 2 3 4 5 > 
Added: March 23, 2013 | Visits: 552

Listbox Example This example shows how to implement a Listbox control into your applications.It also shows how to add, delete, kill duplicates and search for an item. & add, delt; Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (50): Listbox Example Download

Added: March 11, 2010 | Visits: 1.032

Config::Magic SYNOPSIS Example 1 use Config::Magic; use Data::Dumper; $input=q{ Section 1 { [Section 4] #Comment style #1 //Comment style #2 ;Comment style #3 Monkey:1 Monkey=>2 Monkey:=3 < Section 2 > Foo = Bar Baz { Bip:1 Pants==5 } < /Section > < Tasty Cheese="3" / > < Section 5 >... Platforms: *nix

License: Freeware Size: 20.48 KB Download (113): Config::Magic Download

Added: June 28, 2013 | Visits: 732

Windows Animation Example Windows Animation Example code shows you how to make animation in C . Platforms: C and C plus plus

License: Freeware Size: 20.48 KB Download (54): Windows Animation Example Download

Added: July 09, 2010 | Visits: 1.789

Linux::Input Linux::Input is a Linux input event interface. SYNOPSIS Example: 1 joystick using event API my $js1 = Linux::Input->new(/dev/input/event3); while (1) { while (my @events = $js1->poll(0.01)) { foreach (@event) { } } } Example: 2 joysticks using joystick API (different event... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Linux::Input Download

Added: July 13, 2010 | Visits: 968

Icmpenun Icmpenum sends ICMP traffic to potential targets on a network. Introduction: Host enumeration is the act of determining the IP address of potential targets on a network. This can be done in both layer 2 and layer 3. Icmpenum sends ICMP traffic for such enumeration. The ICMP packets supported... Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): Icmpenun Download

Added: March 03, 2010 | Visits: 738

Web Web Perl module contains a set of useful routines for many webworking purposes. This module was primarily made for UNIX/Linux-Systems. Parts of it cannot be used on other systems. E.g. the procedures for file locking demand systems that can use symlinks. If you use the modul on systems where... Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Web Download

Added: May 13, 2013 | Visits: 682

Solution of a Maxwell Stefan Diffusion Problem n the bottom of a Stefan tube there is a quiescent liquid with a mixture of acetone (component 1) and methanol (component 2). Vapor that evaporates from this pool of liquid diffuses to the top of the tube. Air (component 3) keeps the mole fractions of components 1 and 2 equal to zero. This... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): Solution of a Maxwell Stefan Diffusion Problem Download

Added: July 12, 2013 | Visits: 424

Example of Volatility Pumping The self-contained script demonstrates excess, volatility driven growth, in a rebalanced portfolio.Based on the paper "Benchmarking and Rebalancing" by Gabay and Herlemont, yats.com, 19 Septembre 2007, this script reproduces example 1, showing the long-term rebalancing excess growth rate g*.There... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Example of Volatility Pumping Download

Added: July 07, 2013 | Visits: 479

iPeak: Interactive Peak Detector function P=ipeak(DataMatrix,PeakD,AmpT,SlopeT,SmoothW,FitW)Keyboard-operated Interactive Peak Finder for data in data matrix "DataMatrix", with x values in row 1 and y values in row 2. Returns the peak table in P (Peak #, Position, Height, Width.) See... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): iPeak: Interactive Peak Detector Download

Added: July 04, 2013 | Visits: 386

Routh-Hurwitz Stability Criterion with GUI MATLAB Features:1-Calculate Exactly & Display Table Of Routh Hurwitz In Listbox Similar Project Can't Solve Accurate Routh-Hurwitz Stability Criterion For Example This Equation [1 1 3 3 3 2 1] Have All Element And First Element Zero Simultaneity And I Test Any Project And None Solve It 2-Determine Where... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (49): Routh-Hurwitz Stability Criterion with GUI MATLAB Download

Added: July 19, 2013 | Visits: 398

CGI::QuickForm CGI::QuickForm is a Perl module that provides a quick and simple mechanism for providing on-line CGI forms. When show_form executes it presents the form with the fields requested. As you can see from the minimal example at the beginning of the synopsis it will default everything it possibly can... Platforms: *nix

License: Freeware Size: 40.96 KB Download (38): CGI::QuickForm Download

Released: January 25, 2009  |  Added: January 27, 2009 | Visits: 3.061

Month Limit Controlling Monthly Plans: This program will help those people who stick to monthly plans. Example 1. You pay your Internet service provider a fixed fee for 400 megabytes of traffic per month. The best this for you is to get all of your 400 megabytes, but without exceeding the limit too much.... Platforms: Windows

License: Freeware Size: 491.74 KB Download (167): Month Limit Download

Added: May 05, 2010 | Visits: 1.176

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The... Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: July 07, 2010 | Visits: 890

XML::Namespace XML::Namespace is a Perl module with simple support for XML Namespaces. SYNOPSIS Example 1: using XML::Namespace objects use XML::Namespace; my $xsd = XML::Namespace->new(http://www.w3.org/2001/XMLSchema#); # explicit access via the uri() method print $xsd->uri(); #... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): XML::Namespace Download

Added: March 16, 2010 | Visits: 947

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (114): Net::SCP::Expect Download

Added: November 24, 2010 | Visits: 1.871

WWW::BF2Player WWW::BF2Player is a Perl module that can fetch information about game servers from BF2Player.com SYNOPSIS # example 1 use WWW::BF2Player; my $bfp = WWW::BF2Player->new; # omitted UserId, must set it per-request my $player = $bfp->getPlayer( UserId => 5307, PlayerId => 64246757 ); # userId... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): WWW::BF2Player Download

Added: October 14, 2010 | Visits: 1.024

Set::Infinite Set::Infinite Perl module contains sets of intervals. SYNOPSIS use Set::Infinite; $set = Set::Infinite->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set... Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite Download

Added: March 24, 2010 | Visits: 1.277

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent... Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: August 03, 2010 | Visits: 1.252

PDL::Graphics::AquaTerm PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255; aquaOpen({SIZE_X => $x_size, SIZE_Y => $y_size});... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): PDL::Graphics::AquaTerm Download

Added: June 07, 2010 | Visits: 1.079

PDL::Graphics::X PDL::Graphics::X is a PDL OO access to X windows. SYNOPSIS # example 1 use PDL; use PDL::Graphics::X; my $x_size = 255; my $y_size = 255; my $win1 = PDL::Graphics::X->new({SIZE_X => $x_size, SIZE_Y => $y_size}); my $a = xvals(zeroes(byte,$x_size,$y_size)); $win1->imag($a); # example... Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): PDL::Graphics::X Download

1 2 3 4 5 >