FindLibrary[lib] finds a dynamic library that can be loaded by LibraryFunctionLoad.
LibraryFunctionInformation[fun] returns information about a LibraryFunction.
Placeholder[name] represents a placeholder labeled with name that indicates a place to type.Placeholder[] gives the empty placeholder \[Placeholder].
There are many functions that are built into Mathematica. This tutorial discusses how you can add your own simple functions to Mathematica. As a first example, consider ...
Introduction Finding Expressions That Match a Pattern Naming Pieces of Patterns
Mathematica provides many mechanisms for interfacing with the web —from exporting graphics and structured active documents to interacting with web services, importing web ...
Mathematica's symbolic control objects include options that make it easy to optimize both appearance and functionality in arbitrarily sophisticated interfaces.
AppletViewer[javaclass, parameters] displays a window with an applet of the specified JavaClass running in it. AppletViewer["classname", parameters] displays a window running ...
ShowJavaConsole[] displays the Java console window and begins capturing output sent to the Java System.out and System.err streams. ShowJavaConsole["stdout"] captures only ...
$LibraryPath gives the default list of directories to search in attempting to find a library.