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

Circle Ring software
Filter: All | Freeware | Demo
 

Circle Ring

< 1 2 3 4 5 > 
Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 446

Circle A powerful, easy to use software synthesizer. Simply move color coded circles around the interface to start creating your own unique sounds. Preview the connections by just hovering the circle beneath a knob. Explore sound in an intuitive way. WHAT'S NEW release notes not available at developer... Platforms: Mac

License: Demo Cost: $199.00 USD Size: 31.3 MB Download (75): Circle Download

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

Pilates Magic Circle DT The Pilates Classic Magic Circle DT app presents the classic Pilates series of exercises in the classic sequential order, but with a Magic Circle which is a flexible circle that you squeeze while doing the exercises. Performing Pilates with a Magic Circle Platforms: Mac

License: Shareware Cost: $6.99 USD Size: 821 MB Download (52): Pilates Magic Circle DT Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 456

Ring Toss or Throw - Focus & Strategy Trainer - 3D Arcade & Carnival Game Remember the old-time ring-toss games at carnivals and arcades where you’d throw a ring at an array of bottles to win fun prizes? Ring Toss or Throw over bottles/cylinder - realistic 3d simulation addictive game in amazing look and feel with fo Platforms: Mac

License: Shareware Cost: $4.99 USD Size: 22.7 MB Download (62): Ring Toss or Throw - Focus & Strategy Trainer - 3D Arcade & Carnival Game Download

Added: May 10, 2013 | Visits: 673

PHP-Ring webring script Hosting a webring on your site increases both traffic to your site and links to your site. Features - Allows site owners to easily manage a database of related websites - Designed for use with MySQL, but enabled to function with other SQL database systems as well (db2, msaccess, mssql,... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (61): PHP-Ring webring script Download

Added: July 01, 2013 | Visits: 577

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: 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: May 23, 2013 | Visits: 336

2D Mohr's Circle Mohr's circle is a graphical technique that permits transformation of stress from one plane to another and can also lead to the determination of the maximum normal and shear stresses. This file simply draws Mohr's circle with the correct stress elements while labeling the principle stresses and... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (43): 2D Mohr's Circle Download

Added: April 02, 2013 | Visits: 462

Tree-Ring MATLAB Toolbox This is a collection of functions I wrote for use of MATLAB with tree-ring time series. Functions are included for skeleton plotting, group time-series plotting, and correlation analysis of seasonal climatic time series with tree-ring indices ("tree-ring response-functions"). Platforms: Matlab

License: Freeware Size: 61.44 KB Download (48): Tree-Ring MATLAB Toolbox Download

Added: July 16, 2013 | Visits: 362

Maximum Inscribed Circle using Distance Transform Maximum Inscribed Circle Or in other words, "largest inner circle" , "maximum empty circle" etc.This is a very common problem in computational geometry, and it is not simple to solve efficiently.Addressing 2D image/contour processing, I couldn't find a good implementation on the web. Generally,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Maximum Inscribed Circle using Distance Transform Download

Added: July 02, 2013 | Visits: 414

Maximum Inscribed Circle using Voronoi Diagram A sample application and a function for solving the maximum inscribed circle problem.Unlike my other submission "Maximum Inscribed Circle using Distance Transform" (at My Webpage), this algorithm is subpixel accurate. It operates only on the polygon and not the image points. Therefore, if the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Maximum Inscribed Circle using Voronoi Diagram Download

Added: June 27, 2013 | Visits: 341

Circle on image To Draw a circle on the given image. required informations are 2 points which are going to be marked by mouse click.1st point is midpoint of the circle.2nd point is radius of the circle. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Circle on image Download

Added: April 27, 2013 | Visits: 407

Filled Circle select 2 seed points from mouse click.1st one vl be mid point of the circle and2nd vl be radius of the same.it vl crop the area Platforms: Matlab

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

Crop upper/lower half- and whole-circle sections in the center of an image Crop upper/lower half-, and whole-circle sections in the center of a colour image. Optional move of cropped section inside the image and away from center. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.65 MB Download (50): Crop upper/lower half- and whole-circle sections in the center of an image Download

Added: July 27, 2013 | Visits: 264

Bright circle with dark background This implements the built in function patch. I have patched the circle on the dark background.There may be faster way to do it. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Bright circle with dark background Download

Added: June 24, 2013 | Visits: 366

Circle Bounded Voronoi Diagram This function compute the individual Voronoi cell area of point sets bounded in a unit circle.Inputs:x : M x 1 array of x-coordinatesy : M x 1 array of y-coordinatestoggleplot : 1 to turn on figures, 0 to turn off figures;Outputs:CellArea : M x 1 array of Voronoi cell area bounded in a unit circle Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Circle Bounded Voronoi Diagram Download

Added: August 31, 2013 | Visits: 542

Computes center of circle given two points and a radius Function used to compute the center of the circle given two points and a radius. Takes only real inputs and gives only real outputs. Make sure the units are consistent%Inputs: %P1-First point e.g. [3 4] => (x1,y1) %P2-Second point %R-Radius%Output: %C-Center of the circle. Its a 2x2 matrix. First... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Computes center of circle given two points and a radius Download

Added: March 30, 2013 | Visits: 255

circum circle Accepts a list of x and y coordinates. First, we find the smallest circumscribing polygon from this list (convhull). Finally, we use this polygon's coordinates to find the smallest circumscribing circle. We find the circle by minimizing the distance of the circle center to the polygon's... Platforms: Matlab

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

Added: May 30, 2013 | Visits: 610

Check Whether a Point Lies Inside,Outside or On a Circle This program checks whether a point (x,y) lies inside,outside or on a circle defined by 3 other points.Syntax: iscircle(X,Y,x,y), where X=[x1 x2 x3] and Y=[y1 y2 y3]. Thus, a circle can be made out of these 3 points-->(x1,y1), x2,y2)&(x3,y3).Program checks whether point (x,y) lies inside,outside... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Check Whether a Point Lies Inside,Outside or On a Circle Download

Added: December 10, 2013 | Visits: 696

Draw a filled circle FILLEDCIRCLE Filled circle drawingfilledCircle(CENTER,R,N,COLOR) draws a circle filled with COLOR that has CENTER as its center and R as its radius, by using N points on the periphery.Usage Examples,filledCircle([1,3],3,1000,'b');filledCircle([2,4],2,1000,'r');If you would like to generate the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Draw a filled circle Download

Added: July 08, 2013 | Visits: 269

Plot Circle in 3D Take a center point, a normal vector and a radius and plots a Circle in 3D using plot3 Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Plot Circle in 3D Download

< 1 2 3 4 5 >