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

Examples Of Bases In Chemistry software
Filter: All | Freeware | Demo
 

Examples Of Bases In Chemistry

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

Recursively look up groups in Active Directory This script allows you to enumerate the members of groups in the domain. It is an example of how you can look up all the members of a group in AD. It will also look up the membership of any sub-groups it finds. It will also use the groups primary group token and find all users that have that...



Platforms: Windows, Python,


Added: May 10, 2013 | Visits: 556

Posts in Last 24 Hours Adds number of posts in the last 24 hours to your board stats





Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (57): Posts in Last 24 Hours Download

Added: May 10, 2013 | Visits: 548

Show Order Total in Default Currency This module is aimed at shop owners who offer payments in multiple currencies, but would like to keep track of everything in their shop's default currency. It will add an extra line under the total. (or wherever you want to place it, as defined in the Admin-> Modules-> Order Totals section


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Show Order Total in Default Currency Download

Added: May 10, 2013 | Visits: 412

Modify class method in-place Once in a while it becomes necessary to globally change the behaviour of classes in a third party library. This code demonstrates the ability to modify the __init__ method of an arbitrary class in-place. It's also good for making functional programmers wince, which can be entertaining.


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

License: Freeware Download (58): Modify class method in-place Download

Added: May 10, 2013 | Visits: 440

Closest elements in a target array This script has the next actions: finds the set of elements in input_array that are closest to elements in target_array and records the indices of the elements in target_array that are within tolerance, tol, of their closest match. Also it records the indices of the elements in target_array...


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

License: Freeware Download (63): Closest elements in a target array Download

Added: August 11, 2013 | Visits: 531

BER of BFSK in AWGN Channel The MATLAB program simulates binary frequency shift keying (BFSK) at baseband through Monte Carlo method. The goal is to simulate bit error rate (BER) over an additive white Gaussian noise (AWGN) channel. For realizing that, the effect of noise is represented in the baseband with Gaussian random...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (46): BER of BFSK in AWGN Channel Download

Added: May 26, 2013 | Visits: 482

BER of BPSK in AWGN Channel The MATLAB program simulates binary phase shift keying (BPSK) at baseband through Monte Carlo method. The goal is to simulate bit error rate (BER) over an additive white Gaussian noise (AWGN) channel. For realizing that, the effect of noise is represented in the baseband with Gaussian random...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): BER of BPSK in AWGN Channel Download

Added: May 10, 2013 | Visits: 514

Number of sinusoids Estimator Fast Algorithm estimating the number of sinusoids in a white Gaussian noise. This algorithm use a sub-space method based on chi-square statistics of eigen values of the Autocorrelation Matrix.Example :clear, close all hiddenN = 512;L_vrai = 4;fe = 2000;F = (0:(fe/2)/(N/2-1):(fe/2));snr = [-10 -10...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Number of sinusoids Estimator Download

Added: August 22, 2013 | Visits: 560

Optimization Tips and Tricks New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to...


Platforms: Matlab

License: Freeware Size: 92.16 KB Download (45): Optimization Tips and Tricks Download

Added: April 24, 2013 | Visits: 598

Spatial correlation in high resolution climate data A package of Matlab functions for exploring spatial patterns of correlation in high resolution climate data. Cross-similarity parameters (dominant lag, max-similarity, window cross-similarity) are calculated for each pair of records and presented on maps as well as plots with an intersite...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Spatial correlation in high resolution climate data Download

Added: May 19, 2013 | Visits: 325

Generator of Image in DSP Memory Program to generate a vector that store the values of pixel of an image an saved as a file .lib which must to be added to a project that use the image_lib for DSK 6711/6211% Date Rev 0.0 january 2004


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Generator of Image in DSP Memory Download

Added: June 25, 2013 | Visits: 280

Acoustic Absorption in Seawater This function calculates the acoustic absorption of seawater in dB/km following Kinsler et al, "Fundamentals of Acoustics, Fourth Edition," pp. 226-228. The function can be called with the only argument being frequency, in which case "standard" oceanographic parameters are used. However, depth,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Acoustic Absorption in Seawater Download

Added: May 16, 2013 | Visits: 446

Stirling number of second kind INPUT: N the number of elements in the set to be partitionedOUTPUT: a matrix whose element (i,j) is S(i,j)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Stirling number of second kind Download

Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example This example adds MATLABdlT« to the list of languages in this C++ vs Java vs Python vs Ruby: a first impression (http://www.dmh2000.com/cjpr/ ) article at www.dmh2000.com, which compares implementations of a Red Black Tree binary search algorithm...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example Download

Added: August 07, 2013 | Visits: 369

Estimation for Hidden Processes This package called EstimHidden is devoted to the non parametric estimation using model selection procedures of1/ the density of X in a convolution model where Z=X+noise1 is observed2/ the functions b (drift) and s^2 (volatility) in an "errors in variables" model where Z and Y are observed and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (45): Estimation for Hidden Processes Download

Added: August 30, 2013 | Visits: 429

Pade Approximant of a trunctated series Say you are only able to obtain a limited number of terms in a power series, as each term is increasingly difficult to obtain (ex. virial equation of state). To explore possible analytic continuations, you need an infinite series representation. A rational function is one way to prescribe this,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Pade Approximant of a trunctated series Download

Examples of Basic Iterative Algorithms for Inverse Kinematics Two simple models are provided showing the characteristics of basic iterative algorithms for the inversion of kinematics, namely the Jacobian transpose, its pseudo-inverse and the damped least-squares (DLS). The pro's and con's can be compared interactively for a serial two-links and a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (46): Examples of Basic Iterative Algorithms for Inverse Kinematics Download

Added: April 06, 2013 | Visits: 567

trapz and quad basic examples Basic examples of using trapz and quad to evaluate the integral of two simple known functions between defined limits.A for loop is used to loop over the upper limits of integration. The results are compared to show the greater accuracy, efficiency and ease of use of quad for a known function


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): trapz and quad basic examples Download

Added: June 18, 2013 | Visits: 411

2D FDTD of waveguide splitter/combiner 2D FDTD simulation of light in a waveguide splitter/combinerWritten for Course :-Computational Electromagnetics, Fall 2011Department of Electrical EngineeringIndian Institute of Technology Madras (IITM)Chennai - 600036, IndiaAuthors :-Sathya Swaroop Ganta, B.Tech., M.Tech. Electrical...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 2D FDTD of waveguide splitter/combiner Download

Added: May 28, 2013 | Visits: 312

In Theta Bounds This function will take in an arbitrarily sized array of angles (in either degrees or radians) and determine if they fall between user specified bounds.For example:[X,Y] = meshgrid(linspace(-100,100,1e3));thetas = rad2deg(atan2(Y,X));isIN = thetabounds(thetas,10,350);imagesc([-100 100],[-100...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): In Theta Bounds Download

< 1 2 3 4 5 >