fortran.h
来自「本系统采用VC开发.可实现点云数据的处理,图像缩放,生成曲面.」· C头文件 代码 · 共 33 行
H
33 行
// Template Numerical Toolkit (TNT) for Linear Algebra//// BETA VERSION INCOMPLETE AND SUBJECT TO CHANGE// Please see http://math.nist.gov/tnt for updates//// R. Pozo// Mathematical and Computational Sciences Division// National Institute of Standards and Technology// Header file to define C/Fortran conventions (Platform specific)#ifndef FORTRAN_H#define FORTRAN_H// help map between C/C++ data types and Fortran typestypedef int Fortran_integer;typedef float Fortran_float;typedef double Fortran_double;#ifndef TNT_SUBSCRIPT_TYPE#define TNT_SUBSCRIPT_TYPE Fortran_integer#endif#endif// FORTRAN_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?