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

Artemis Bound software
Filter: All | Freeware | Demo
 

Artemis Bound

< 1 2 3 4 5 > 
Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 427

X1 Mobile Search X1 Mobile Search enables instant and secure search of desktop-bound email, attachments, and documents. It unshackles you from your computer, while retaining access to the content stored there, making it easier than ever to 'leave the laptop behind'. Feature Highlights: Mobile access to PC... Platforms: iOS

License: Freeware Size: 18.7 MB Download (409): X1 Mobile Search Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 1.752

PHP DataGrid - DataGrid Script, DataGrid Control Free PHP DataGrid script is a simple, innovative and powerful tool for generating data-bound grid control. It was specially designed for web developers. The PHP DataGrid is excellent for all PHP database-driven web sites and online-based data administration; it is also useful for dynamic content... Platforms: Windows, Unix, Linux

License: Freeware Size: 1.27 MB Download (488): PHP DataGrid - DataGrid Script, DataGrid Control Download

Released: May 10, 2019  |  Added: June 12, 2019 | Visits: 1.500

PHP DataGrid AJAX Enabled Web Control PHP DataGrid (AJAX Enabled) script is a simple, innovative and powerful tool for generating data-bound grid control. It was specially designed for web developers. The PHP DataGrid is excellent for all PHP database-driven web sites and online-based data administration; it is also useful for... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $64.90 USD Size: 1.04 MB Download (104): PHP DataGrid AJAX Enabled Web Control Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 545

Philosophy Snake A philosophical version of snake that is bound to bring a smile to your face. Play on 5 different levels, helping Wittgenstein to eat apples in order to engorge himself. Control the snake using the Up, Down, Left and Right keys. Make sure that you dont overlap the snake or you will have to... Platforms: Windows

License: Freeware Size: 422 KB Download (56): Philosophy Snake Download

Released: June 01, 2012  |  Added: June 01, 2012 | Visits: 393

PrintMyPhotoBook PrintMyPhotoBook software allows you to have your digital images bound in a book. Select your most beautiful pictures, re-arrange them and tailor them to your needs. You can also add text or captions, as well as choose the color and binding of your book. Once your individual project is finished,... Platforms: Windows, Mac

License: Freeware Size: 4.48 MB Download (426): PrintMyPhotoBook Download

Added: April 24, 2013 | Visits: 373

AspGrid AspGrid is an active server component which brings your ASP application the power of a data-bound grid control. With AspGrid, you can build browser-independent editable grid interfaces to your databases in as little as 3 lines of ASP code.AspGrid Features- Ability to create a Web-based editable... Platforms: ASP.NET

License: Shareware Cost: $0.00 USD Size: 808.96 KB Download (48): AspGrid Download

Added: September 10, 2013 | Visits: 460

Bisection's method function p_min=bisection(func,int,iter,tol_x,tol_f) It calculates the zero of a regular real function with one variable. p_min is the solution and represents the abscissa's value of the zero. The input variables are: -func: it's a string that represents the function in the variable 'x'. -int:... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Bisection's method Download

Added: May 12, 2013 | Visits: 481

Fminsearchcon Nonlinear optimization problems with bound constraints can be solved using FMINSEARCHBND (as well as using many other tools.) For the user who has a problem with linear inequality constraints and/or general nonlinear inequalities as well as bound constraints, FMINSEARCHCON provides a toolbox free... Platforms: Matlab

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

Added: May 18, 2013 | Visits: 144

fminsearchbnd Fminsearch does not admit bound constraints.However simple transformation methods exist toconvert a bound constrained problem into anunconstrained problem.Fminsearchbnd is used exactly like fminsearch,except that bounds are applied to the variables.The bounds are applied internally, using... Platforms: Matlab

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

Added: March 31, 2013 | Visits: 540

INTSOLVER: An interval based solver for Global Optimization We present a set of functions based on interval arithmetic to solve small size global optimization problems with guaranteed bounds on solutions. Interval analysis can be used to bound ALL solutions of nonlinear optimization problem, equality constrained or not as well to bound ALL solutions of a... Platforms: Matlab

License: Freeware Size: 51.2 KB Download (41): INTSOLVER: An interval based solver for Global Optimization Download

Added: April 20, 2013 | Visits: 408

Fminspleas I need to thank Duane Hanselman for suggesting this great idea.Fminspleas is a simple nonlinear least squares tool that fits regression models of the formY = a1*f1(X,C) + a2*f2(X,C) + ... + an*fn(X,C)X can be any array, so it works on multidimensionalproblems, and C is the set of only... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Fminspleas Download

Added: June 05, 2013 | Visits: 379

Global Optimization on R Globalmin is a very simple m-code which implements the very efficient Brent's algorithm.It looks like fminbnd without any options and finds with a guaranteed precision a global minimum of a function under bounds constraints.This goal is achieved knowing an (approximate) upper bound of f''(x).A... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Global Optimization on R Download

Added: September 17, 2013 | Visits: 214

linspace_round LINSPACE_ROUND generates a row vector of equally spaced points that bound the input values. The spacing is chosen such that tenths and quarters are considered "rounded" fractions.Example: If X1 = 3.4, X2 = 7.5, N = 6, then LINSPACE_ROUND(X1,X2,N) returns: [2.8 3.5 4.2 4.9 5.6 6.3 7.0 7.7](in... Platforms: Matlab

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

Added: September 01, 2013 | Visits: 653

mixed-integer LP This function solves the mixed integer linear programming problems. It uses the linprog.m function that comes with the optimization toolbox of MATLAB. It employs the branch and bound algorithm. It uses depth first search Platforms: Matlab

License: Freeware Size: 10 KB Download (56): mixed-integer LP Download

Added: May 31, 2013 | Visits: 438

Unconstrained optimization using Newton Ok, yes, my expectation was that when I saw this, before I downloaded it I expected it to be a student's homework assigment. In fact, this is a reasonably carefully crafted tool.One serious issue is that this code requires you to provide explicit functional forms for the gradient and Hessian.... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Unconstrained optimization using Newton Download

Added: August 22, 2013 | Visits: 565

Optimization Tips and Tricks New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to... Platforms: Matlab

License: Freeware Size: 92.16 KB Download (45): Optimization Tips and Tricks Download

Added: June 21, 2013 | Visits: 226

Non-circular Gears Generation Given an input primal gear, the toolbox compute its associated dual gear together with the associated distance between the gear centers.The gears are described as a discretized polar curve. The dual gear is solved by a numerical integration of the non-sliding condition. The distance between the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (45): Non-circular Gears Generation Download

Fast Affinity Propagation Clustering under Given Number of Clusters The searching process is necessary for the Affinity propagation clustering (AP) when one demands a clustering solution under given number of clusters. The Fast AP uses multi-grid searching to reduce the calling times of AP, and improves the upper bound of preference parameter to reduce the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Fast Affinity Propagation Clustering under Given Number of Clusters Download

A function that finds the shortest path bounded by two curves find the shortest Euclidean path that is boundedby the functions low(t) and high(t).the algorithm is based on Dijkstra shortest path search algorithmsyntax:[ty y] = shortest_path_mfile(t,low,high)(See the file shortest_path_example.m - for an example)input:t - input time values. row vector.low(t)... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): A function that finds the shortest path bounded by two curves Download

Added: March 26, 2013 | Visits: 206

Simulated Annealing Optimization Simulated annealing is an optimization algorithm that skips local minimun. It uses a variation of Metropolis algorithm to perform the search of the minimun. It is recomendable to use it before another minimun search algorithm to track the global minimun instead of a local ones.Usage:... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Simulated Annealing Optimization Download

< 1 2 3 4 5 >