7471 - 7480 of 8576 for Descartes rule of signsSearch Results
View search results from all Wolfram sites (350121 matches)
MLActivate()   (Mathematica MathLink C Function)
int MLActivate (MLINK link) activates a MathLink connection, waiting for the program at the other end to respond.
MLClose()   (Mathematica MathLink C Function)
void MLClose (MLINK link) closes a MathLink connection.
MLDeallocator   (Mathematica MathLink C Function)
MLDeallocator is a MathLink type that describes a function pointer to a function taking a void * as an argument and having a return type of void that implements a memory ...
MLEvaluateString()   (Mathematica MathLink C Function)
int MLEvaluateString (MLINK link, char *string) sends a string to Mathematica for evaluation, and discards any packets sent in response.
MLMessageHandlerObject   (Mathematica MathLink C Function)
MLMessageHandlerObject is a MathLink type that describes a function pointer to a function taking three arguments: an MLINK, an int, and an int, and returning a void that ...
MLPutUCS2Symbol()   (Mathematica MathLink C Function)
int MLPutUCS2Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by s with length len to the MathLink connection specified by link.
MLPutUTF16Symbol()   (Mathematica MathLink C Function)
int MLPutUTF16Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by UTF-16 encoded string s with length len to the MathLink connection ...
MLPutUTF32Symbol()   (Mathematica MathLink C Function)
int MLPutUTF32Symbol (MLINK link, const unsigned int *s, int len) puts a symbol whose name is given by UTF-32 encoded string s with length len to the MathLink connection ...
MLPutUTF8Symbol()   (Mathematica MathLink C Function)
int MLPutUTF8Symbol (MLINK link, const unsigned char *s, int len) puts a symbol whose name is given by UTF-8 encoded string s with length len to the MathLink connection ...
MLReady()   (Mathematica MathLink C Function)
int MLReady (MLINK link) tests whether there is data ready to be read from link.
1 ... 745|746|747|748|749|750|751 ... 858 Previous Next

...