Origin C
Origin C is an ANSI C compatible programming language that also
includes elements of C++ and C#. It provides built-in C++ classes
for programmatic access to most Origin objects. It also includes
a wide selection of numerical computational routines from the NAG
C Library.
You can program Origin C functions to perform the following:
- Create real-world user-defined functions to be used in Origin's
powerful curve fitter
- Call all the NAG routines built-in into Origin 7 for a wide
range of mathematical and statistical functions
- Call existing C or Fortran library routines, like the IMSL library
from DIGITAL Fortran, or other public domain library packages
- Construct Data Acquisition solutions for RS-232, GPIB, etc.
- Develop analysis and simulation functions and take full advantage
of Origin's graphing power
- Automate your routine tasks
Origin C's integrated development environment is called Code Builder.
Code Builder provides modern tools to write, compile, test, and
debug your code. Once compiled, your Origin C functions are accessible
from Origin. You can call them from the Script window and other
Origin dialogs, such as Set Column Values. You can also create interface
elements such as buttons or new menu commands to provide easy access
to your functions.

|