The little program is able to compute correctly the electric parameters (R, L und C) for a set of electric cables (radial electromagnetic field only).
It can be used for compute R, L and C matrix in order to simulate an underground cable line with Simpowersystem
This is a tutorial on how to use my PHP script to make a web cam image history thumbnail page.
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains...
A simple tuturial on how to track your online advertising such as banner ads, text links, etc. This is important when buying ads based on CPC (cost per click) such as with Google's AdWords program.
The program uses simulink to compute the reaction paths in three-species reaction mixture and plots these paths in an equilateral graph. This problem was first treated by Wei and Prater. Applications of this problem include butene isomerization.
How to create a simple circular Ripple effect in Flash MX 2004 is a flash tutorial explaining users on how to insert circular rippling effects on images. From this tutorial you will be able to learn on the procedures to be followed while creating...
This tutorial gives you some tips on how to start the programming in PHP and to sequence the codes in a particular order with a simple real life example. This will be useful for new programmers to create their own programs effectively and helps...
From this tutorial you can learn on how to store user information with session variables easily via sample coding. The author explains about the problem of this sesson variables while accessing them along with HTTP protocol and the solutions are...
This script gives an example on how to use Python COM to instantiate an ADSI object and change a NT user's password.
This program demonstrates how to create a 3d slot machine. It requires the gd library to compile.
This example is based on the Simulink help files on how to add a custom block to the Simulink Signal and Scope Manager. It is a very slick way to reduce adding save-to-workspace blocks to a model and to take advantage of Simulink's great capabilites.
This document attempts to give a hands-on description on how to make a DLL from a controller built in Simulink. This makes it possible to develop advanced controllers in Simulink, and then use them from an arbitrary application. Persons with...
Includes Guides on how to use visual studio to create Matlab compatible Cuda Code, how to compile, debug and run it using various methods, and much more.
This script shows how to compute a Diffusion Tensor (DTI) from a given DW-MRI (Diffusion-Weighted MRI) dataset. The method guarantees that the estimated tensor is positive-definite or at least positive semi-definite. The implementation is based on...
1) How to compute a Pearson correlation coefficient in MATLAB? The idea is a simple fact in math: for two standardized variables (0 mean and 1 std), the correlation is equivalent to their inner product. Thus, for two large sample matrices X and Y,...
This script shows how to compute a Higher-order Diffusion Tensor from a given Diffusion-Weighted MRI dataset. The method guarantees that the estimated tensor is positive-definite or at least positive semi-definite. This implementation is based on...
A tutorial on how to create and execute JDBC SQL Statements and display records from a table in a MySQL Database. Also covers topics like creating databases and tables in MySQL. All code is explained in detail.
A simple tutorials on how to generate Dynamic URLs in php/mysql with URL like index.php?ID=5 . Code snippet included.
Small tutorial on how to write a copyright date to your HTML page with Javascript that dynamically updates, using the current year
The program shows how to plot figure 14.4 page 248 presented in T. L. Hill, An Introduction to Statistical Thermodynamics, Dover, New York, 1986. The Bragg-Williams approximation gives pressure-volume isotherms similar to those obtained using the... |