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

Convex software
Filter: All | Freeware | Demo
 

Convex

1 2 > 
Added: July 03, 2010 | Visits: 896

Convex Convex provides a flexible pattern matching system designed for creating response driven IRC bots. Convex is a system for creating IRC bots. It features stability, a small memory footprint, a flexible but intuitive configuration system, stealth running, and a secure infrastructure....



Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): Convex Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 534

Java Convex Optimizer Java Convex Optimizer is designed as an useful Open Source library that's been implemented in the Java programming language. It was built in order to address the problem of solving a convex minimization with equalities and inequalities contraints.





Platforms: Windows

License: Freeware Download (52): Java Convex Optimizer Download

Added: May 10, 2013 | Visits: 505

Convex hull and diameter of 2d point sets This script returns the convex hull (separated into upper and lower chains of vertices) and the diameter (farthest pair of points), given input consisting of a list of 2d points represented as pairs (x,y). The convex hull algorithm is Graham's scan, using a coordinate-based sorted order rather...


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

License: Freeware Download (52): Convex hull and diameter of 2d point sets Download

Added: May 10, 2013 | Visits: 735

Finding the convex hull of a set of 2D points This simple code calculates the convex hull of a set of 2D points and generates EPS files to visualise them.


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


Added: June 09, 2013 | Visits: 500

FAST CONVEX HULL ALGORITHM Even if totally m-coded, this routine is particularly fast in computing convex hull of 2D points. In many cases seems to be much faster than the matlab library routine. The main reason is that, differently from convhull, this algorithm jumps the call to unique function which can be very slow for...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): FAST CONVEX HULL ALGORITHM Download

Added: April 22, 2013 | Visits: 356

quadprog2 - convex QP solver QUADPROG2 - Convex Quadratic Programming SolverFeaturing the SOLVOPT freeware optimizerNew for version 1.1:* Significant speed improvement* Geometric Preconditioning* Improved Error CheckingUSAGE:[x,v] = quadprog2(H,f,A,b)[x,v] = quadprog2(H,f,A,b,guess)[x,v,opt] = ...Minimizes the function v =...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (47): quadprog2 - convex QP solver Download

Added: May 10, 2013 | Visits: 566

Non Convex Algorithms for Group Sparse Optimization Non Convex Optimization Algorithms for Group SparsitySolves a dummy OFDM sparse channel estimation problemReweighted Lm,p algorithm for noiseless case min||x||_m,p s.t. y = AxReweighted Lm,p algorithm for noisy case min||x||_2,p s.t. ||y - Ax||_qSmoothed L2,0 algorithm solves a smooth version...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Non Convex Algorithms for Group Sparse Optimization Download

Added: April 20, 2013 | Visits: 394

Convex Lens Game Objective: Identify the Reflections using Convex Lens from Object to Image.Note 1: The only 4 possible Reflections using Convex Lens are shown in GUI.Note 2: Object-Image distance are NOT to be used to avoid any calculations.Note 3: Multiple usage of Object-Image Reflection Combinations is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (47): Convex Lens Game Download

Added: May 23, 2013 | Visits: 588

Rock generator This program creates 3-dimensional rocks comprised of triangles by taking the convex hull of a sphere distorted with Perlin noise.It outputs these rocks in OpenGL code. It requires the free CGAL library from http://www.cgal.org/ to compile.


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (50): Rock generator Download

Added: July 25, 2013 | Visits: 454

Lava rock This program displays 3-dimensional rocks that were made by taking the convex hull of a sphere distorted with Perlin noise. These rocks are also texture-mapped with Perlin noise.


Platforms: C and C plus plus

License: Freeware Size: 30.72 KB Download (48): Lava rock Download

Added: August 24, 2013 | Visits: 550

Quadratic programming by Wolf's method This script is capable of solving a convex quadratic programming problem by Wolf's method. For the convergence of the algorithm it is necessary that either Hessian of the objective function be positive definite or positive semidefinite Hessian with linear term zero. For theory of Wolf method and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Quadratic programming by Wolf's method Download

Construction of Attainable Region for van de Vusse Kinetics We obtain the extended convex attainable region for van de Vusse kinetics using CSTRs and PFRs with and without mixing and bypass.Reference: fig 6.8 page 223 in Seider, Seader and Lewin, Product & Process Design Principles, 2nd Edition, Wiley, 2004


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Construction of Attainable Region for van de Vusse Kinetics Download

Added: June 08, 2013 | Visits: 519

Screenshot IN POLYGON TEST FOR CONVEX POLYGON This is Brand new so please advise-me if problems occurs.Here you can find an m-file with three different algorithms for inpolygon test.Depending on the input data, the one that is extimate to be the best will be chosen.This version do not support the onpolygon output so tollerance is not...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Screenshot IN POLYGON TEST FOR CONVEX POLYGON Download

Added: July 26, 2013 | Visits: 338

Superresolution Demo This is a superresolution based on projection onto convex sets (POCS).You can also compare the result with bilinear projection (using onlyone of the frames).To start, run sr_gui in Matlab.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 3.52 MB Download (43): Superresolution Demo Download

Added: June 18, 2013 | Visits: 273

Plot 2D/3D region The program plots convex closed regions in 2D/3D. The region is a subset of R2 or R3 such that Ax>=b and lb


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Plot 2D/3D region Download

Added: July 26, 2013 | Visits: 442

Finds convex polygon defined by random 2D points The function "Return_points_polyg_direct" finds the subset of an arbitrarily large set of 2D points. This subset defines the convex polygon that includes all above points. The function accounts for aligned or identical points.Below is an example of how to use the function with 100 random 2D...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Finds convex polygon defined by random 2D points Download

Added: April 24, 2013 | Visits: 466

Non Convex Compressed Sensing for Non Gaussian Noise Script It can be used in image recovery actions, image processing tasks, in signal processing, in simulations or optimization tasks.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Non Convex Compressed Sensing for Non Gaussian Noise Script Download

Added: January 11, 2010 | Visits: 998

Time::Skew Time::Skew is a Perl module that computes local clock skew with respect to a remote clock. SYNOPISI use Time::Skew # Init Convex Hull and timing data my $hull=[]; my $result={}; # Iterate data point introduction Time::Skew::convexhull($result,$datapoint,$hull); This module supports...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (100): Time::Skew Download

Added: January 25, 2010 | Visits: 730

ConvexPoly.osax This package brings a scripting addition ConvexPoly.osax and sample files to handle three dimensional convex polyhedra. Convex polyhedra are simple enough 3D objects so that vectorial rendering is possible. This is the motivation for this osax with which you will get PDF documents of high...


Platforms: Mac

License: Freeware Size: 452 KB Download (103): ConvexPoly.osax Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 391

Koebe Polyhedron Editor For each combinatorial type of convex 3-dimensional polyhedra, there exists a unique representative with the following properties: All edges are tangent to the unit sphere. The barycenter of the points where the edges touch the sphere is the origin. Koebe Polyhedron Editor is a Java application...


Platforms: Windows

License: Freeware Download (432): Koebe Polyhedron Editor Download

1 2 >