WebCab Functions for .NET 2.0 Download

fyxm network: our download portal - Softliste.de
WebCab Functions for .NET
        Bookmark and Share
  • Name:WebCab Functions for .NET
  • License:Shareware
  • Developer:WebCab Components
  • Downloads:73
  • Rating:2 / 5
  • OS:Windows All
  • Size:3.4 MB
  • D.M.C.A. 
  • Download > 

WebCab Functions for .NET 2.0

WebCab Functions for .NET 2.0 Description:

WebCab Functions for .NET - add refined numerical procedures to either construct a function of one or two variables from a set of points (i.e. interpolate), or solve an equation of one variable; to your .NET, COM, and XML Web service Applications.

The interpolation procedures provided include Newton polynomials, Lagrange's formula, Burlisch-Stoer algorithm, Cubic splines (natural and free), Bicubic interpolation and procedures for find the interpolation functions coefficients.

In order to solve an equation we provide the Van Wijngaarden-Dekker-Brent algorithm, interval bisection method, secant and false position, Newton-Raphson method and Ridders' method.

WebCab Functions for .NET 2.0 Features:

Here are some key features of "Functions NET":

Interpolation Module
· Polynomial Interpolation and extrapolation:
- Lagrange's formula - for interpolating a function known at N points with a polynomial of degree N-1
- Burlisch-Stoer algorithm - interpolates functions using rational functions, this method gives error estimates
- Cubic Splines - we give algorithms for natural and clamped cubic splines
Sorting - efficient techniques are used for finding tabulated values
· Coefficients of an Interpolating Polynomial
- Matrix method - this method relies upon diagonalizing a matrix (or solving a system of equations), and is of the order N squared
- Zero method - by evaluating the interpolating polynomial at particular values we deduce the coefficients, this method is of the order N cubed
· Interpolation and extrapolation in two or more dimensions
- Grid - functions can be interpolated on an n-dimensional grid
- Bilinear interpolation - we consider a multidimensional interpolation by breaking the problem into successive one dimensional interpolations
- Accuracy - the use of higher order polynomials to obtain increased accuracy
- Smoothness - the use of higher order polynomials to enforce smoothness on some of the derivatives
- Bicubic interpolation - finds an interpolating function with a specified derivatives and cross derivatives which vary smoothly at the grid points
- Bicubic spline - a special case of Bicubic interpolation involving the use of successive one-dimensional splines

Equation Solver Module
· Interval Bisection Method - A robust method that always finds a solution or a singularity inside a bracketed interval.
· Secant Method - Generally this procedure converges and is much faster than the interval bisection method.
· Brent's Algorithm - The method of choice to find a bracketed root of a one dimensional equation when you cannot easily compute the function's derivative.
· Ridders' Method - Concise and almost as reliable as Brent's Algorithm for finding a bracketed root of an equation.
· Method of Regula Falsi - This procedure uses a slight alteration on the secant method to ensure convergence. The procedure is generally faster than the interval bisection method and slightly slower than the secant method.
· Newton-Raphson Method - Given a first approximation to a root and the differential of the function this procedure will always produce a solution. We implement this procedure for polynomial functions of one variable.
· Fail-Safe Newton-Raphson Method - This method combines the Newton-Raphson method and the Interval Bisection Method in order to produce very stable and fast convergence. Given a first approximation to a root and the differential of the function this procedure will always produce a solution.

This product also has the following technology aspects:
· 3-in-1: .NET, COM, and XML Web services - Three DLLs, Three API Docs, Three Sets of Client Examples all in 1 product. Offering a 1st class .NET, COM, and XML Web service product implementation.
· Extensive Client Examples - Multiple client examples including .NET (C#, VB.NET, C++.NET), COM and XML Web services (C#, VB.NET)
· ADO Mediator - The ADO Mediator assists the .NET developer in writing DBMS enabled applications by transparently combining the financial and mathematical functionality of our .NET components with the ADO.NET Database Connectivity model.
· Compatible Containers - Visual Studio 6 (incl. Visual Basic 6, Visual C++ 6), Visual Studio .NET (incl. Visual Basic .NET, Visual C#.NET, and Visual C++.NET), Borland's C++ Builder (incl. C++Builder, C++BuilderX, C++ 2005), Borland Delphi 3 - 2005, Office 97/2000/XP/2003.
· ASP.NET Web Application Examples - We provide an ASP.NET Web Application example which enables you to quickly test the functionality within this .NET Service.
· ASP.NET Examples with Synthetic ADO.NET - we use a ASP.NET service to perform component calculations on SQL database columns from a remote DBMS. We apply a component's function to certain rows from the database and list the output in HTML format.

WebCab Functions for .NET 2.0 Requirements:

· .NET Framework v1.x


Here are some key features of "Functions NET":

Interpolation Module
· Polynomial Interpolation and extrapolation:
- Lagrange's formula - for interpolating a function known at N points with a polynomial of degree N-1
- Burlisch-Stoer algorithm - interpolates functions using rational functions, this method gives error estimates
- Cubic Splines - we give algorithms for natural and clamped cubic splines
Sorting - efficient techniques are used for finding tabulated values
· Coefficients of an Interpolating Polynomial
- Matrix method - this method relies upon diagonalizing a matrix (or solving a system of equations), and is of the order N squared
- Zero method - by evaluating the interpolating polynomial at particular values we deduce the coefficients, this method is of the order N cubed
· Interpolation and extrapolation in two or more dimensions
- Grid - functions can be interpolated on an n-dimensional grid
- Bilinear interpolation - we consider a multidimensional interpolation by breaking the problem into successive one dimensional interpolations
- Accuracy - the use of higher order polynomials to obtain increased accuracy
- Smoothness - the use of higher order polynomials to enforce smoothness on some of the derivatives
- Bicubic interpolation - finds an interpolating function with a specified derivatives and cross derivatives which vary smoothly at the grid points
- Bicubic spline - a special case of Bicubic interpolation involving the use of successive one-dimensional splines

Equation Solver Module
· Interval Bisection Method - A robust method that always finds a solution or a singularity inside a bracketed interval.
· Secant Method - Generally this procedure converges and is much faster than the interval bisection method.
· Brent's Algorithm - The method of choice to find a bracketed root of a one dimensional equation when you cannot easily compute the function's derivative.
· Ridders' Method - Concise and almost as reliable as Brent's Algorithm for finding a bracketed root of an equation.
· Method of Regula Falsi - This procedure uses a slight alteration on the secant method to ensure convergence. The procedure is generally faster than the interval bisection method and slightly slower than the secant method.
· Newton-Raphson Method - Given a first approximation to a root and the differential of the function this procedure will always produce a solution. We implement this procedure for polynomial functions of one variable.
· Fail-Safe Newton-Raphson Method - This method combines the Newton-Raphson method and the Interval Bisection Method in order to produce very stable and fast convergence. Given a first approximation to a root and the differential of the function this procedure will always produce a solution.

This product also has the following technology aspects:
· 3-in-1: .NET, COM, and XML Web services - Three DLLs, Three API Docs, Three Sets of Client Examples all in 1 product. Offering a 1st class .NET, COM, and XML Web service product implementation.
· Extensive Client Examples - Multiple client examples including .NET (C#, VB.NET, C++.NET), COM and XML Web services (C#, VB.NET)
· ADO Mediator - The ADO Mediator assists the .NET developer in writing DBMS enabled applications by transparently combining the financial and mathematical functionality of our .NET components with the ADO.NET Database Connectivity model.
· Compatible Containers - Visual Studio 6 (incl. Visual Basic 6, Visual C++ 6), Visual Studio .NET (incl. Visual Basic .NET, Visual C#.NET, and Visual C++.NET), Borland's C++ Builder (incl. C++Builder, C++BuilderX, C++ 2005), Borland Delphi 3 - 2005, Office 97/2000/XP/2003.
· ASP.NET Web Application Examples - We provide an ASP.NET Web Application example which enables you to quickly test the functionality within this .NET Service.
· ASP.NET Examples with Synthetic ADO.NET - we use a ASP.NET service to perform component calculations on SQL database columns from a remote DBMS. We apply a component's function to certain rows from the database and list the output in HTML format.

Related searches:

solve elec - visual web service client - 215 apps - apps

WebCab Functions for .NET security information

You cannot download any crack or serial number for WebCab Functions for .NET on this page. Every software that you are able to download on our site is legal. There is no crack, serial number, hack or activation key for WebCab Functions for .NET present here. Our collection also doesn't contain any keygens, because keygen programs are being used in illegal ways which we do not support. All software that you can find here is freely downloadable and legal.

WebCab Functions for .NET installation package is prepared to be downloaded from our fast download servers. It is checked for possible viruses and is proven to be 100% clean and safe. Various leading antiviruses have been used to test WebCab Functions for .NET, if it contains any viruses. No infections have been found and downloading WebCab Functions for .NET is completelly problem free because of that reason. Our experts on malware detection tested WebCab Functions for .NET with various spyware and malware detection programs, including fyxm.net custom malware and spyware detection, and absolutelly no malware or spyware was found in WebCab Functions for .NET.

All software that you can find on our servers, including WebCab Functions for .NET, is either freeware, shareware or open-source, some of the software packages are demo, trial or patch versions and if possible (public domain licence), we also host official full versions of software.

Because we want to be one of the fastest download sites on the web, we host all the software including WebCab Functions for .NET on our servers. You cannot find here any torrents or download links that would lead you to dangerous sites.

Fyxm.net does support free software, however we do not support warez or illegal downloads. Warez is harming producers of the software.

Enjoy!

Rate WebCab Functions for .NET 2.0!

Rating: 1.8/5 (13 votes cast)

Similar Programs License Size Rating  
WebCab Bonds (J2EE Edition) Shareware 21.7 MB 2 / 5
Functions 1.00 Shareware 2.1 MB 3 / 5
Functions 2d Freeware 53 KB 3 / 5
Functions 3D Freeware 88 KB 3 / 5
functions for keyconfig Freeware 7 KB 1 / 5

Featured Products

LimeWire 5.2.1 Beta / 5.1.3

LimeWire

Share computer files with anyone on the internet!

Kaspersky Anti-Virus Personal 2010

Kaspersky Anti-Virus Personal

BKaspersky AV provides all types of anti-virus protection

Winamp 5 Full

Winamp

A flexible and sophisticated application for playing and managing your music

DAEMON Tools Lite 4.30.4

Daemon Tools

Advanced application for multiprotection emulation

CMS Templates Download

Blogger Themes

Check our website devoted to CMS themes download
FYXM.net - We have everything! If not - please do contact us here.