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

Radiator Radius freeware
Filter: All | Freeware | Demo
 

Radiator Radius

< 1 2 3 4 5 > 
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: 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

Added: May 03, 2013 | Visits: 350

Efficient local minima detector Let r_scale be the neighborhood radius scale, a brute search method would require N*r_scale to detect the valleys with neighborhood size of r_scale in 1d signal or N*r_scale*r_scale complexity in 2d image. Which is too slow in large data size. In this file, the complexity is reduced in... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Efficient local minima detector Download

Added: April 09, 2013 | Visits: 514

K-NEAREST NEIGHBOURS AND RADIUS (RANGE) SEARCH When the dataset is small, when you have to run only a few number of search, or when the dimensions of points is large, the brute search method is still faster than kd-trees data structure. Computing the distances one by one take a minor time than building the tree.Some of this problems have... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): K-NEAREST NEIGHBOURS AND RADIUS (RANGE) SEARCH Download

Depth-First Spherical Lattice Space-Time Decoder with Boundary Control A stack-based sequential depth-first decoder that returns Maximum-Likelihood solutions to spherical LAST coded MIMO system-type problems, i.e., a lattice decoder with spherical boundary control. In such problems, the depth of the search tree is known but the number of children per node is not... Platforms: Matlab


Added: August 07, 2013 | Visits: 459

ILIAS for Scripts It can be integrated into university campuses, online libraries, online courses, government educational systems, etc.Here are some key features of "ILIAS":dlTE Personal desktop for each user with information about last visited courses, new mail or forum entriesdlTE Learning environment with... Platforms: PHP

License: Freeware Size: 96.94 MB Download (54): ILIAS for Scripts Download

Added: September 13, 2013 | Visits: 405

Text Menu FX A versatile free Text Menu. Fully XML customizable, without using Flash.Main featuresThe Text Menu FX can be embedded in any website for free without even using Flash. The overall width and height can be customized up to 1680 x 1050 pixels. The menu can have an unlimited number of text items. Any... Platforms: PHP

License: Freeware Size: 10 KB Download (50): Text Menu FX Download

Added: April 03, 2013 | Visits: 810

Simple Real Estate Pack Simple Real Estate Pack is a package of real estate tools and widgets designed specifically for real estate industry blogs and web sites. The plugin includes mortgage and home affordability calculators, closing cost estimator, live mortgage rates, Trulia and ALTOS statistical charts, local... Platforms: PHP

License: Freeware Size: 665.6 KB Download (49): Simple Real Estate Pack Download

< 1 2 3 4 5 >