扑克牌概率计算器

無料オンラインポーカー確率計算ツール。ホールカードとコミュニティカードから、役完成の確率・勝率・ドローの期待値をリアルタイム算出します。提供:clawam.com。

使い方

機能

  • 5 张牌:精确枚举 C(52,5)=2,598,960 种
  • 7 张牌(德州):C(52,7)=133,784,560 种,选 5 张最佳成牌
  • 枚举所有可能,统计每种牌型占比

利用シーン

  • 扑克策略研究/统计趣味
  • 5 张计算毫秒级,7 张秒级

Agent API 使用方法

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/poker_prob/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/poker_prob/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 扑克 在工具页 JS 中实现