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

Snooze Products Php Pid And X Y software
Filter: All | Freeware | Demo
 

Snooze Products Php Pid And X Y

< 1 2 3 4 5 
Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 642

Jazz Utils Jazz Utils - FileMaker Plugin plugin includes clipboard functions, HTML formatting (tagging) functions, functions to obtain the mouse location (x, y), cross-platform character conversion, ascii values, and FileMaker script debugging tools. The mini-icons below indicate which functions have been...



Platforms: Mac

License: Freeware Size: 92.16 KB Download (57): Jazz Utils Download

Added: May 10, 2013 | Visits: 322

APC - Alternative PHP Cache 6.x-1.x-dev / 5.x-1.x-dev This module does not implement the opcache functionality of APC.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x/6.x - PECL APC Package





Platforms: Windows, Mac, *nix, PHP, BSD Solaris


Added: May 10, 2013 | Visits: 601

phpManta phpManta is a suite of PHP classes, scripts and examples intended to help PHP programmers writing stable PHP websites and applications. Coding is faster using auto-documentation, templates and web widgets from the phpManta suite. With phpManta suite, you can easily auto-document your own PHP...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): phpManta Download

Added: May 10, 2013 | Visits: 564

Barcode PHP 0.0.8a Barcode is a small implementation of a barcode rendering class using the PHP language and GD graphics library.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): Barcode PHP 0.0.8a Download

Added: May 10, 2013 | Visits: 1.310

PHP & FTP File Manager PHP & FTP File Manager is a Visual File Manager developed in PHP, JAVASCRIPT and AJAX. It accesses files using FTP, with no need to use PHP or other Server Side Scripting Language, it just needs the FTP user and password. It provides to the user a visual and intuitive interface.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (68): PHP & FTP File Manager Download

Added: March 17, 2013 | Visits: 438

PHP i18n .0a PHP i18n is a PHP framework and function libraries to do internationalization (i18n) and localization of your PHP web sites.


Platforms: BSD Solaris

License: Freeware Download (48): PHP i18n .0a Download

Added: May 10, 2013 | Visits: 1.794

The Address Book PHP The Address Book is a free, open source address management system, utilizing the combined power of PHP scripting and MySQL databases to provide a flexible, robust system allowing users to add a virtually unlimited number of addresses and other info. Key Features: - Utilizes the combined power of...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): The Address Book PHP Download

Added: September 07, 2013 | Visits: 630

Lawrence Goetz's Image 3D Script This free Java applet lets you have an image rotate on your site in 3D. It takes a 2D image and spins it around it's X, Y, or Z axis as if it were a 3D image.It's great for logos on a site, or for general pictures that you want to spin. The applet can be linked to a file and it works with frames....


Platforms: Java

License: Freeware Size: 20.48 KB Download (44): Lawrence Goetz's Image 3D Script Download

Added: August 19, 2013 | Visits: 461

plotfit [coef, RSquared]=plotfit(x,y,polyorder)A simple function that accepts x,y data pairs in in the vectors "x" and "y", fits it to a polynomial of order "polyorder", plots the data and the fit, and displays the fit coefficients and the goodness-of-fit measure R-squared in the upper left corner of the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): plotfit Download

Added: June 09, 2013 | Visits: 384

fwhm width = fwhm(x,y)Full-Width at Half-Maximum (FWHM) of the waveform y(x) and its polarity.The FWHM result in 'width' will be in units of 'x'The code was developed by an unknown author.


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): fwhm Download

Added: May 24, 2013 | Visits: 431

xyzplotter MATLABs most commonly used 3-d plotting tools surf and mesh require rectangular grids to plot in 3-d, not x,y,z triples. This function converts arrays of x,y,z triples into rectangular grids to use with surf, mesh, etc.common usage:[x y z] = xyzplotter(xin,yin,zin)xin,yin,zin are n x 1 arrays...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): xyzplotter Download

Added: April 11, 2013 | Visits: 457

Gaussian window in 3 dimensions G3 = gauss3D(sz_X, sz_Y, sz_Z, a, prec);returns a 3 dimensional matrix being a gaussian bell curve where the width in the (x/y/z)-dimension is proportional to 1/a(1), 1/a(2) and 1/a(3), respectively. "prec" is the data precision.Default is a=[2.5 2.5 2.5] and prec='double'Examples:Cubic-shaped...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Gaussian window in 3 dimensions Download

Added: July 01, 2013 | Visits: 570

Minimum Enclosing Circle This code takes an input of a set of given (x,y) points in the Cartesian coordinates and returns the center and radius of the minimum circle enclosing the points.This code is based on that of Yazan Ahed, and contains no changes in the algorithm but only in the structure.The previous code was...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Minimum Enclosing Circle Download

Added: June 10, 2013 | Visits: 569

Find optimal FIR Wiener filter for multiple inputs MISO_FIRWIENER(N, X, Y) computes the optimal FIR Wiener filter of order N, given any number of (stationary) random input signals as the columns of matrix X, and one output signal in column vector Y.Requires BLOCK_LEVISON.M, also on the file exchange.By Keenan Pepper; uploaded with permission.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Find optimal FIR Wiener filter for multiple inputs Download

Added: August 27, 2013 | Visits: 623

Fit experimental data is easy pbest=EASYFIT(x,y,varargin) fits the data Y = f(X) to a model function Y = FUN(P,X).If FUN is not given as an input argument, POLYFIT is used as the model function.Bounds on the parameters P may be set.By default a plot is generated which presents the data as well the "best" curve, confidence...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Fit experimental data is easy Download

Added: July 26, 2013 | Visits: 276

Streamcolor STREAMCOLOR(X,Y,U,V,STARTX,STARTY,VMAG) or STREAMCOLOR(X,Y,Z,U,V,W,STARTX,STARTY,STARTZ,VMAG) creates streamlines from 2D or 3D vector data U,V,W. The arrays X,Y,Z define the coordinates for U,V,W and must be monotonic and 3D plaid (as if produced by MESHGRID). STARTX, STARTY, and STARTZ define...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Streamcolor Download

Added: June 21, 2013 | Visits: 620

Multiple Coherence Function For a system having multiple inputs x and outputs y, the partial coherence is the coherence computed between any individual input and the output when the effect of all other inputs is removed from the output by a linear least squares prediction. This coherence obeys the usual inequality, and will...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Multiple Coherence Function Download

Added: May 29, 2013 | Visits: 428

Straight-line fitting genetic algorithm [M,B] = AG_RECTA(X,Y) finds the the slope M and the y-intercept B of the line that better fits to the X,Y data. X and Y are vectors of the same length.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Straight-line fitting genetic algorithm Download

Added: May 14, 2013 | Visits: 206

Writefilament This program will interface with IMARIS software, and record the x,y, and Z coordinates output from the program of all the filaments written.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Writefilament Download

Added: April 28, 2013 | Visits: 478

MINCONNECT MINimal CONNECTivity (adjacency) matrix for (X,Y) points on a plane, and/or graph of connections. Needs CLINE.Applications: graph theory, optimal traffic, astronomy (e.g. if youwant to see a tree of connected stars selected according to certain bounds on distance and/or magnitude etc).The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): MINCONNECT Download

< 1 2 3 4 5