⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vnl_matlab_print_format.h

📁 InsightToolkit-1.4.0(有大量的优化算法程序)
💻 H
字号:
#ifndef vnl_matlab_print_format_h_
#define vnl_matlab_print_format_h_
/*
  fsm
*/

//:
// \file

//: pretty-printing matlab formats
enum vnl_matlab_print_format {
  vnl_matlab_print_format_default,
  vnl_matlab_print_format_short,
  vnl_matlab_print_format_long,
  vnl_matlab_print_format_short_e,
  vnl_matlab_print_format_long_e
};

// -------------------- Setting the default format.

//: get top of stack :
vnl_matlab_print_format vnl_matlab_print_format_top();

//: set new, get old format at top of stack :
vnl_matlab_print_format vnl_matlab_print_format_set(vnl_matlab_print_format);

//: push/pop the top of the stack :
void vnl_matlab_print_format_push(vnl_matlab_print_format);
void vnl_matlab_print_format_pop ();

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -