上一页 1 ··· 6 7 8 9 10
摘要: 建议注册4、5个号,一台机子能登陆8个号。任何一个号上有某游戏,下载下来后,所有号都能玩,并且所有号都有单独存档,动森例外,动森一台机子只能有一个岛,其他号玩的话也是在第一个号建的岛上玩。卡带版游戏也是任何一个号都能玩,但是,如果卡带是某服的,想购买dlc后再玩(且dlc并非单独的一个游戏时),那购 阅读全文
posted @ 2020-12-12 23:25 RougeBW 阅读(1116) 评论(0) 推荐(0) 编辑
摘要: //第三章 栈的基本功能实现 // #include <stdio.h> #include <stdlib.h> #include <time.h> #include <stdbool.h> #define ElemType int #define MaxSize 50 // 函数声明区域 type 阅读全文
posted @ 2020-09-30 07:43 RougeBW 阅读(179) 评论(0) 推荐(0) 编辑
摘要: // #include <stdio.h> #include <stdlib.h> #include <time.h> #define ElemType int #define MaxSize 50 // 函数声明区域 int main() { time_t t; srand((unsigned) 阅读全文
posted @ 2020-09-30 06:48 RougeBW 阅读(124) 评论(0) 推荐(0) 编辑
摘要: //第二章线性表的记录 // main.c // ds_excecise // // Created by rouge s on 2020/9/28. // #include <stdio.h> #include <stdlib.h> #include <time.h> #define ElemTy 阅读全文
posted @ 2020-09-30 06:32 RougeBW 阅读(76) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10