首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏饶文津的专栏

    【Gym 100712B】Rock-Paper-Scissors

      对给定的对手的出拳顺序,如果只能按几个R,然后几个P,再几个S的顺序出拳(几个也可以是0个),那么求赢的方法有多少种。

    27750发布于 2020-06-02
  • 来自专栏饶文津的专栏

    【Gym 100015A】Another Rock-Paper-Scissors Problem

    Sonny出石头剪刀布的猜拳策略是 先出R,然后每连续两段都是打败前一段的出拳, 现在问你第n回合打败他要出什么。

    30120发布于 2020-06-02
  • 来自专栏分享学习

    Python实现「手势猜拳游戏」:好玩的实时机器学习项目

    本教程将带你实现一个实时手势猜拳游戏识别系统,使用Kaggle公开的「Rock-Paper-Scissors」数据集(包含石头、剪刀、布三种手势),全程仅需CPU即可运行。 Python 3.8+) pip install numpy matplotlib opencv-python tensorflow-cpu 数据集说明 使用TensorFlow Datasets内置的「Rock-Paper-Scissors

    32110编辑于 2025-05-18
  • 来自专栏小樱的经验随笔

    HDU 5882 Balanced Game

    32768 K (Java/Others) Total Submission(s): 508    Accepted Submission(s): 428 Problem Description Rock-paper-scissors Both rock-paper-scissors and rock-paper-scissors-Spock-lizard are balanced games.

    96090发布于 2018-04-08
  • 来自专栏CSDN旧文

    CodeForces - 1245 B - Restricted RPS(贪心)

    Alice and Bob are gonna play rock-paper-scissors nn times. Note that in rock-paper-scissors: rock beats scissors; paper beats rock; scissors beat paper.

    56330发布于 2020-10-28
  • 来自专栏技术沉淀

    Ruby练习一=> {'a' => 3, 'man' => 1, 'canal' => 1, 'panama' => 1, 'plan' => 1}returns the list ["Pam", "

    dict[word] = 1 end end return dict end Q3: Rock Paper Scissors In a game of rock-paper-scissors A rock-paper-scissors game is encoded as a list, where each list element is a two-element list that encodes

    58120发布于 2018-06-28
  • 来自专栏相约机器人

    MIT、Microsoft 和 Allen AI 开源一套 AI 编程谜题(P3:Python 编程谜题)

    一些经典的谜题/问题是: 河内塔和国际象棋谜题(例如,骑士之旅和 n-皇后问题变体) 两人挑战,例如为 Tic-Tac-Toe、Rock-Paper-Scissors 和 Mastermind 寻找最佳策略或寻找一般和游戏的纳什均衡

    87040发布于 2021-07-16
  • 来自专栏calmound

    The 9th Zhejiang Provincial Collegiate Programming Contest

    if(str[0][j]==i) printf("%c",i); printf("\n"); } return 0; } D题:Yet Another Story of Rock-paper-scissors

    74050发布于 2018-04-11
  • 来自专栏机器学习初学者精选文章

    【竞赛相关】Kaggle活跃竞赛的最新汇总

    提交数:13809/1522/13809 组队截止:20201231 比赛截止:20210107 Rock, Paper, Scissors 比赛链接:https://www.kaggle.com/c/rock-paper-scissors

    1.2K20发布于 2020-11-17
  • 来自专栏CDA数据分析师

    想学习数据科学?我们整理了一份优质编程入门课程清单

    第 1 周 - 函数,逻辑,条件 了解 Python 的基本结构,并创建运行 Rock-Paper-Scissors 变体游戏的程序。

    1.8K101发布于 2018-02-26
  • 来自专栏华仔的技术笔记

    Solidity开发的智能合约安全建议

    游戏(比如,链上游戏rock-paper-scissors(石头剪刀布))和拍卖机(比如,sealed-bid second-price auctions)是两个典型的例子。

    1.6K50发布于 2021-11-24
领券