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

Example Of Job Order Costing software
Filter: All | Freeware | Demo
 

Example Of Job Order Costing

< 1 2 3 4 5 

Predictor-corrector PECE method for fractional differential equations FDE12 solves an initial value problem for a non-linear differential equation of fractional order (FDE).This is an implementation of the predictor-corrector method of Adams-Bashforth-Moulton described in [1]. Convergence and accuracy of the method are studied in [2]. The implementation with...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (55): Predictor-corrector PECE method for fractional differential equations Download

Added: August 18, 2013 | Visits: 366

Shooting method with GUI The code implements the shooting method by means of the Runge-Kutta method of 4th order and the interval bisection method. There is the graphical interface too. When the differential equation is inserted in terms of the standard mathematical notation (no in MATLAB code), the programme create the...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Shooting method with GUI Download

Automatische Dokumentation Matlab-Quellcodes Automatic Documentation Matlab source codes Description: This is a small example of how to use the toolbox to generate m2html documentation on projects written in Matlab.To do the following procedure:1. Download the m2html Toolbox from:http://www.artefact.tk/software/matlab/m2html/m2html.zip2. Download the Graphviz...


Platforms: Matlab


Added: June 03, 2013 | Visits: 443

Logistics Map The logistics map is a classic example of transition from stable to chaotic behavior as a single parameter changes value. This script plots the semi-stable values of x(n+1) = r*x(n)*(1-x(n)) as r is varied.


Platforms: Matlab

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

Added: August 26, 2013 | Visits: 291

ROCK4 This is a MATLAB-implementation of ROCK4 (Abdulle & Medovikov)for the numerical solution of a (mildly) stiff system of first order differential equations ODEs y'=f(t,y).ROCK4 is based on a family of second order explicit Runge-Kutta methods with nearly optimal stability domain on the negative...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (39): ROCK4 Download

Added: September 13, 2013 | Visits: 336

BIPVAL POLYFIT can fit a polynomial of given ORDer to vectorial data, using as independent variable data index, rescaled between -1 and 1. Similarly, BIPFIT fits a bipolynomial of given orders (a matrix) to matrix data.POLYVAL can calculate the VALues of a POLYnomial on an equidistant abscissa x, scaled...


Platforms: Matlab

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

Added: September 09, 2013 | Visits: 248

rkn86 rkn86 Integrates a special system of second order ordinary differential equations of the formd^2 y/dx^2 = f(x,y), y(x0)=y0, y'(x0)=y'0using an effectivelly 8-stages Runge-Kutta-Nystrom pair of orders 8 and 6.The method advances using the higher order formula (using local extrapolation).The...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): rkn86 Download

Added: August 10, 2013 | Visits: 400

Mandelbrot set with the parallel computing toolbox Short code example of how to create several tasks to calculate parts of the mandelbrot set and then put the data back together.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Mandelbrot set with the parallel computing toolbox Download

Added: June 22, 2013 | Visits: 239

polyfic In image analysis, such as in the field of AFM topography, a standard problem is to fit polynomials of given ORDer to many columns of data, considered as different functions of the same independent variable. POLYFIC solves this problem in a vectorized way (without using loops). In addition to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): polyfic Download

Added: May 21, 2013 | Visits: 361

MATLAB Plot Gallery - Line Plot 2D (1) This is an example of how to create an line plot in MATLABdlT«.Read about the plot function in the MATLABdlT« documentation.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): MATLAB Plot Gallery - Line Plot 2D (1) Download

Added: May 06, 2013 | Visits: 557

API in Matlab Example of how to call API in Matlab.Open, close CD,maximize, minimize windowStart with matlab_api.m and try buttons in gui.If your want to compile mex-file, you should setup compiler: mex -setup. Then type: mex myShowWindow.c user32Thanks to Phil Goddard. Owing to him I began to use api in matlab.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): API in Matlab Download

Added: August 08, 2013 | Visits: 317

SoundRecorder Demo The primary goal of this submisstion is to provide an example of how to build a Test & Measurement related GUI using GUIDE and the Data Acquisition (DAQ) Toolbox in MATLAB. MATLAB users in a Test & Measurement field can use the code in this submission as an outline to their own applications or as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 583.68 KB Download (48): SoundRecorder Demo Download

Added: June 08, 2013 | Visits: 399

My Clock A example of program with MATLAB for Visualisation .


Platforms: Matlab

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

Added: April 27, 2013 | Visits: 294

monte_carlo_spheregrid Simple example of the use of the code spheregrid.m.Finds the peak in the matlab example data PEAKS. Initially uses meshgrid to find a maximum then 'zooms in' and seeds points in a circle around the point found, it then find the maximum and continues the process.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): monte_carlo_spheregrid Download

Added: July 31, 2013 | Visits: 392

Draw a circle in a matrix / image This is a good example of the integer midpoint circle algorithm. No pixels are missed or repeated.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Draw a circle in a matrix / image Download

Added: July 19, 2013 | Visits: 200

smoothc.mat Usage:mO=smoothc(mI,Nr,Nc) mI=input matrix Nr=number of rows included in smoothing function Nc=number of columns included in smoothing function mO=output array, smoothedIntended as an example of using a kernel to smooth an image. With minimal changes, the user may implement another kernel.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): smoothc.mat Download

Added: May 30, 2013 | Visits: 613

CVOrganizer for Scripts CVOrganizer is a set of PHP scripts, that is helpful for managing a bunch of job aplications.It can help the so called "human resources managers". The set includes a full and customisable web interface. The job applicants have to fill in a form.


Platforms: PHP

License: Freeware Size: 10 KB Download (43): CVOrganizer for Scripts Download

Added: June 02, 2013 | Visits: 391

Externodes Basic example of use: A big image collection you want to share between drupals.Basically, this module allows you to map the nid and fid address space to another Drupal instance. A simple example: Given you have two drupals, if you type in your browser front.drupal.com/node/1000000001, it will in...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (45): Externodes Download

Added: June 19, 2013 | Visits: 473

WebFM Images This module is an example of how one can extend WebFM to provide additional functionality: in this case to resize images within the WebFM file browser.The module also provides a context menu that allows the previewing of images files from within the WebFM browser.*Note about Drupal 6.xThis module...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): WebFM Images Download

Added: September 28, 2013 | Visits: 400

TripWonkers A prime example of setting in motion simple still images for a cascading variety of hypnotic effects


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 18.43 MB Download (42): TripWonkers Download

< 1 2 3 4 5