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

Circle software
Filter: All | Freeware | Demo
 

Circle

< 1 2 3 4 5 > 
Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 332

Circle Party Circle Party animation useful as a background for your project. Included files FLV (1024x768 & 1280x720) and QT MOV H.264 (1024x768 & 1280x720)



Platforms: Not Applicable

License: Commercial Cost: $2.00 USD Size: 100 KB Download (48): Circle Party Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 451

Line Circle Preloader V2.0 This is a Line circle preloader Version 2.0, same as version 1.0, but with different design. Just drop it on first frame and your content at second frame of the Flash.





Platforms: Windows, Mac, Other, Pocket PC, Android, BlackBerry, iPhone, iPod, iTouch, Palm

License: Freeware Size: 100 KB Download (50): Line Circle Preloader V2.0 Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 462

Circle Preloader You can easily change the size and color of the dots, so it visually suits your project. Just make your desired modifications to one MovieClip in the library. The animation is based on ActionScript, which makes it dynamic. You can modify the fade time and tween speeds and directions by changing a...


Platforms: Windows, Mac, Unix, Linux

License: Shareware Cost: $6.00 USD Size: 488 KB Download (45): Circle Preloader Download

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

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: 370

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 (46): Pilates Magic Circle DT 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: July 16, 2013 | Visits: 505

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: 333

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: July 16, 2013 | Visits: 356

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: 408

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: 335

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: 400

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: 259

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 (39): Bright circle with dark background Download

Added: June 24, 2013 | Visits: 363

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: 535

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 (38): Computes center of circle given two points and a radius Download

Added: March 30, 2013 | Visits: 251

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 (39): circum circle Download

Added: May 30, 2013 | Visits: 601

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: 688

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: 262

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 >