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

Passing software
Filter: All | Freeware | Demo
 

Passing

< 1 2 3 4 5 
Added: September 14, 2013 | Visits: 543

smithchart A collection of M-Files capable of drawing a standard colored smith chart including all the labels and scales which can be found on a standard smith chart. In addition it allows other lines and circles to be drawn on the standard chart.BASIC FUNCTIONscDraw: Draws a blank smith chartSOME OTHER...



Platforms: Matlab

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

Added: June 27, 2013 | Visits: 399

fminsearchbnd new A minor improvement on the fminsearchbnd (bounded fminsearch) created by John D'Errico. Changes:% Changes from fminsearchbnd:Changes from fminsearchbnd:1) in options structure, user may pass an 'output function' and 'plot function' to fminsearch.Original fminsearchbnd handled the output function...





Platforms: Matlab

License: Freeware Size: 10 KB Download (41): fminsearchbnd new Download

Added: May 07, 2013 | Visits: 445

Deleting multiple points: UniqueRows The native unique works using the sortrows algorithm which can be very slow for large models.Sometimes we need to avoid passing multiple values to functions that do not support those.In most of these cases we are pretty sure that there are no multiple values but we use unique to be completly...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Deleting multiple points: UniqueRows Download

Added: May 02, 2013 | Visits: 431

Strategy Design Pattern in Matlab 2008b The Strategy Pattern is just one of many patterns defined by the "Gang of Four" that are commonly used in many other object-oriented programming languages.Now with Matlab 2008b we can define Interfaces and Abstract classes that can make use of many of these patterns. Not only is this good coding...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Strategy Design Pattern in Matlab 2008b Download

Added: July 30, 2013 | Visits: 420

light deflection in a glass sphere I was asking myself what would be happen to the parallel light beams after passing a spherical glass. Do they pass through one point, exactly? I was interested in observing the result mathematically but solving the equations was difficult and time consuming for me. But afterwards I found it easy...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): light deflection in a glass sphere Download

Added: July 01, 2013 | Visits: 436

C#, ActiveX Server Interfaces a C# generated dll to MATLAB using the COM interface. Currently the .NET platform is not supported by MATLAB as such to connect to C# requires the use of COM technology. The code makes an ActiveX server using C#, this server has a single event that functions in a similar way to the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): C#, ActiveX Server Download

Added: August 28, 2013 | Visits: 361

Clustering by Passing Messages As recently published in Science (see reference)Simple and effective means of clustering any data for which a similarity matrix can be constructed. Does not require similarity matrix meet the standards for a metric. The algorithm applies in cases where the similarity matrix is not symmetric (the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Clustering by Passing Messages Download

Added: August 26, 2013 | Visits: 421

Newton-Raphson Iterative Solver for Systems of Equations For those of us who like to provide our own partial derivative sensitivity matrix. Can be used for both linear and non-linear systems.x = nrsolve( F, dFdx, xi, tol, max_iter, c1, c2.... )Given a system of equations F = {F1;F2;...}, defined sensitivity matrix dFdx (matlab functions allowed), and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Newton-Raphson Iterative Solver for Systems of Equations Download

Added: April 11, 2013 | Visits: 275

PC curve of 5 points Here the user can first choose whether to give a set of 5 points or display the built in plot of 5 given points . First the 5 line segments are plotted .Then a PC curve through first 3 points is plotted tangent at first and third point and passing through second point . Then another PC curve...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): PC curve of 5 points Download

Added: May 09, 2013 | Visits: 205

setfocus Set focus to objects. When starting a Matlab GUI it is normally not possible to activate the cursor in an edit object. Before you can type, you'll have to click with the mouse in the edit field. With setfocus it is possible to activate the cursor with program code by passing the object handle to...


Platforms: Matlab

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

Added: April 24, 2013 | Visits: 467

G.723.1 Speech Coder and Decoder for Signal Processing The decoder can decode all modes of the code from the coding module.The interface between the coder and decoder is a standard bit file, compatible with other bit files generated by the ITU-T reference code.A second option passes information between the coder and decoder using a Matlab data...


Platforms: Matlab

License: Freeware Size: 829.44 KB Download (46): G.723.1 Speech Coder and Decoder for Signal Processing Download

Added: July 09, 2013 | Visits: 504

Table Data Management The TableDataManagement class is used as an interface to manipulate data in rows of an SQL database table. Each object of the class can access individual rows of a given table.How does Table Data Management work?On initalization of a class object it obtains information about the table it is...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (45): Table Data Management Download

Added: March 27, 2013 | Visits: 455

DHTML and CSS CAPTCHA This script can be used to implement CAPTCHA validation using colored boxes that the user must click which are validated using AJAX requests.It renders a grid of boxes on which only one box is colored differently to indicate the user must click it.The script sends an AJAX request to the server...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (42): DHTML and CSS CAPTCHA Download

Added: August 23, 2013 | Visits: 368

Simple db class Simple db class is able to execute arbitrary SQL queries.Key Features of Simple db class:- Connect to a MySQL database server host- Execute INSERT, UPDATE and DELETE queries passing only the table name and the values of the fields, values and conditions


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Simple db class Download

Added: June 18, 2013 | Visits: 348

Source Parser Source Parser can be used to parse text BBCode style tags like [PIC="logo.gif"], [IMG PIC="photo.jpg" BORDER=0], text etc.It invokes given calllback functions when open and close tags are found passing the attributes of the tags. The callback functions can return text that is used to replace the...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Source Parser Download

Added: May 04, 2013 | Visits: 366

SabreDAV PHP Framework SabreDAV is a PHP framework which allows you to easily add WebDAV support to a PHP application. SabreDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.Feature SabreDAV PHP Framework:- Fully WebDAV compliant- Supports Windows XP, Windows...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 286.72 KB Download (40): SabreDAV PHP Framework Download

Added: September 01, 2013 | Visits: 403

Update API It contains helper functions for common update tasks, such as renaming variables, installing and reverting features, granting and revoking permissions, deleting and altering CCK fields, changing content type information like Title label, etc.Each hook_update_N() function returns an array with the...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Update API Download

Added: June 30, 2013 | Visits: 288

Privatbank Merchant Full featured stand-alone Drupal module to accept Privatbank Privat24 payments on your website. Supports payments both directly via embedded payment form and using internal API & hooks.Features: * quick installation * embedded payment form for manual payments * supports API & hooks to interact...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): Privatbank Merchant Download

Added: April 12, 2013 | Visits: 414

Drag to Share This module uses JQuery to add a fun and non-intrustive way of sharing the current node with social media sites: currently Twitter, Delicious, Digg, Facebook. Images become draggable and can be dropped onto logos that animate onto the screen to share the page.Module functionality:The module...


Platforms: PHP

License: Freeware Size: 40.96 KB Download (39): Drag to Share Download

Added: August 01, 2013 | Visits: 589

Translate Core Labels The labels for the "Title" and "Body" fields (whatever you decide to label them for a given content type) do not get translated in node.module or node.pages.inc. This tiny module takes care of that, passing the labels through t().According to the developer of the i18n module, a future release of...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Translate Core Labels Download

< 1 2 3 4 5