MDB
(Mathematica Import/Export Format) MIME types: application/mdb, application/msaccess, application/vnd.msaccess MDB database file. Native format of the Microsoft Access database application. Used in conjunction ...
GridBox
(Built-in Mathematica Symbol) GridBox[{{box_11, box_12, ...}, {box_21, box_22, ...}, ...}] is a low-level box construct that represents a two-dimensional grid of boxes or strings in notebook expressions.
TetGenExport["file.ext", expr] exports data from a TetGen expression into a file. TetGenExport["file", expr, " format"] exports data in the specified format.
Here are a few examples that demonstrate building user interfaces with the GUIKit framework. Hello World—The classic simple application written with GUIKit. Simple Slider
Geometry`Polytopes` functionality is available in the kernel function PolyhedronData.
Debugger Controls opens a submenu of debugger controls.
BetweennessCentrality[g] gives a list of betweenness centralities for the vertices in the graph g.
ImageKeypoints[image] finds key features in image and returns their coordinates.ImageKeypoints[image, prop] gives the specified property prop for each keypoint.
SyntaxInformation[f] gives information used to generate syntax coloring and other advisories when f[...] is entered as input.
$CommandLine is a list of strings giving the elements of the original operating system command line with which Mathematica was invoked.