开发者

shell 贪吃蛇

0
  • shell实现贪吃蛇的示例代码

    目录前言背景环境源码前言 这是几年前刚接触shell,用bash shell写的一个贪吃蛇。刚才看见了,试了一下之前写的代码,在MAC os上效果不在理想,放到linux服务器,看起来运行着还行。[详细]

    2023-05-09 10:01 分类:运维
  • Creating C++ objects

    I noticed that there are two ways to create C++ objects: BTree *btree = new BTree; and BTree btree; From what I can tell, the only开发者_JS百科 difference is in how class objects are accessed (.[详细]

    2022-12-28 16:30 分类:问答