Deterministický chaos v prostředí Mathematica - DSpace UTB

Deterministický chaos v prostředí Mathematica - DSpace UTB Deterministický chaos v prostředí Mathematica - DSpace UTB

dspace.k.utb.cz
from dspace.k.utb.cz More from this publisher
05.01.2013 Views

PŘÍLOHA P I: VÝPIS ZDROJOVÉHO KÓDU PRO START.TM /* To launch this program from within Mathematica use: * In[1]:= link = Install["sumalist"] * * Or, launch this program from a shell and establish a * peer-to-peer connection. When given the prompt Create Link: * type a port name. ( On Unix platforms, a port name is a * number less than 65536. On Mac or Windows platforms, * it's an arbitrary word.) * Then, from within Mathematica use: * In[1]:= link = Install["portname", LinkMode->Connect] */ :Begin: :Function: CE108 :Pattern: CE108[OutValue1_Real,OutValue2_Real ] :Arguments: { OutValue1,OutValue2 } :ArgumentTypes: { Real,Real } :ReturnType: Manual :End: :Evaluate: "CE108[ OutValue1,OutValue2 ]

int PASCAL WinMain( HANDLE hinstCurrent, HANDLE hinstPrevious, LPSTR lpsz- CmdLine, int nCmdShow) { } char buff[512]; char FAR * buff_start = buff; char FAR * argv[32]; char FAR * FAR * argv_end = argv + 32; if( !MLInitializeIcon( hinstCurrent, nCmdShow)) return 1; MLScanString( argv, &argv_end, &lpszCmdLine, &buff_start); return MLMain( argv_end - argv, argv); int main(argc, argv) { } int argc; char* argv[]; return MLMain(argc, argv);

int PASCAL WinMain( HANDLE hinstCurrent, HANDLE hinstPrevious, LPSTR lpsz-<br />

CmdLine, int nCmdShow)<br />

{<br />

}<br />

char buff[512];<br />

char FAR * buff_start = buff;<br />

char FAR * argv[32];<br />

char FAR * FAR * argv_end = argv + 32;<br />

if( !MLInitializeIcon( hinstCurrent, nCmdShow)) return 1;<br />

MLScanString( argv, &argv_end, &lpszCmdLine, &buff_start);<br />

return MLMain( argv_end - argv, argv);<br />

int main(argc, argv)<br />

{<br />

}<br />

int argc; char* argv[];<br />

return MLMain(argc, argv);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!