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

Subsidiary Ledger Example software
Filter: All | Freeware | Demo
 

Subsidiary Ledger Example

< 1 2 3 4 5 
Added: May 27, 2013 | Visits: 570

PCA demonstration example This file is used to explain how PCA works and the idea behind the method. This example is given in the ISA book: New directions in Bioprocess Modeling and Control by Michael A. Boudreau and Gregory K. McMillan(Chapter 8, simple example). The process is composed of a valve a thermometer and a...



Platforms: Matlab

License: Freeware Size: 10 KB Download (44): PCA demonstration example Download

Added: August 25, 2013 | Visits: 404

Image retrieval - Query by Example Demo Content-based image retrieval is the task of searching images in databases by analyzing the image contents. In this demo, a simple image retrieval method is presented, based on the color distribution of the images. The user simply provides an "example" image and the search is based upon that...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 6.94 MB Download (44): Image retrieval - Query by Example Demo Download

Added: April 26, 2013 | Visits: 684

AdvCurveFit This example solves a complex curve fitting problem that involves parameter pooling and stratification using a nonlinear least-squares approach. This example also takes advantage of some new language features with MATLAB 7. * Anonymous functions * Nested functions


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (42): AdvCurveFit Download

Added: April 06, 2013 | Visits: 539

C-MEX file example for 'float' data types If you have a C function with arguments that are float or pointer to float (rather than double or pointer to double) you can call the function from MATLAB and pass arguments to the function as single data types. For example, in this case we have a C file that is a highpass filter. In MATLAB ver....


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): C-MEX file example for 'float' data types Download

Added: July 13, 2013 | Visits: 441

Example using a MATLAB Class to control a GUI I've found, as my projects get bigger, it is easier to use a MATLAB class to control and manage a GUI instead of manipulating the standard Matlab gui mfiles.I believe this style of GUI programming makes passing data around from different areas of gui much easier.The functionality of this example...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Example using a MATLAB Class to control a GUI Download

Added: April 06, 2013 | Visits: 331

SonnetLab Project Decompiler Example The attached ZIP file contains a demonstration of the flexibility of the SonnetLab Toolbox for MATLABdlT«. SonnetLab is a free MATLABdlT« toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator.This tutorial provides a hands on demonstration of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): SonnetLab Project Decompiler Example Download

Added: May 21, 2013 | Visits: 219

SonnetLab Farfield Tool Example The attached ZIP file contains a demonstration of the flexibility of the SonnetLab Toolbox for MATLABdlT«. SonnetLab is a free MATLABdlT« toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator.This simple example will open a Sonnet project file with...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 686.08 KB Download (43): SonnetLab Farfield Tool Example Download

Simple example of genetic algorithm for optimization problems It is used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolutionary algorithms, which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Simple example of genetic algorithm for optimization problems Download

Added: May 24, 2013 | Visits: 314

Removing Simulink's State Order Dependency (Example 3) The MathWorks receives many questions relating to Simulink state ordering, state initialization, and Simulink solver performance. Many times customers are not aware of existing capabilities that are available and will solve their current issues.There are 3 MATLAB central submissions (all separate...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Removing Simulink's State Order Dependency (Example 3) Download

Added: August 06, 2013 | Visits: 226

Using the Simulink Debugger (Example 2) The MathWorks receives many questions relating to Simulink state ordering, state initialization, and Simulink solver performance. Many times customers are not aware of existing capabilities that are available and will solve their current issues.There are 3 MATLAB central submissions (all separate...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Using the Simulink Debugger (Example 2) Download

Added: March 29, 2013 | Visits: 242

Extracting Simulink State Definition (Example 1) The MathWorks receives many questions relating to Simulink state ordering, state initialization, and Simulink solver performance. Many times customers are not aware of existing capabilities that are available and will solve their current issues.There are 3 MATLAB central submissions (all separate...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Extracting Simulink State Definition (Example 1) Download

Example for creating Multiple Entities for SimEvents - from excel An Excel file contains information about time and number of units to dispatch - use in SimEvents.This model shows how you can acquire data from Excel files, and use it to generate multiple entities at specific times. The idea is that if you have information stored in Excel on number on entities...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): Example for creating Multiple Entities for SimEvents - from excel Download

Added: April 11, 2013 | Visits: 463

Agilent N6700B Power Supply - MATLAB Example Allows MATLAB to connect to an Agilent N6700B Power supply using SCPI, and set the output voltage.MATLABdlT« software is used to control instruments, make measurements, analyze data, and build test systems.MATLAB supports Agilent power supplies through the Instrument Control Toolboxd-OC?D?....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Agilent N6700B Power Supply - MATLAB Example Download

MATLAB GUI Example for Agilent N8241A Arbitrary Waveform Generator MATLAB supports Agilent arbitrary waveform generators through the Instrument Control Toolbox.This example demonstrates how you can use MATLAB to develop a GUI application for configuring an Agilent N8241A Arbitrary Waveform Generator. The GUI allows you to configure sinusoids and pulse trains of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): MATLAB GUI Example for Agilent N8241A Arbitrary Waveform Generator Download

Added: July 05, 2013 | Visits: 181

Simulink-GUI Synchronization Example Developing Graphical User Interfaces that drive Simulink models is a relatively common practice that can be accomplished with calls to get_param, set_param, and other Simulink functions. However, it can be challenging to update settings in the GUI when the user opts to alter them in the model...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (48): Simulink-GUI Synchronization Example Download

Added: September 07, 2013 | Visits: 363

Gui Example - Stop Start Loop & Icon Change & Build Exe This example demonstrate 3 different things:1. How to stop and start a loop in Gui2. How to change the default Gui icon3. How to build from that an EXE program


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Gui Example - Stop Start Loop & Icon Change & Build Exe Download

Released: November 10, 2014  |  Added: February 04, 2015 | Visits: 1.213

BS Accounting Free BS1 General Ledger tracks budget and actual financial data to produce financial statements such as an Income Statement and Balance Sheet, the Trial Balance report, and General Ledger (detail) report. Features include: - User-defined financial statements or automatic option. - Year-end...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 1.99 MB Download (67): BS Accounting Free Download

Released: October 22, 2015  |  Added: February 13, 2016 | Visits: 5.843

Invoice Creator Quick and reliable incoice creation. "Invoice creator" is a free software to create and manage invoices. With this program you can easily create not only invoices, but also any other necessary documents, for example: offers, order confirmations, orders, letters, bills of delivery, reminders. You...


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

License: Freeware Size: 66.76 MB Download (1719): Invoice Creator Download

Added: February 03, 2006 | Visits: 4.031

BS/1 Enterprise with Manufacturing BS/1 Enterprise with Manufacturing is a multi-currency manufacturing, distribution and accounting system: Accounts Payable, Accounts Receivable, General Ledger, Inventory, Purchase Orders, Sales Orders and Quotes, Manufacturing, and Sales Analysis. Sales orders may be optionally entered as...


Platforms: Windows

License: Shareware Cost: $329.00 USD Size: 1.53 MB Download (223): BS/1 Enterprise with Manufacturing Download

Added: January 22, 2006 | Visits: 2.877

BS/1 Enterprise BS/1 Enterprise is an integrated, multi-currency, distribution and accounting system: Accounts Payable, Accounts Receivable, General Ledger, Inventory, Purchase Orders, Sales Orders and Quotes, and Sales Analysis. Multi-currency features facilitate selling and purchasing internationally....


Platforms: Windows, Palm OS

License: Shareware Cost: $219.00 USD Size: 1.46 MB Download (139): BS/1 Enterprise Download

< 1 2 3 4 5