WindowElements is a notebook option that specifies the elements to include in the window used to display the notebook on the screen.
$ParentLink is the MathLink LinkObject currently used for input and output by the Mathematica kernel in a particular session.
$UserName gives the login name of the user who invoked the Mathematica kernel, as recorded by the operating system.
In Mathematica, dialog boxes are customized notebooks used to provide users with information and/or request user input. There are two properties associated with dialogs. ...
Mathematica 8 provides functions that allow developers to implement file format converters to be integrated with the Mathematica Import and Export framework. You can ...
Introduction to MathLink How MathLink Is Used Installing Existing MathLink-Compatible Programs
Mathematical functions in Mathematica are given names according to definite rules. As with most Mathematica functions, the names are usually complete English words, fully ...
Invisible characters. In the input there is an invisible comma between the 1 and 2. Here there is an invisible space between the x and y, interpreted as multiplication.
CUDAImageConvolve[img, kern] gives the convolution of img with kern.CUDAImageConvolve[list, kern] gives the convolution of list with kern.CUDAImageConvolve[mem, kern] gives ...
CUDAOpening[img, r] gives the morphological opening of img with respect to a range-r square.CUDAOpening[list, r] gives the morphological opening of list with respect to a ...