搜索资源列表
MontyHall
- 模拟Monty Hall 猜谜游戏,该游戏来源于电视节目“Let’s Make a Deal”, 游戏规则如下:游戏中设有三扇门,其中一扇门后是一辆汽车,另外两扇门后各有一头山羊。游戏参与者首先选择其中一扇门,然后,节目主持人将另外两扇门中藏有山羊的那扇打开(由于有两头山羊,不管游戏参与者如何选择,节目主持人总是可以打开一扇藏有山羊的门),并给游戏参与者一次改选的机会,这样,游戏参与者实际上有三种不同的选择方式: 维持原先的选择不变。 随机决定是维持
MVC
- 一个mvc模式的实验,模拟monty hall游戏
MVC_CarGoat
- MontyHall,java代码实现 模拟Monty Hall 猜谜游戏,该游戏来源于电视节目“Let’s Make a Deal”, 游戏规则如下:游戏中设有三扇门,其中一扇门后是一辆汽车,另外两扇门后各有一头山羊。游戏参与者首先选择其中一扇门,然后,节目主持人将另外两扇门中藏有山羊的那扇打开(由于有两头山羊,不管游戏参与者如何选择,节目主持人总是可以打开一扇藏有山羊的门),并给游戏参与者一次改选的机会,这样,游戏参与者实际上有三种不同的选择方式: 维持原先的选择不变。 随
Monty-Hall
- Simulation of the Monty Hall Problem
Monty_Hall_problem
- 用QT实现的三门问题(Monty Hall problem,亦称为蒙提霍尔问题)的源代码,其中随机数和中文字符集的实现比较有意思-Used the QT to achieve three issues (the Monty Hall problem) source code, UI interface, which is more interesting the realization of the random number
gtk.tar
- monty hall soln is here
example04_14-20
- 蒙特卡洛方法 有趣的蒙提霍尔问题 求选中汽车的概率的模拟值向量-Monte Carlo method interesting Monty Hall problem seeking the analog value of the probability of the selected car vector
GameMont1
- 蒙特卡洛方法 有趣的蒙提霍尔问题 求选中汽车的概率的模拟值向量-Monte Carlo method interesting Monty Hall problem seeking the analog value of the probability of the selected car vector
Monty-Hall-Problem
- 三门问题的模拟程序,visual c++ 6.0工程文件,有称蒙提霍尔问题。-monty hall
Monty hall problem
- Monty hall solution.
PAC_MontyHall
- Pac 设计模式演示代码,采用 PAC 模式实现一个简单的交互式系统,模拟Monty Hall 猜谜游戏,用顶层 agent 实现系统的内核,一个底层agent 实现输入,另外两个agent 用于表现,中 间层agent 对这两个用于表现的agent 进行协调。适合新手熟悉学习PAC模式。 -Pac demo code design patterns, using PAC model to achieve a simple interactive systems, analog Mont