Software Downloads for "Dimensional Tides"
- Dimensional Tides Screensaver
- License: Shareware

Awesome DirectXGraphics powered screensaver that will make your head spin till it pops off! Features Customizable colors. Dimensional Tides also supports Windows password protection.. Xanist Software LLC | ;)..
- Platform: Windows
- Publisher: Waterbong Entertainment
- Date: 07-06-2009
- Size: 460 KB
- Two Dimensional Random Walk
- License: Shareware

It is a 2-Dimensional Random Walk process program in matlab..
- Platform: Matlab, Scripts
- Publisher: DBR Rawat
- Date: 02-04-2013
- Size: 10 KB
- N-dimensional Hypercubes
- License: Shareware

N-dimensional Hypercubes was developed as a small and simple tool that will help users learn more about will n-dimensional hypercube graphs.
The application will display n-cubes for some values of n. You can choose to modify the value of n by pressing the '+' and '-' signs.
N-dimensional Hypercubes is a software that's been designed with the help of the Java programming language.
.
- Platform: WinOther
- Publisher: Petersen Consultants
- Date:
- Dimensional Units Conversion
- License: Freeware

Dimensional Units Conversion is a simple and useful tool built using the Python programming language that can be used to convert different measuring units.
Now you can use of this handy instrument to convert from one unit to another in no time at all.
.
- Platform: WinOther
- Publisher: randyeraymond
- Date:
- 3D Soma Puzzle
- License: Shareware

3D Soma Puzzle is a three-dimensional logic game that challenges you to assemble various figures with the colored irregular blocks. The puzzle seems to be simple but great variety of solutions for each shape (the simplest figure - cube can be solved by 240 essentially different methods) makes it really challenging. This game will keep any family member entranced and busy for hours (or even days). It can provide you lots of fun and exploration..
- Platform: WinOther
- Publisher: Yavsoft
- Date: 01-04-2002
- Size: 772 KB
- 3D Soma Puzzle Freeware
- License: Freeware

3D Soma Puzzle is a three-dimensional logic game that challenges you to assemble various figures with the colored irregular blocks. The puzzle seems to be simple but great variety of solutions for each shape (the simplest figure - cube can be solved by 240 essentially different methods) makes it really challenging. This game will keep any family member entranced and busy for hours (or even days). It can provide you lots of fun and exploration..
- Platform: WinOther
- Publisher: Yavsoft
- Date: 01-04-2002
- Size: 768 KB
- Gyrotron
- License: Shareware

Gyrotron Screensaver - awesome truly three dimensional Direct X enhanced screensaver. This screensaver features an absolutely fantastic background image with multiple 3d objects spinning, floating, and twisting thoughout the screen. The included background tune can be replaced with your own midi, wav, or mp3 music files..
- Platform: WinOther
- Publisher: 3dscreens.com
- Date: 22-04-2003
- Size: 1982 KB
- Xtreme Paintball Network
- License: Freeware

Xtreme Paintball Network is a two dimensional online paintball game. You can play multi-player paintball games with players from around the globe! This game is rather simple so you can have the most fun without the hassle of repetition to move up. There are so many different game types you will really feel like you are out on a real paintball playing field. With new features added weekly/monthly, this is a game you will not want to miss out on! Xtreme Paintball Network is completely FREE forever if you so wish.
- Platform: Windows
- Publisher: Xtreme Paintball Network
- Date: 27-01-2007
- Size: 846 KB
- Magic Images Screen Saver
- License: Shareware

This screen saver rotates amazing stereogram images. A stereogram is a two-dimensional picture with embedded depth information for simulating a three-dimensional representation. In contrast to other methods for creating spatial depth (e.g. red/green method, polarisation filters) viewing stereograms does not require any further tools like special glasses or projectors. On the surface a stereogram looks like a two-dimensional random dot image or a tiled pattern. It is only a specific viewing method that gives access to its depth information.
- Platform: Windows
- Publisher: Tazmaniacs
- Date: 01-12-2007
- Size: 3698 KB
- FFT of 1 dimensional time buffer
- License: Freeware

Program that does an FFT (Fast Fourier Transformation) algorithm on a 1 dimensional time buffer read from a file. It will display graphically..
- Platform: Linux, Windows
- Publisher: fftof1dimension.sourceforge.net
- Date: 18-11-2012
- Size: 5671 KB
- Hyper (dimensional) Battleship
- License: Freeware

This game is the generalization of the classic Battleship game to a n-dimensional grid. Rules are the same as the classic game and boats are always unidimensional, but ships can be set in a linear (1D), square (2D), cube (3D) on n-hypercubic grid..
- Platform: WinOther
- Publisher: hyperbattleship.sourceforge.net
- Date: 08-05-2012
- Size: 140 KB
- Three-dimensional Go Game
- License: Freeware

The Asian game of Go takes place two-dimensional board. Its idea readily extends to three dimensions - placing stones on a cubic grid. This is a program for playing on such a three-dimensional grid. It runs under Java and needs the Java3D extension..
- Platform: Linux, Mac, Unix, Windows
- Publisher: go-3.sourceforge.net
- Date: 09-09-2012
- Size: 121 KB
- Two Dimensional Noesy Simulation
- License: Freeware

Two Dimensional NOesy simulation (TDN) implementents an algorithm that creates a time-domain 2D NOesy spectrum. TDN does not calculated the nOe peak intensities, Therefore, you will need the CORMA (Complete nuclear Overhauser Relaxation Matrices)..
- Platform: Linux, Unix
- Publisher: tdn.sourceforge.net
- Date: 21-06-2012
- Size: 501 KB
- Rock generator
- License: Freeware

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..
- Platform: C and C plus plus, Scripts
- Publisher: Mike Carson
- Date: 23-02-2013
- Size: 10 KB
- Lava rock
- License: Freeware

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..
- Platform: C and C plus plus, Scripts
- Publisher: Mike Carson
- Date: 01-06-2013
- Size: 31 KB
- Separable N-Dimensional Convolution
- License: Freeware

This function is an implementation of N-dimensional convolution for the special case when the convolution kernel is separable. A continuous function f(x1, x2, ... xN) is considered separable if there exist N functions f1, f2, ... fN such that f(x1, x2, ... xN) = f1(x1)f2(x2)f3(x3)...fN(xN). In two dimensions, a discrete version of the separability condition is as follows: a 2D matrix is separable if it can be expressed as an outer product of two 1D vectors: a=[-1 0 1]; b=[1 0 -1]; H=a'*b In this case, supplying Matlab's conv2 function with the two vectors a & b (one to convolve the rows with, the second to convolve the columns with) results in a faster computation than supplying conv2 with the outer product H.
- Platform: Matlab, Scripts
- Publisher: Igor Solovey
- Date: 17-06-2013
- Size: 10 KB
- Normalized Mutual Entropy
- License: Freeware

Normalized mutual entropy provides a measure of the diversity of a two dimensional matrix. It takes mutual entropy and normalizes for the marginal entropy of the variable of interest (column variable in the code). See screen shot or embedded references for formula. This code is used for the estimation of biodiversity in ecological systems, but is not limited to such applications. The code can be used in any system where the diversity of variable interactions is of interest. Please see follow-ups for code written for the inclusion of more than two variables.
- Platform: Matlab, Scripts
- Publisher: Abdool Yasseen
- Date: 08-02-2013
- Size: 10 KB
- How to use FFT2
- License: Freeware

The note explains in detail how to apply the Matlab 2-dimensional FFT for filtering of two-dimensional signals, e.g. images. It is shown how to connect the output from fft2 to the actual Fourier transform of the signal, and in particular how transfer functions of simple filters may be coded..
- Platform: Matlab, Scripts
- Publisher: Harald E. Krogstad
- Date: 11-04-2013
- Size: 102 KB
- Beam and Truss Analysis utilities
- License: Freeware

2 utilities for solving the basic problems in statics- the one dimensional beam and plain truss. both receive model info as input (has to be built as a MATLAB file, see examples) and produce output results such as reactions values and internal forces in members. See the README file for info..
- Platform: Matlab, Scripts
- Publisher: Roee Lahav
- Date: 17-04-2013
- Size: 61 KB
- Two Dimensional Isostatic Truss Structures Solver ITSS2D
- License: Freeware

This solver computes the internal loads on each member of two dimensional isostatic truss structures by using the method of joints. Since the Theory of Deformations is not considered in this program, displacements of the structures are not computed. All assumptions of Rational Mechanics are made in order to mantain the structure as a rigid body. Besides, only axial loads are assumed, so that torsion, bending and shear stresses are neglected and cannot be determined by this method. All the members of the structure satisfy the simplification hypothesis of the method of joints.
- Platform: Matlab, Scripts
- Publisher: Marcos Cesar Ruggeri
- Date: 14-05-2013
- Size: 10 KB


