This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
from pylab import * | |
''' | |
用于验证百分百胜利的赌博博弈模型 | |
缺点是需要准备大量资金 | |
数学模型由于不会化简一个基于迭代的公式 | |
还没能成功后建立 | |
''' |
NewerOlder