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

Example Of Expert Support Systems software
Filter: All | Freeware | Demo
 

Example Of Expert Support Systems

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 592

Breadth first traversal of tree Breadth first traversal of tree script is an example of the self-recursive generators. The first argument should be the tree root; children should be a function taking as argument a tree node and returning an iterator of the node's children.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Breadth first traversal of tree Download

Added: May 10, 2013 | Visits: 504

Example For winreg This script is an example of how to use the winreg module. The code had the first purpose of demonstrating the concept of a graphical shell built in Python. The shell was easily modified to make use of the Window's registry but retains traces of its original method of operation.





Platforms: Windows, Python,

License: Freeware Download (51): Example For winreg Download

Added: September 12, 2013 | Visits: 544

Simple example of the Simplex Method It's a function that finds the minimum value of a two variables objective function with a deterministic zero order algorithm: simplex method. The input variables are:-fun: inline function of the objective function-init_point: initial point for the simplex method-step_size: initial dimension of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Simple example of the Simplex Method Download

Added: May 31, 2013 | Visits: 392

Simple example of PSO algorithm It finds the minimum of a n variables function with the Particle Swarm Optimization Algorithm.% The input parameters are:% -func: it's the objective function's handle to minimize% -numInd: it's the number of the swarm's elements% -range: it's the range in which the elements must be created%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Simple example of PSO algorithm Download

Back forward sweep algortihm for radial distribution systems Backward/ forward sweep algorithm for three-phase load-flow analysis of radial distribution systems. In the backward sweep, Kirchhoff's Current Law and Kirchhoff's Voltage Law are used to calculate the upstream bus voltage of each line or a transformer branch. In the forward sweep, the voltage at...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (77): Back forward sweep algortihm for radial distribution systems Download

Added: June 23, 2013 | Visits: 500

NelinSys The main objective of the tool is to provide better program support for design and simulation of nonlinear control systems in MATLAB/Simulink environment. It is encapsulated as a Simulink library, although besides function blocks designed for Simulink it also contains some applications designed...


Platforms: Matlab

License: Freeware Size: 1.57 MB Download (57): NelinSys Download

Added: July 12, 2013 | Visits: 422

Example of Volatility Pumping The self-contained script demonstrates excess, volatility driven growth, in a rebalanced portfolio.Based on the paper "Benchmarking and Rebalancing" by Gabay and Herlemont, yats.com, 19 Septembre 2007, this script reproduces example 1, showing the long-term rebalancing excess growth rate g*.There...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Example of Volatility Pumping Download

Added: September 09, 2013 | Visits: 568

DotNet Web Example Guide End To End Chapter This is an end to end example of how to use Builder NE (.NET Builder) to create a full web application that utilizes data and WebFigures to display MATLAB Figurues on the Web in an interactive way.This example shows the "Magic Square" function in MATLAB where a user can specify the size of the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): DotNet Web Example Guide End To End Chapter Download

Added: April 01, 2013 | Visits: 610

Getting started with MATLAB (control engineering example) This zip file contains an example of some resources to help engineering students learn MATLAB. They comprise a flash file with voiceover (select player.html to run this) which will discuss some of the m-files also included. The example included is for an introduction to control, but there are...


Platforms: Matlab

License: Freeware Size: 4.53 MB Download (40): Getting started with MATLAB (control engineering example) Download

Added: May 01, 2013 | Visits: 851

Java Web Example Guide End To End Chapter This is an end to end example of how to use Builder JA (Java Builder) to create a full web application that utilizes data and WebFigures to display MATLAB Figurues on the Web in an interactive way.This example shows the "Magic Square" function in MATLAB where a user can specify the size of the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Java Web Example Guide End To End Chapter Download

Screenshot Type I liquid-liquid equilibrium diagrams for a ternary systems: water-ethyl acetate-acetone at 15dlT- The program computes the liquid-liquid equilibrium diagrams for a type I ternary system based on the NRTL model. The ternary mixture: water-ethylacetate-acetone is an example of type I systems. The equilibrium diagram is obtained at a temperature of 288.15 K.


Platforms: Matlab


Added: July 28, 2013 | Visits: 385

Numerical Inversion of Laplace Transforms in Matlab Inversion of Laplace transforms is a very important procedure used in solution of complex linear systems.The function f(t)=INVLAP(F(s)) offers a simple, effective and reasonably accurate way to achieve the result. It is based on the paper:J. Valsa and L. Brancik: Approximate Formulae for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): Numerical Inversion of Laplace Transforms in Matlab Download

Added: May 11, 2013 | Visits: 503

Example: Using Nested Functions for Timers This is a simple example of how nested functions can simplify the writing of callback functions for writing continuously-running applications. Callback functions are used by timer objects and the various objects in the Test & Measurement Toolboxes (Data Acquisition Toolbox, Instrument Control...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Example: Using Nested Functions for Timers Download

Added: June 24, 2013 | Visits: 429

Compressive Sensing Simple Example This very simple example of L1 minimization is reproduced for implementation on matlab. The original example was posted on Rip's AppliedMathematics Blog on March 28, 2011 entitled "Compressed Sensing: the L1norm finds sparse solutions".One needs to download the L1-MAGIC package in order to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Compressive Sensing Simple Example Download

Added: April 04, 2013 | Visits: 393

Simple Example of Simulated Annealing Optimization Case of study: "Capacity Energy Storage Solution".Dual problem of SMES, replacing inductors with capacities.


Platforms: Matlab

License: Freeware Size: 849.92 KB Download (45): Simple Example of Simulated Annealing Optimization 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: March 31, 2013 | Visits: 398

An example of Zipf' law %Input:%Suppose you have a file that lists the occurences of every n-gram,%and has a data format looks like (%s %s ... %d):%hello 367%word 5754%Output%Plot a JPG figure and saves it in the data files' parent directory


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): An example of Zipf' law Download

Added: April 09, 2006 | Visits: 2.485

Live Site The software Live Site® is devoted to arranging of a Support Service in your Website. You will be able to enliven your site in the direct meaning of this word. Your customer will be able to see the staff of your company and talk to them. You will be able to dissolve the last border in the...


Platforms: Windows, *nix

License: Demo Cost: $99.00 USD Size: 1.9 MB Download (98): Live Site Download

Added: October 27, 2010 | Visits: 1.126

GOsa GOsa is a PHP-based administration tool for role based managing of accounts and systems in LDAP databases. Standard configurations can manage generic, posix/shadow, postfix/cyrus/sieve, pureftpd, fax and samba2/3 accounts in LDAP. GOsa has plugins for DNS (BIND), DHCP (ISC dhcpd), and...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (117): GOsa Download

Added: July 11, 2010 | Visits: 1.770

phpMyInventory phpMyInventory (PMI) is a web-based inventory program designed to keep track of all your systems, software and peripherals. "Systems" include: PCs, servers, laptops, network printers, etc. See the project page to download v2.81 or to read the change log. Some screenshots are available on the...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (220): phpMyInventory Download

< 1 2 3 4 5 >