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

Design Number Plate freeware
Filter: All | Freeware | Demo
 

Design Number Plate

1 2 3 4 5 > 
Added: February 08, 2006 | Visits: 3.160

PalmPR Palm PR, Intertraff number plate recognition software, runs on any Microsoft Windows 2003 PDA. Through a Compact Flash Camera, Palm PR analyses continuously the live picture looking for number plates. Once a vehicle plate is detected, the number is recognized using a series of complex...



Platforms: Windows CE

License: Freeware Size: 258 KB Download (671): PalmPR Download

Released: January 05, 2017  |  Added: January 14, 2018 | Visits: 608

Free ANPR/LPR SDK for Android Free License Plate Recognition SDK with help of open source license plate reader allows you to integrate license plate recognition functionality into various types of android business software products and applications.





Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 355.88 KB Download (41): Free ANPR/LPR SDK for Android Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 496

Towers of Hanoi (Free game) Simple logical game. It is just another implemetation of the well-known Hanoi Towers game. The goal is to move all bricks from the left position to the right position, using the middle one as intermediate. You may only put a smaller brick onto a bigger one, not vice versa. It is not very exciting...


Platforms: Windows

License: Freeware Size: 922 KB Download (54): Towers of Hanoi (Free game) Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 623

Electronic Design Automation - Index Electronic Design Automation (EDA) - Index can be used in the electronic world to keep track of your: Schematic, PCB, Front Plate, Programmable Logic Device numbers. The system is web based, so try the demo and see if you can use it.


Platforms: Windows, Mac, Linux

License: Freeware Size: 934.35 KB Download (47): Electronic Design Automation - Index Download

Released: January 03, 2002  |  Added: July 12, 2006 | Visits: 10.623

Electronic Design Studio Electronic Design Studio 3 is an integrated EDA. The project and netlist navigators let you move around your project easily, and the comprehensive range of tools including the fast powerful Viper II autorouter, and new DTM mean that you can spend less time swapping between packages and more time...


Platforms: Windows

License: Freeware Size: 9 KB Download (1962): Electronic Design Studio Download

Added: January 09, 2006 | Visits: 2.942

Space Design Screensaver SpaceDesign Screen saver ,it contains 25 sheets art design opus.They are very visualize and lifelikeness,and it contains ethereally music 'A comme Amour', when you have a rest,you will go into the dream 3D world and enjoy the concinnity music .... It is Free Screensaver ... Thanks for...


Platforms: Windows

License: Freeware Size: 1.63 MB Download (145): Space Design Screensaver Download

Released: February 16, 2008  |  Added: February 22, 2008 | Visits: 2.249

MB Free Personal Month Number MB Free Personal Month Number Software is an user-friendly yet simple software that basically predicts what lies ahead of you in the calendar month ahead. This software helps you to realize that every particular month has a specific energy, which should be effectively harnessed for your own...


Platforms: Windows

License: Freeware Size: 651.71 KB Download (525): MB Free Personal Month Number Download

Released: July 01, 2009  |  Added: September 16, 2009 | Visits: 2.638

Random Number Software Random number Software is an powerful & easy to operate program to generate a list of random numbers. Random number Software is cultivated on windows platform, software supported on all the Windows OS versions. Software also provides you the feature to create list of sequential numbers and...


Platforms: Windows

License: Freeware Size: 960.41 KB Download (242): Random Number Software Download

Added: January 18, 2010 | Visits: 1.208

Number::Bytes::Human Number::Bytes::Human is a Perl module that can convert byte count to human readable format. SYNOPSIS use Number::Bytes::Human qw(format_bytes); $size = format_bytes(0); # 0 $size = format_bytes(2*1024); # 2.0K $size = format_bytes(1_234_890, bs => 1000); # 1.3M $size = format_bytes(1E9,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (98): Number::Bytes::Human Download

Added: March 06, 2010 | Visits: 1.222

Convert::Number::Digits Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode. SYNOPSIS use utf8; require Convert::Number::Digits; my $number = 12345; my $d = new Convert::Number::Digits ( $number ); print "$number => ", $d->toArabic, "n"; my $gujarti = $d->toGujarti; my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Convert::Number::Digits Download

Added: March 16, 2010 | Visits: 1.248

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Test::Number::Delta Download

Added: May 19, 2010 | Visits: 1.262

Java::Import::Design Java::Import::Design is the design of the Java::Import Module. MOTIVATIONS The original motivation for writing this module came out of a project I was working on during my previous employment. We had built a system in which a major part was implimented using EJBs on a J2EE server. In...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import::Design Download

Added: February 27, 2010 | Visits: 873

Number::Encode Number::Encode is a Perl module to encode bit strings into digit strings. SYNOPSIS use Number::Encode qw(nonuniform uniform); Provides a mechanism to convert arbitrary bit-strings into numeric digit strings. The transformation can be uniform or non-uniform depending on the type of...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (107): Number::Encode Download

Added: April 19, 2010 | Visits: 819

Number::WithError Number::WithError is a Perl module that contains numbers with error propagation and scientific rounding. SYNOPSIS use Number::WithError; my $num = Number::WithError->new(5.647, 0.31); print $num . "n"; # prints 5.65e+00 +/- 3.1e-01 # (I.e. it automatically does scientific rounding) my...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (90): Number::WithError Download

Added: July 27, 2010 | Visits: 962

Number::Latin Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..." SYNOPSIS use Number::Latin; print join( , map int2latin($_), 1 .. 30), "n"; # # Prints: # a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad Some applications, notably the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Number::Latin Download

Added: July 01, 2010 | Visits: 937

Number::Interval Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains( $value ); $status = $i->intersection( $i2 ); print...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Number::Interval Download

Released: February 16, 2010  |  Added: April 03, 2010 | Visits: 3.264

Roulette Lucky Number Generator Get Roulette Lucky Number Generator by RouletteDoc.com to make your roulette gameplay more systematic! Roulette LNG is a special tool for online roulette players which generates personal lucky numbers recommended for player to bet on in the gameplay. To get your lucky numbers you must follow...


Platforms: Windows

License: Freeware Size: 19.47 KB Download (330): Roulette Lucky Number Generator Download

Released: February 28, 2011  |  Added: March 05, 2011 | Visits: 1.641

Appetise Web Design Melbourne From Professional Web design Melbourne, based company Chromatix. An application to help with photography and food photography.


Platforms: OS/2, Windows, Mac, *nix, Windows CE, AS/400

License: Freeware Size: 9.13 MB Download (593): Appetise Web Design Melbourne Download

Released: June 12, 2011  |  Added: June 27, 2011 | Visits: 1.776

Phone number location lookup 2011 Phone Number Location Lookup 2011 is a free software which helps you to determine the geographical location of any US phone number. You can enter any US phone number and the application will search and find its location. The location is neatly displayed on the Google maps included inside the...


Platforms: Windows

License: Freeware Size: 7.26 MB Download (1207): Phone number location lookup 2011 Download

Released: March 29, 2012  |  Added: April 08, 2012 | Visits: 1.648

CCTV Design Lens Calculator CCTV Design Lens Calculator is an easy free tool for CCTV design. It offers standard functions of Lens Calculators - calculation of the field-of-view size depending on the distance and the lens focal length as well as several new, more effective tools. CCTV Design Lens Calculator allows you:...


Platforms: Windows

License: Freeware Size: 8.4 MB Download (141): CCTV Design Lens Calculator Download

1 2 3 4 5 >