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

Elements Of Fiction Worksheets software
Filter: All | Freeware | Demo
 

Elements Of Fiction Worksheets

< 1 2 3 4 5 > 
Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 339

Sacrifice Genre: Role-Playing (RPG) About Sacrifice Fearlessly combines elements of genres as diverse as role-playing, strategy, and action, with a fast-paced system of resource management and spell-casting. By attempting to appease one of five strange, omnipotent gods, players take the role of a wizard,...



Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.6 MB Download (51): Sacrifice Download

Added: July 20, 2013 | Visits: 384

RUNMEAN For vectors, Y = RUNMEAN(X,M) computes a running mean (also known as moving average) on the elements of the vector X. It uses a window of 2*M+1 datapoints. M an positive integer defining (half) the size of the window. In pseudo code: Y(i) = sum(X(j)) / (2*M+1), for j = (i-M):(i+M), and...





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): RUNMEAN Download

Added: August 26, 2013 | Visits: 215

Intersect2 In MATLAB, there is a command called "intersect", which finds the set intersection (common elements) of two vectors. However, this command doesn't work if I want to compare more than two vectors and find out their intersection. Therefore, I decided to write this function which is called...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Intersect2 Download

Added: July 25, 2013 | Visits: 402

Design Pattern: Iterator (Behavioural) Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation [1]. This design pattern is also known as Cursor.Motivation: An example of an aggregate object is an instance of the List ADT. Consequently, an iterator can be used to traverse...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Design Pattern: Iterator (Behavioural) Download

Added: August 08, 2013 | Visits: 356

draw_ellipse Set the elements of the Matrix Image which are in the interior of the ellipse E with the value 'color'. The ellipse E has center (y0, x0), the major axe = a, the minor axe = b, and teta is the angle macked by the major axe with the horizontal axe.ellipseMatrix(y0, x0, a, b, theta, Image,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): draw_ellipse Download

Added: April 06, 2013 | Visits: 447

VChooseKO VChooseKO(V, K) creates a matrix, which rows are all permutations of choosing K elements of the vector V with order and without repetitions.INPUT: V: Array of class DOUBLE, SINGLE, (U)INT8/16/32/64, LOGICAL, CHAR. K: Number of elements to choose.OUTPUT: Y: [N!/(N-K)!, K] matrix with N is the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (50): VChooseKO Download

Added: June 03, 2013 | Visits: 374

VChooseKR VChooseKR(V, K) creates a matrix, which rows are all combinations created by choosing K elements of the vector V without order and with repetitions.INPUT: V: Array of class DOUBLE, SINGLE, (U)INT8/16/32/64, LOGICAL, CHAR. Prefer (U)INT8 or (U)INT16 for speed. K: Number of elements to...


Platforms: Matlab

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

Added: August 14, 2013 | Visits: 455

VChooseKRO VChooseKRO(V, K) creates a matrix, which rows are all permutations created by choosing K elements of the vector V with order and with repetitions.INPUT: V: Array of class DOUBLE, SINGLE, (U)INT8/16/32/64, LOGICAL, CHAR. Prefer (U)INT8 or (U)INT16 for speed. K: Number of elements to choose.OUTPUT:...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): VChooseKRO Download

Added: June 30, 2013 | Visits: 226

Lawley Lawley has developed a procedure for testing the equal correlation structure from the off-diagonal elements of the correlation matrix. It is equivalent to test the hypothesis that correlations are equal.File needs to input the multivariate matrix, matrix type [d=1,for a n-p data matrix; d=2, for...


Platforms: Matlab

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

Added: July 20, 2013 | Visits: 242

PAPI for MATLAB This installation provides the basic elements of a PAPI installation, along with two extensions to MATLAB that allows you to get at some of thepower of the PAPI toolkit.The first MATLAB extension, flops, lets you count the number of floating point operations and the floating point execution rate...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.03 MB Download (43): PAPI for MATLAB Download

Added: March 25, 2013 | Visits: 411

vecgcd G = VECGCD(V) is the greatest common divisor of the elements of the integervector V. V must be a row or a column vector of integers.We define gcd([]) = 1 and gcd([0 0 ... 0]) = 0.I believe that this routine is faster than recursively computing GCDs and the algorithm is simple enough to be used...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): vecgcd Download

Added: June 11, 2013 | Visits: 183

stable matching A matching is a mapping from the elements of one set to the elements of the other set.A matching is stable whenever it is not the case that both:a.some given element A of the first matched set prefers some given element B of thesecond matched set over the element to which A is already matched,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): stable matching Download

Added: May 29, 2013 | Visits: 274

Generalized outer product [O,O_MAT] = OUTER(FUN,VEC1,VEC2)Generalized outer product, like calculating VEC1 * VEC2' but instead of using multiplication to combine the elements of VEC1 and VEC2, the function provided by function pointer fun is called for each pair of elements and the results are stored in the N-by-M cell...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Generalized outer product Download

Added: May 22, 2013 | Visits: 226

Cell2Vec CELL2VEC - Concatenate cell elements to a vectorThe elements of arrays, which are elements of the input cell, are concatenated to a vector.V = Cell2Vec(C)INPUT: C: Cell array of any size. Accepted classes: all numerical types (DOUBLE, SINGLE, (U)INT8/16/32/64), LOGICAL, CHAR. All non-empty cell...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Cell2Vec Download

Added: September 06, 2013 | Visits: 369

Round with significant digits This little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.Examples:roundsd(0.012345,3) returns 0.0123roundsd(12345,2) returns 12000roundsd(12.345,4,'ceil') returns 12.35This is a useful complement to Matlab's ROUND, ROUND10...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Round with significant digits Download

Added: June 09, 2013 | Visits: 311

Preferred Number Rounding Round the elements of a numeric input vector to the nearest "preferred number" values.Why This Function?Many parts and components in engineering and electronics are defined by "preferred value" or "preferred number" series. For example this includes the values of resistors, capacitors, inductors,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Preferred Number Rounding Download

Added: September 16, 2013 | Visits: 607

PHP - Handle in Place Editor The generated javascript code allows adding in-place editors to specified input elements of the current HTML page.PHP - Handle in Place Editor can add in place editors to one or multiple page elements given their identifiers. It associates a given PHP script that is called via AJAX when the...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): PHP - Handle in Place Editor Download

Added: October 19, 2013 | Visits: 420

Word O Matic WordOMatic is a fun Word Search game with elements of puzzle and strategy. Rearrange letters to form words which are replaced with fresh letters. As letters grow old, they change colour. The object of the game is to use all available letters before they they become void. This is an original game...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 727.04 KB Download (35): Word O Matic Download

Released: September 01, 2013  |  Added: January 01, 2014 | Visits: 625

AlgART Java Libraries Open-source Java libraries, supporting generalized smart arrays and matrices with elements of any types (1 bit, 8/16/32/64-bit integers, 32/64-bit floating point values and any other Java types). The libraries contain a wide set of 2D-, 3D- and multidimensional image processing algorithms: linear...


Platforms: *nix, Windows 8, Windows 7, Windows, Windows Server, Java

License: Freeware Size: 6.7 MB Download (37): AlgART Java Libraries Download

Added: July 02, 2013 | Visits: 347

Binary Search of Elements lying within an Interval Search the elements that are lying within a specified interval.Search the indexes of all elements in x (sorted vector of n elements) that lie within the interval.The algorithm uses binary searches, thus it runs in log(n)INPUT:x: vector of numeric values sorted in ascending order(e.g....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Binary Search of Elements lying within an Interval Download

< 1 2 3 4 5 >