671 - 680 of 4505 for *HatSearch Results
Parallel Evaluation   (Parallel Package Tutorial)
Recall that connections to remote kernels, as opened by LaunchKernels, are represented as kernel objects. See the chapter Connection Methods for details. The commands in this ...
Remote Definitions   (Parallel Package Tutorial)
Parallel kernels do not have access to the values of variables defined in the master kernel, nor do they have access to locally defined functions. Mathematica contains a ...
Virtual Shared Memory   (Parallel Package Tutorial)
Special-purpose multiprocessing hardware comes in two types, shared memory and distributed memory. In a shared-memory machine, all processors have access to a common main ...
CExpression   (SymbolicC Package Symbol)
CExpression[arg] is a symbolic representation of code that will format using CForm[arg].
CPointerType   (SymbolicC Package Symbol)
CPointerType[type] is a symbolic representation of a type that is a pointer to a type.
ToCCodeString   (SymbolicC Package Symbol)
ToCCodeString[symbolicC] generates a string of C code from a symbolic C expression.
Formatting   (SymbolicC Tutorial)
SymbolicC provides automated formatting of the generated C output. This section reviews some of the ways that you can work with formatting to create your own styles of ...
Introduction   (SymbolicC Tutorial)
Mathematica's core tree-oriented symbolic language makes it well suited to working with a hierarchical view of C code as Mathematica expressions. This supports the use of the ...
C Operators   (SymbolicC Tutorial)
SymbolicC supports the various types of C operators. These are described in this section. First, you need to load the package. The following shows how to output to get infix ...
Running GUIs   (GUIKit Package Guide)
 
1 ... 65|66|67|68|69|70|71 ... 451 Previous Next

...