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

Thanksgiving Point In Utah software
Filter: All | Freeware | Demo
 

Thanksgiving Point In Utah

< 1 2 3 4 5 
Added: August 11, 2013 | Visits: 391

phpMyAccess phpMyAccess 1.x is a collection of tools and programs to build web database programs with. It is based on phpMyEdit 2.3, and at this point in time you can probably replace phpMyEdit 2.3's core engine for this engine and expect to get some kind of output back with a minimum of changes. Internally...



Platforms: *nix

License: Freeware Size: 307.2 KB Download (49): phpMyAccess Download

Added: May 10, 2013 | Visits: 629

SMAWK totally monotone matrix searching algorithm This SMAWK algorithm takes as input a function for computing matrix values, and searches for the position of maximum value in each row. The matrix must satisfy the "totally monotone" property: in each submatrix (in particular each 2x2 submatrix) the positions of the maxima must move leftward as...





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


Added: May 24, 2013 | Visits: 431

xyzplotter MATLABs most commonly used 3-d plotting tools surf and mesh require rectangular grids to plot in 3-d, not x,y,z triples. This function converts arrays of x,y,z triples into rectangular grids to use with surf, mesh, etc.common usage:[x y z] = xyzplotter(xin,yin,zin)xin,yin,zin are n x 1 arrays...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): xyzplotter Download

Added: August 31, 2013 | Visits: 524

Fit blackbody equation to spectrum Simple example of the use of the FMINSEARCH function to fit the blackbody equation to the emission spectrum of an incandescent body for the purpose of estimating its color temperature and emissivity. fitblackbody.m is the fitting function. BlackbodyDataFit.m is a script that fits a small set of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fit blackbody equation to spectrum Download

Added: July 13, 2013 | Visits: 312

Nonholonomic-Wheel Mobile Robot (WMR) When a person writes across a board, he/she positions his/her arm in a comfortable writing configuration by moving his/her body rather than reaching out the arm.The same situation happens in many case such as people transporting a heavy object cooperatively. Therefore, when a mobile manipulator...


Platforms: Matlab

License: Freeware Size: 409.6 KB Download (39): Nonholonomic-Wheel Mobile Robot (WMR) Download

Added: July 11, 2013 | Visits: 446

DTI and Fiber Tracking Straightforward Diffusion MRI (DTI) and Fiber Tracking (FT) functions and examples.DTI.m, will calculate the Apparent Diffusion Coefficient(ADC), fractional anistropy (FA), and diffusion tensor field, of a DTI datasets consisting of at least 6 dataset with different MRI gradients and at least 1...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 5.05 MB Download (46): DTI and Fiber Tracking Download

Added: June 09, 2013 | Visits: 352

Multivariate Gaussian Distribution Creates a number of samples from a specified number of dimensions and centers them around a given mean, and within a given covariance range. You might not find it very useful, but hey, I need something to do this so why not.To use:You need to generate 1000 samples from a 3 dimensional Gaussian...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Multivariate Gaussian Distribution Download

Added: May 10, 2013 | Visits: 419

Logarithm of complex sine and cosine avoiding overflow log(cos(Z)) and log(sin(Z)) return infinities for abs(imag(Z)) > 711 in double precision, or abs(imag(Z)) > 90 in single precision. The overflow occurs in the trigonometric function; the correct final result has about the same magnitude as Z, and can be readily computed.Using logcos(Z) or...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Logarithm of complex sine and cosine avoiding overflow Download

Added: May 03, 2013 | Visits: 254

Fast Loop mesh subdivision Usage: [mfRefinedMesh, mnTriangulation] = LoopSubdivisionLimited( mfMeshPoints, mnTriangulation, fMinResolution, vbBoundaryEdges)This function sub-divides surface meshes, using the Loop subdivision algorithm [1]. This algorithm is based on B-spline curve continuity, leading to good...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Fast Loop mesh subdivision Download

Added: April 29, 2013 | Visits: 220

odesplit Occasionally I have had to solve large systems of differential equations which result in matlab running out of memory during evaluation. Odesplit breaks up the simulation period into a series of chunks to ease this problem. At each split point in the evaluation a function specified by the user is...


Platforms: Matlab

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

Added: April 14, 2013 | Visits: 154

polyfit2 Performs polynomial fits that pass through a specified point (x0,y0).The application is to give a least squares fit that is 'exact' at a desired data point, e.g. an equilibrium point in a nonlinear equation of motion implemented via polynomial approximation. Discussion of theory included in...


Platforms: Matlab

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

Added: April 03, 2013 | Visits: 390

Moving Average Filter Implementation of Moving Average filter.The moving average filter operates by averaging a number of points from theinput signal to produce each point in the output signal. In equation form,this is written: 1 M-1Y[i] = --- SUM X[i + j] M j=0


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Moving Average Filter Download

Solution of Differential Equations with MATLAB & Simulink: Lorenz Attractor Case Study One of the readers who attended the introductory Simulink webinar:http://www.mathworks.com/company/events/we.../wbnr37271.htmlasked me how to implement differential equations in Simulink and visualize the results in a MATLAB plot. This demo attempts to answer those kinds of questions.Notes on...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (40): Solution of Differential Equations with MATLAB & Simulink: Lorenz Attractor Case Study Download

Added: May 02, 2013 | Visits: 399

Mouse Motion Handler MouseMotionHandler is a MATLAB class that uses a MATLAB figured-deOaos WindowButtonMotionFcn callback as a hook to extend button motion functionality to all handle graphics child objects of a figure including axes, lines, surfaces uipanels, uicontrols etc.MouseMotionHandler provides an...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Mouse Motion Handler Download

Added: August 31, 2013 | Visits: 414

apply2VideoFrames This functions allows the user to apply a function of his choice to all video frames- frame by frame.Consider a case you have a function you're used to apply to single images like imfilter, imresize, imadjust, imcrop etc... (see Matlab Image Processing Toolbox for additional functions), and now...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): apply2VideoFrames Download

Added: June 09, 2013 | Visits: 362

Plogger Badge Widget This was based initially on the Flickr Badge Widget, but it is a lot more basic, and uses a Plogger library feed for its source.I wrote it because Flickr started wanting to charge me for hosting photos. I pay a few bucks a month on web hosting, and didn't see the point in also paying Flickr,...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Plogger Badge Widget Download

Added: September 09, 2013 | Visits: 689

cdnvote Add a vote function to wordpress article. This vote plug in refers to MTVote, and it is made.Installation : 1. Upload cdnvote dirctory to your WordPress /wp-content/plugins/ directory or install through the auto-installer 2. Activate the plugin through the d-de?Pluginsd-deOao menu in WordPress 3....


Platforms: PHP

License: Freeware Size: 10 KB Download (46): cdnvote Download

Added: May 02, 2013 | Visits: 511

5 Second Game The engine for 5 Second Game is built on a Rock-Scissors-Paper concept. There are three stats, corresponding to that, and everything modifies that: character classes, skills, combat, etc. It is meant to be a fast paced, easy to grasp, infinitely extensible game.The game is designed to be fit into...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (41): 5 Second Game Download

Added: April 05, 2013 | Visits: 286

Watermark My Image This plugin enables you to watermark your images, by placing a simple, yet very customizable, watermark beneath the original images (much like the 9GAG watermark).You can customize the height, the background color of the watermark, you can also choose which image sizes to apply the watermark to...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 2.26 MB Download (41): Watermark My Image Download

Added: April 15, 2013 | Visits: 349

Views Slideshow JCarousel Thumbs Views Slideshow JCarousel Thumbs is a plugin for the Views Slideshow module. Functionally similar to the ThumbnailHover plugin included with Views Slideshow, this module uses the JCarousel JQuery plugin to provide a carousel-like scrolling thumbnail navigation.Status updateI've been a giant...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (46): Views Slideshow JCarousel Thumbs Download

< 1 2 3 4 5