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

Row Attrs freeware
Filter: All | Freeware | Demo
 

Row Attrs

< 1 2 3 4 5 

FIND ALL THE POSSIBLE PATHS BETWEEN A START AND AN END NODE OF A GRAPH In Graph Theory it is often required to find out all the possible paths, which can exist between a source node and a sink node.So this function returns a all such possible paths, in a matrix format.INPUTS:1. 'X' Matrix: Form a Nx2 matrix, where N is the total number of 'Edges'. This Matrix will... Platforms: Matlab


Added: April 26, 2013 | Visits: 458

Matrix Library for Simulink A set of blocks for manipulating 3x3 and 4x4 matrices. In versions of Simulink prior to R12, matrices were handled in row-major form, thus the need for special blocks to handle matrices. Although Simulink can now handle arrays as signals, some users may still find the row-major approach... Platforms: Matlab

License: Freeware Size: 81.92 KB Download (44): Matrix Library for Simulink Download

Added: September 13, 2013 | Visits: 461

Full factorial This script is similar to fullfact, however instead of number of levels, value of levels are required as inputusage: des_mat = full_fact([-1 1],[100 200 300],[1:4]); arguments: (input) x1,x2, x3- variable levels either in row or column vector. These are not number of levels but the levels itself... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Full factorial Download

Added: May 02, 2013 | Visits: 535

Functions for the rectangular assignment problem With this package, I provide some MATLAB-functions regarding the rectangular assignment problem. This problem appears for example in tracking applications, where one has M existing tracks and N new measurements. For each possible assignment, a cost or distance is computed. All cost values form a... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (50): Functions for the rectangular assignment problem Download

Added: July 07, 2013 | Visits: 479

iPeak: Interactive Peak Detector function P=ipeak(DataMatrix,PeakD,AmpT,SlopeT,SmoothW,FitW)Keyboard-operated Interactive Peak Finder for data in data matrix "DataMatrix", with x values in row 1 and y values in row 2. Returns the peak table in P (Peak #, Position, Height, Width.) See... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): iPeak: Interactive Peak Detector Download

Added: August 19, 2013 | Visits: 564

distmat D = DISTMAT(X,Y) for matrices X and Y returns the distance matrix where the (i,j)th entry is the d-norm distance between the ith and jth row of X and Y respectively.DISTMAT(X,Y,d) computes a specific d-norm distance. Default=2[D,XI,YI]=DISTMAT(X,Y,d,var) gives the indices of the sorted values of... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): distmat Download

Added: July 26, 2013 | Visits: 559

MYaxis a function to define the coordination of your own subplot axesyou'd better estimate the input to assure not exceed the figure;this function is similar to the subplot(row,col,i)i is the ith subplot[x,y,w,h]=MYaxis(rownum,colnum,wblank,hblank,leftside,rightside,upside,downside,i); rownum=5 colnum=4... Platforms: Matlab

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

Added: March 31, 2013 | Visits: 390

struc2xls Slow and dirty way to save a simple structure to an Excel file with xlswrite. I did it to solve a urgent problem for a friend. Lots of improvements possible, I'm sure.STRUC2XLS (FILE,S) writes the contents of structure S to a excel file named FILE. The name of the worksheet and the starting row... Platforms: Matlab

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

Added: April 06, 2013 | Visits: 712

PHP MySQL class generator PHP MySQL class generator can be used to generate classes that wrap rows of MySQL database tables providing an object oriented interface to manipulate the table row data.PHP MySQL class generator generates getter and setter functions to access the table row column values as class variables. It... Platforms: PHP

License: Freeware Size: 51.2 KB Download (50): PHP MySQL class generator Download

Added: April 04, 2013 | Visits: 293

PersistentObject PersistentObject encapsulates a database table row as an instance of a class.PersistentObject intends to remove a lot of code for loading and saving objects into and from MySQL databases. Platforms: PHP

License: Freeware Size: 10 KB Download (42): PersistentObject Download

Added: April 03, 2013 | Visits: 403

Object based MySQL SQL SELECT queries can be executed and the fields of each result set row can be retrieved into class variables.Object based MySQL can also insert or update records of a table getting the values from class variables with the same name as the fields. Platforms: PHP

License: Freeware Size: 10 KB Download (40): Object based MySQL Download

Added: June 15, 2013 | Visits: 525

Pagination class Pagination class takes as parameters the names of MySQL table, query fields, the first result row to display, the number of rows to display per page, and the base URL of the navigation link.HTML links that allow navigating forward and backward between listing pages, are generated. Platforms: PHP

License: Freeware Size: 10 KB Download (42): Pagination class Download

Added: August 24, 2013 | Visits: 372

TableManagment TableManagment manages a MySql table with list of the table: each row is a record of the table, we can update, delete or insert in the table. Platforms: PHP

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

Added: June 26, 2013 | Visits: 495

Yet Another Pager Yap (Yet Another Pager) is database row data pager with support for row data editing and interactive search based on patterns.It features:- Two types of view: table view, detail view- Links to move forward, backward one page, move to the end or to the first page- The user may enter his own search... Platforms: PHP

License: Freeware Size: 92.16 KB Download (44): Yet Another Pager Download

Added: August 15, 2013 | Visits: 351

sql4array sql4array can execute SQL SELECT queries on bi-dimensional array, for which the first dimension is the row number and the second dimension the field names.The WHERE clause can be used to specify conditions with operators such as =, >,The results are returned as arrays and can be sorted with the... Platforms: PHP

License: Freeware Size: 10 KB Download (39): sql4array Download

Added: August 04, 2013 | Visits: 256

SunMatDB SunMatDB is actually three classes combined: DB, RS and ROW.The DB class opens a connection to the database, executes queries and takes care of the error handling. The RS class takes care of traversing the actual result set including the prev() and next() methods.The ROW class wraps one row of... Platforms: PHP

License: Freeware Size: 10 KB Download (42): SunMatDB Download

Added: September 16, 2013 | Visits: 392

FullCalendar Provides a Views style and row plugin for displaying nodes using Adam Shaw's awesome FullCalendar jQuery plugin : http://arshaw.com/fullcalendar/To use this module:1) Install views, date (and cck), date api, and date timezone modules2) Create a new content type that has either a date or a... Platforms: PHP

License: Freeware Size: 40.96 KB Download (45): FullCalendar Download

Added: June 05, 2013 | Visits: 395

NITF Views Heavily based on the row style bits of Atom Views, this module allows Views to output NITF XML documents for nodes. You can select RSS or Atom (depends on Atom Views) styles for a Views 2 "display" in feed form and select NITF XML as your row style and your nodes will be outputted as valid NITF... Platforms: PHP

License: Freeware Size: 10 KB Download (54): NITF Views Download

Added: September 05, 2013 | Visits: 382

Semantic Views Different HTML tags and class attributes can be specified inside the Views UI in order to avoid overriding templates for each view.InstallationUnpack in your modules folder (usually '/sites/all/modules/')Enable under Administer > Site Building > Modules.Select the Semantic Views style and row... Platforms: PHP

License: Freeware Size: 225.28 KB Download (47): Semantic Views Download

Added: July 12, 2013 | Visits: 442

Per-Bundle Storage Per-Bundle Storage (PBS) is a Field API contrib module that stores all values for all limited-value fields in a bundle in a single table row. Per-bundle storage is the analog of pre-Field API CCK's per-content-type storage and thus provides the same benefits (namely, loading all such fields in a... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Per-Bundle Storage Download

< 1 2 3 4 5