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

Radius Cinepak software
Filter: All | Freeware | Demo
 

Radius Cinepak

< 1 2 3 4 5 
Released: June 04, 2012  |  Added: June 04, 2012 | Visits: 376

Circular Radius Preloader Circular preloader animation with a little AS2 coding. Package Includes: FLA; Opens with: Flash 8, Flash CS3; Viewable with: Flash Player 9 and above; AS Version: Action Script 2.0. Platforms: Windows, Mac, Unix, Linux

License: Shareware Cost: $2.00 USD Size: 488 KB Download (45): Circular Radius Preloader Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 707

Horizontal Scroller Motion Blur Features: - unlimited number of thumbnails; - supports landscape and portrait images which are then resized by ratio taking into consideration the limits you will setup in the xml; - easy to implement and use; From the xml you can change: - the scroller's x and y; - the scroller's mask width and... Platforms: Windows, Mac, OS/2, Unix, Linux, Palm OS 6.0, Pocket PC

License: Shareware Cost: $5.00 USD Size: 1024 B Download (44): Horizontal Scroller Motion Blur Download

Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 481

Basic Cool Horizontal Flash 3D Carousel Very cool horizontal carousel: Images source can be modified in he XML file; Speed can be modified in the XML file; radius of the carousel can be modified in the XML file Platforms: Not Applicable

License: Commercial Cost: $6.00 USD Size: 200 KB Download (54): Basic Cool Horizontal Flash 3D Carousel Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 404

Polaroid Gallery FX Features: desk, grid or random layout of images; uses HTML/CSS formatted text; shadow and blur effects; rotation and expanding scale properties for images; different settings for corners radius, image padding and background; many other properties on the Live Demo. Platforms: Not Applicable

License: Commercial Cost: $12.00 USD Size: 200 KB Download (52): Polaroid Gallery FX Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 513

dhalbe-Admin A webbased application for simplifying working with a Free-Radius server and an MySQL as Backend-Database. Common tasks are generating prePaid accounts / cards in various formats, designing layout of printable cards and much more. Platforms: Windows, Mac, Linux

License: Freeware Size: 44.6 KB Download (50): dhalbe-Admin Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 226

Esprad Esprad is a radius' logs analysis tool. It consists of some perl scripts which read the radius' logs data, data which previously has been inserted in a MySQL database. Platforms: Windows, Mac, Linux

License: Freeware Size: 28.86 KB Download (51): Esprad Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 396

Freeradius administration package A snazzy front-end admin kit for FreeRADIUS that allows for the addition of radius users,user groups, and group attribute templating. Access controls allow for admin users and 'agents' that can act autonomously. Also admins FreeRADIUS radius attributes Platforms: Windows, Mac, Linux

License: Freeware Size: 28.42 KB Download (50): Freeradius administration package Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 226

TclRadClient TclRadClient Tcl package provides RADIUS client library written in pure Tcl. Platforms: Windows, Mac, Linux

License: Freeware Size: 40.08 KB Download (47): TclRadClient Download

Added: May 10, 2013 | Visits: 394

Move Sphere movsph(r,A,B,V,op1) creates a randomly coloured sphere with radius r and moves it from point A to point B with speed V.It can prove useful when designing graphical simulations of statistical equations. Requirements: - MATLAB 7.4 (R2007a) Platforms: Windows, Mac, *nix, Matlab, Solaris

License: Freeware Download (52): Move Sphere Download

Added: May 10, 2013 | Visits: 464

storefinder 5.x-1.1 For the front end there is a place where you can input your address, zip and a search radius and be given a set of results on a google map.A google maps api key is needed.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): storefinder 5.x-1.1 Download

Added: May 10, 2013 | Visits: 294

ImageCache Unsharp Mask 5.x-1.2 Values for Amount, Radius and Treshold can be configured.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal ImageAPI module - Drupal ImageCache module Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): ImageCache Unsharp Mask 5.x-1.2 Download

Added: May 10, 2013 | Visits: 621

RadiusSearchTool 0.1a This radius search tool is based on Yahoo! Maps Flash API and provides a map UI with the capability to connect to a web service, submit a center Latitude/Longitude point and a radius, and plot the returned data on the map. Platforms: Windows, Mac, *nix, Flash, BSD Solaris

License: Freeware Download (57): RadiusSearchTool 0.1a Download

Added: July 21, 2013 | Visits: 382

plot_cc Plots triples ( t, real(z(t)), imag(z(t)) ), a shiskebob of complex numbers. For visual context, each complex number is a dot on its own gray constant-amplitude envelope circle with a blue radius from the center axis. Platforms: Matlab

License: Freeware Size: 10 KB Download (44): plot_cc Download

LMFsolve.m: Levenberg-Marquardt-Fletcher algorithm for nonlinear least squares problems The function LMFsolve.m serves for finding optimal solution of an overdetermined system of nonlinear equations in the least-squares sense. The standard Levenberg- Marquardt algorithm was modified by Fletcher and coded in FORTRAN many years ago. LMFsolve is its essentially shortened version... Platforms: Matlab


Added: August 28, 2013 | Visits: 535

Circle Fit (Kasa method) This is the fastest (though not most accurate) method of fitting a circlle to data points on a plane (given by their xy-coordinates). It returns the circle center (a,b) and radius R. It was proposed by I. Kasa in article "A curve fitting procedure and its error analysis", IEEE Trans. Inst. Meas.,... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Circle Fit (Kasa method) Download

Added: July 01, 2013 | Visits: 576

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

Inverse Distance Weighted (IDW) or Simple Moving Average (SMA) INTERPOLATION This function computes at (Xi,Yi) unknown locations the IDW (w P=1, Q=1 yields interpolation at one point --> P>1, Q=1 yields interpolation at a vector of points --> P>1, Q>1 yields interpolation at a (ir)regular grid of points======================================== INPUTS Xc: (mandatory) [Nx1]... Platforms: Matlab


Added: May 31, 2013 | Visits: 394

Simple example of PSO algorithm It finds the minimum of a n variables function with the Particle Swarm Optimization Algorithm.% The input parameters are:% -func: it's the objective function's handle to minimize% -numInd: it's the number of the swarm's elements% -range: it's the range in which the elements must be created%... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Simple example of PSO algorithm Download

Added: July 16, 2013 | Visits: 512

Approximation of Circle Using Cubic Bezier Curve (1) CubicBezier1.m : Evaluates Cubic Bezier Curve for given four Control Points and interval.(2) PlotBezier1.m : Plots Bezier Curve, Control Points, Control Polygon(3) TestCircleApproxByCubicBezier.m : Test Program. Pass Control Points that approximate unit radius circle using cubic Beizer... Platforms: Matlab

License: Freeware Size: 122.88 KB Download (47): Approximation of Circle Using Cubic Bezier Curve Download

Added: April 19, 2013 | Visits: 391

BrainMaps Analyze BrainMaps Analyze is a powerful tool for applying image analysis routines to massive, high resolution brain image data at BrainMaps.org (or elsewhere)The thumbnail image is a screenshot of BrainMaps Analyze (Matlab version) performing granulometry analysis on this image. The top left image is a... Platforms: Matlab

License: Freeware Size: 1024 KB Download (43): BrainMaps Analyze Download

< 1 2 3 4 5