基础介绍
深入学习
量子程序信息
编译量子程序
实用工具
组件
VQNet
量子算法基础
API Reference
#include <PraseExpressionStr.h> class ParseExpressionStr { public: // structs struct StrNode; // methods virtual double parse(const std::string& src_str); };