📄 usexml.h
字号:
// UseXML.h: interface for the UseXML class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_USEXML_H__B9D868F2_2D11_4569_B922_09050E282113__INCLUDED_)
#define AFX_USEXML_H__B9D868F2_2D11_4569_B922_09050E282113__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <VECTOR>
#include "GlobePar.h"
#include "Simulation.h"
using namespace std;
class UseXML
{
public:
UseXML();
virtual ~UseXML();
int readXML(char *location);
int outputXML(char *location, GlobePar &globePar, Simulation &simulation);
std::vector<long double> averageOfWei;
bool isInited;
};
#endif // !defined(AFX_USEXML_H__B9D868F2_2D11_4569_B922_09050E282113__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -