7531 - 7540 of 8694 for parallel form of MapSearch Results
View search results from all Wolfram sites (523493 matches)
MLPutByteString()   (Mathematica MathLink C Function)
int MLPutByteString (MLINK link, const unsigned char *s, int n) puts a string of n characters starting from location s to the MathLink connection specified by link.
MLPutUTF32String()   (Mathematica MathLink C Function)
int MLPutUTF32String (MLINK link, const unsigned int *s, int len) puts a UTF-32 string s of length len to the MathLink connection specified by link.
MLAllocParameter()   (Mathematica MathLink C Function)
int MLAllocParameter (MLParameters *p, MLAllocator * a, MLDeallocator * d) retrieves the current memory allocator and deallocator function pointers from the MLParameters ...
MLDestroyMark()   (Mathematica MathLink C Function)
void MLDestroyMark (MLINK link, MLMARK mark) destroys the specified mark on a link.
MLFromLinkID()   (Mathematica MathLink C Function)
MLINK MLFromLinkID (MLENV env, long inumb) returns the link object with ID number inumb in the MathLink environment env.
MLPutRawSize()   (Mathematica MathLink C Function)
int MLPutRawSize (MLINK link, int s) prepares link to receive raw character data or numeric data of length s bytes.
MLPutRealList()   (Mathematica MathLink C Function)
int MLPutRealList (MLINK link, double *a, long n) puts a list of n floating-point numbers starting from location a to the MathLink connection specified by link.
MLPutString()   (Mathematica MathLink C Function)
int MLPutString (MLINK link, const char*s) puts a null-terminated string of C characters to the MathLink connection specified by link.
MLPutSymbol()   (Mathematica MathLink C Function)
int MLPutSymbol (MLINK link, const char *s) puts a symbol whose name is given by the character string s to the MathLink connection specified by link.
mltimeval   (Mathematica MathLink C Function)
mltimeval is a MathLink type used for storing time arguments.
1 ... 751|752|753|754|755|756|757 ... 870 Previous Next

...