数据结构课程设计大作业 题 目 纸 牌 游 戏 专 业 计算机科学与技术 学生姓名 学 号 指导教师 完成日期 信息与工程学院 目 录 一、 实验内容概述(设计任务与技术要求) ................................................................................ 1 二、 实验目的概述(总体设计方案) ............................................................................................ 1 三、 解题思路的描述(数据结构和算法的设计): .................................................................... 1 四、 源程序清单(源程序中应该附有必要的注释) ............................................................... 2 五、 程序调试及测试结果 ........................................................................................................... 4 六、 结论 ....................................................................................................................................... 4 七、 参考文献 ............................................................................................................................... 5 纸 牌 游 戏 【内容摘要】 编号为1~52 的牌,正面向上,从第二张开始,以2 为基数,是2 的倍数的牌翻一次,直到最后一张牌;然后,从第三张开始,以3 为基数,是3 的倍数的牌翻一次,直到最后一张牌;然后从第四张开始,以4 为基数,是4 的倍数的牌翻一次,直到最后一张牌;依次类推,知道所有以52为基数的牌翻过一次。输出:这时正面向上的牌有哪些? 【关键字】 52 张纸牌,倍数,基数,数组 【Abstract】 Numbered 1 to 52 cards, face up, starting from the second to 2 as the base, is a multiple of 2 cards turning once, until the last card; and then, beginning from the third to 3 as the base,is a multiple of 3 cards turning once, until the last card; and then start from the fourth to 4 as the base, is a multiple of 4 cards turning once, until the last card; and so on, that was all of 52base of the card turned over once.Output: At this time what...