8 Star 33 Fork 39

rubikplanet/ChanlunX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BiChuLi.h 570 Bytes
一键复制 编辑 原始数据 按行查看 历史
rubikplanet 提交于 2021-10-09 22:16 . 使用std::vector
#ifndef __BICHULI_H__
#define __BICHULI_H__
#include <vector>
#include "KxianChuLi.h"
using namespace std;
#pragma pack(push, 1)
struct Bi
{
int fangXiang; // 笔方向
int kaiShi; // 笔起点
int jieShu; // 笔终点
float gao; // 笔最高价
float di; // 笔最低价
vector<Kxian> kxianList; // 一笔当中的K线
};
class BiChuLi
{
public:
vector<Bi> biList; // 笔的表格
void handle(vector<Kxian> &kxianList);
};
#pragma pack(pop)
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rubikplanet/ChanlunX.git
git@gitee.com:rubikplanet/ChanlunX.git
rubikplanet
ChanlunX
ChanlunX
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385