2017年8月26日

摘要: 根据 日文胡牌算法资料 JAVA 此篇博文资料 改写的C++ 代码 tbl.h 1 #pragma once 2 #include <map> 3 #include <vector> 4 5 void init1(std::map<int, std::vector<int>>& tbl); 6 vo 阅读全文
posted @ 2017-08-26 14:43 itdef 阅读(1595) 评论(0) 推荐(0)

导航