Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how

Legacy Documentation

Mathematica 8 (2010)

This is documentation for Mathematica 8, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 14.3)

CCodeGenerate


generates C code from the compiled function cfun using the name as the exported function name, and saves in the file .

generates output in filename.

generates C code from several compiled functions and saves in filename.
  • To use , you first need to load it using Needs .
  • Mathematica contains the necessary headers and libraries for standalone code.
  • You can generate a header for the generated code by setting to .
  • The following option can be given:
"CodeTarget" "WolframRTL" the type of code to generate
(1)
First, load the package:
Generate C code into a file:
Display the file of C code:
Generate code from two compiled functions:
Display the file of C code:
First, load the package:
Generate C code into a file:
Out[2]=
Display the file of C code:
Generate code from two compiled functions:
Out[4]=
Display the file of C code:
(1)
First, load the package:
By default standalone C code is generated:
This generates the header file for the export:


ja zh

AltStyle によって変換されたページ (->オリジナル) /