CDefault[] is a symbolic representation of a default statement.
One of the key problems in graphs is navigation. In particular, the problem is finding the shortest path between two vertices, whether that is finding the way out of a maze ...
Open opens a dialog box for opening an existing file.
Appearance is an option for displayed objects such as Button and Slider that specifies the general type of appearance they should have.
BinaryReadList["file"] reads all remaining bytes from a file, and returns them as a list of integers from 0 to 255. BinaryReadList["file", type] reads objects of the ...
CellGroupData[{cell_1, cell_2, ...}] is a low-level construct that represents an open group of cells in a notebook. CellGroupData[{cell_1, cell_2, ...}, 1] represents a cell ...
ControllerPath is an option that gives a list of external controllers or classes of controllers to try for functions such as ControllerState, Manipulate, and Graphics3D.
LaplacianFilter[image, r] convolves image with a range r Laplacian kernel.LaplacianFilter[image, {r_1, r_2}] uses ranges r_i in the vertical and horizontal ...
LinkCreate["name"] creates a MathLink link with the specified name for another program to connect to. LinkCreate[] creates a MathLink link and picks an unused name for the ...
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.