opts.h

来自「A paper that I presented on Supervisory 」· C头文件 代码 · 共 25 行

H
25
字号
/*!
*  
*
* sharat@mit.edu
*/
#ifndef __opts_h__
#define __opts_h__

using namespace std;
#include <iostream>
#include <string>
#include <vector>
#include <string>
typedef struct 
{
  int nscales;
  int nbands;
  int ndirs; 
  vector<string> classes;
  vector<int> scale_sum;
  vector<int> space_sum;
}model_options;

#endif

⌨️ 快捷键说明

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