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

Transform Definition freeware
Filter: All | Freeware | Demo
 

Transform Definition

1 2 3 4 5 > 
Added: May 08, 2013 | Visits: 616

PHP transForm for Scripts PHP transForm is a form generator and processor that allows a website developer an easy way to view/add/edit/delete data in various databases.In order to use PHP transForm, you must be using at least PHP4.1.1.This PHP version includes the PEAR DB database abstraction code used by PHP... Platforms: PHP

License: Freeware Size: 10 KB Download (44): PHP transForm for Scripts Download

Added: August 09, 2010 | Visits: 1.063

PDL::Transform::Cartography PDL::Transform::Cartography Perl module contains useful cartographic projections. SYNOPSIS # make a Mercator map of Earth use PDL::Transform::Cartography; $a = earth_coast(); $a = graticule(10,2)->glue(1,$a); $t = t_mercator; $w = pgwin(xs); $w->lines($t->apply($a)->clean_lines());... Platforms: *nix

License: Freeware Size: 2.1 MB Download (103): PDL::Transform::Cartography Download

Added: November 05, 2010 | Visits: 1.174

PDL::Transform PDL::Transform is a Perl module that coordinate transforms, image warping, and N-D functions. SYNOPSIS use PDL::Transform; my $t = new PDL::Transform:: ( ) $out = $t->apply($in) # Apply transform to some N-vectors (Transform method) $out = $in->apply($t) # Apply transform to some... Platforms: *nix

License: Freeware Size: 2.1 MB Download (108): PDL::Transform Download

Added: August 12, 2010 | Visits: 1.593

CAD::Drawing::Manipulate::Transform CAD::Drawing::Manipulate::Transform is a Perl module with Matrix methods for CAD::Drawing. Provides 3D transformation methods (based on traditional matrix algorithms) for Drawing.pm objects. Coordinate System All of these methods assume a RIGHT-HANDED coordinate system. If you are using a... Platforms: *nix

License: Freeware Size: 39.94 KB Download (127): CAD::Drawing::Manipulate::Transform Download

Added: September 16, 2010 | Visits: 1.285

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data... Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 1.057

Windows Defender Latest Definition Updates This package will help you install the latest Windows Defender definition updates. If you encounter problems while trying to install definition updates for Windows Defender, you can download the latest definition update for computers running a 32-bit (x86-based) or 64-bit version of Windows. for... Platforms: Windows, XP, 2003, Windows Vista, XPX64

License: Freeware Download (486): Windows Defender Latest Definition Updates Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 1.050

Microsoft Security Essentials & ForeFront Client Security Definition Updates This package will help you install the latest Microsoft ForeFront Client Security definition updates. mpam-fe.exe Antimalware Full + Engine package (for x86, amd64, ia64) Contains engine (mpengine.dll), mpasbase.vdm, mpasdlta.vdm, mpavbase.vdm, mpavdlt.vdm, mpsigstub.exe. mpam-d.exe... Platforms: Windows


Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 1.002

Zillya! Antivirus Definition Updates This package provides antivirus definition bases for Zillya! Antivirus and Internet Security. Zillya! Antivirus is a fast and reliable antivirus. Security specialists created Zillya! Antivirus to let users get high quality, simple and reliable product. Zillya! Antivirus detects and eliminates... Platforms: Windows

License: Freeware Download (498): Zillya! Antivirus Definition Updates Download

Added: May 10, 2013 | Visits: 564

PHP transForm PHP transForm is a form generator and processor that allows a website developer an easy way to view/add/edit/delete data in various databases. In order to use PHP transForm, you must be using at least PHP4.1.1. This PHP version includes the PEAR DB database abstraction code used by PHP transForm.... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): PHP transForm Download

Added: May 10, 2013 | Visits: 967

PHP Definition Update Tool PHP Definition Update Tool is intended to make updating php definition file easier. For example in language definition file in Mambo CMS. With this tool, you can easily managed your language translation over versions. It easily allow you to look for new definition to translate. Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (62): PHP Definition Update Tool Download

Added: July 19, 2013 | Visits: 543

Hilbert-Huang Transform The function plot_hht is a realization of the Hilbert-Huang transform (HHT). The HHT decomposes a signal into intrinsic mode functions (or IMFs), and obtain the instantaneous frequency data. It is designed to work well for data that are nonstationary and nonlinear... Platforms: Matlab

License: Freeware Size: 1013.76 KB Download (45): Hilbert-Huang Transform Download

Added: May 30, 2013 | Visits: 594

Fast 2D Walsh-Hadamard Transform The function implement the 2D dyadic(Paley) ordered fast in-place Walsh-Hadamard transform, which can be used in signal processing, pattern recognition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented in N log2 Nadditions and subtractions. Data... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Fast 2D Walsh-Hadamard Transform Download

Added: August 15, 2013 | Visits: 569

sequency-ordered discrete Hadamard transform computes the sequency-ordered discrete Hadamard transform Platforms: Matlab

License: Freeware Size: 10 KB Download (46): sequency-ordered discrete Hadamard transform Download

Added: August 26, 2013 | Visits: 749

Fast Fourier Transform Algorithm This program is open source code of fast Fourier transform in matlab.Where y is the input argument and p is the normalized size of the input. Lety = [1 2 3 4 ];x= length(y);m= log2(x);p= ceil(m);To call the function useft2(y,p); Platforms: Matlab

License: Freeware Size: 10 KB Download (56): Fast Fourier Transform Algorithm Download

Added: July 11, 2013 | Visits: 662

Walsh Transform(2D) The function implement the 1D Walash Transform which can be used in signal processing,pattern recognition and Genetic algorithms. The Formula of 1D Walsh Transform is defined as : N-1 q-1 ---- -- 1 | | b[i](m)*b[q-1-i](u) W(u) = --- / f(m)| | (-1) ,u = 0,...,N-1 N ---- | | m=0 i=0 where for... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Walsh Transform(2D) Download

Added: June 02, 2013 | Visits: 539

Walsh Transform(1D) The function implement the 1D Walash Transform which can be used in signal processing,pattern recognition and Genetic algorithms. The Formula of 1D Walsh Transform is defined in mfile Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Walsh Transform(1D) Download

Added: April 30, 2013 | Visits: 524

naturally-ordered discrete Hadamard transform algorithm computes the naturally-ordered discrete Hadamard transform Platforms: Matlab

License: Freeware Size: 10 KB Download (45): naturally-ordered discrete Hadamard transform algorithm Download

Added: May 31, 2013 | Visits: 974

CCK definition list field This simple module provides a CCK field to input lines on a textarea and renderize a html definition list.It uses "---" as the separator between definition terms. Lines are trimmed and whitelines removed. Platforms: PHP

License: Freeware Size: 10 KB Download (47): CCK definition list field Download

Released: January 03, 2013  |  Added: January 03, 2013 | Visits: 764

Microsoft Security Essentials Definition Updates x64 What is Microsoft Security Essentials You're too busy to spend a lot of time worrying about protecting your PC. With Microsoft Security Essentials Beta, you get high-quality protection against viruses and spyware, including Trojans, worms and other malicious software. And best of all, there are... Platforms: Windows

License: Freeware Size: 39.9 MB Download (427): Microsoft Security Essentials Definition Updates x64 Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 906

Fourier Transform Lab Student Edition Fourier Transform Lab Student Edition is an advanced application designed for performing Fourier transformations, which can be useful in teaching Crystallography, since they are related to Optical Transforms (e.g. laser diffraction patterns). Furthermore one may get a quick hands-on experience... Platforms: Windows

License: Freeware Size: 6.8 MB Download (82): Fourier Transform Lab Student Edition Download

1 2 3 4 5 >