C++: 计算 M 维单纯形中的晶格点 test.hpp test.cpp test.hpp void simplex_lattice_point_next ( int n, int t, bool *more, int x[] ); test.cpp