7561 - 7570 of 8694 for parallel form of MapSearch Results
View search results from all Wolfram sites (523493 matches)
MLEvaluate()   (Mathematica MathLink C Function)
int MLEvaluate (MLINK link, char*string) sends a string of input suitable for use with ToExpression[] to Mathematica for evaluation.
MLGetSymbol()   (Mathematica MathLink C Function)
int MLGetSymbol (MLINK link, const char ** s) gets a character string corresponding to the name of a symbol from the MathLink connection specified by link, storing the ...
MLInitialize()   (Mathematica MathLink C Function)
MLENV MLInitialize (char* p) initializes the MathLink environment object and passes parameters in p.
MLLinkName()   (Mathematica MathLink C Function)
const char * MLLinkName (MLINK link) returns the name string used to create the link.
MLOpenString()   (Mathematica MathLink C Function)
MLINK MLOpenString (MLENV env, const char *string, int *errno) opens a MathLink connection taking parameters from a character string.
MLPutData()   (Mathematica MathLink C Function)
int MLPutData (MLINK link, const char *b, int count) puts count bytes from the buffer b to the MathLink connection specified by link.
MLPutRawData()   (Mathematica MathLink C Function)
int MLPutRawData (MLINK link, const unsigned char *d, int l) puts raw character data or numeric data from d of length l bytes to link.
MLPutSize()   (Mathematica MathLink C Function)
int MLPutSize (MLINK link, int len) specifies the length in bytes of the textual data to be put on link.
MLSetSignalHandler()   (Mathematica MathLink C Function)
int MLSetSignalHandler (MLENV env, int s, void *sa) installs the Unix signal handler detailed in the object sa for signal s in the MathLink library signal-handling mechanism.
MLSetYieldFunction()   (Mathematica MathLink C Function)
int MLSetYieldFunction (MLINK link, MLYieldFunctionObject yf) installs the yield function yf for the link referenced by link.
1 ... 754|755|756|757|758|759|760 ... 870 Previous Next

...