1 Star 0 Fork 5

Alen_han/UpperCompute

forked from ChinaYasuo/UpperCompute 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
filesystem.h 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
dushenda 提交于 2021-01-11 16:41 . v1
#ifndef FILESYSTEM_H
#define FILESYSTEM_H
#include <QString>
#include <QDir>
class FileSystem
{
public:
FileSystem();
private:
const QString file_ext = ".txt";
QDir root_dir;
public:
bool save_file(const QList<double>&, const QList<double>&, const QString&, const QString&, const QString&);
bool save_file(const QList<double>&x,const QList<QList<double>>& ys,const QString& gain, const QString& inter_time, const QString& ids);
private:
QString get_curr_time_fn();
QString get_curr_date_dir();
};
#endif // FILESYSTEM_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/alen_han/upper-compute.git
git@gitee.com:alen_han/upper-compute.git
alen_han
upper-compute
UpperCompute
master

搜索帮助