English 中文(简体)
目 录
原标题:Objective-C parser poker hand history

I m 建造一些需要穿透波克手工艺的软件。 自2006年以来 我对教 par不知很多,我希望有人能够把我引向正确的方向,把我引向一些教导,......

我先开始按线打破掩体手,然后,我开始处理每一条线,以显示功能。 但现在我已经看到,有可供使用的教区工具,我可以用来撰写美国驻美国大使馆地图。 因此,如果我想要实现业绩,那可能是正确的道路? 然而,我不知道如何使用BNF-grammars,...... 谁可以把我引向某些辅导员?

因此,一只手头的历史就看着:

PokerStars Game #73611647630:  Hold em No Limit ($0.01/$0.02 USD) - 2012/01/10 17:15:42 CET [2012/01/10 11:15:42 ET]
Table  Joella VIII  6-max Seat #1 is the button
Seat 1: S@pphiR ($0.85 in chips) 
Seat 2: Pet21 ($1.96 in chips) 
Seat 3: derphurp ($2.79 in chips) 
Seat 4: -M-A-R-K-qaz ($0.90 in chips) 
Seat 5: Rolle55 ($2.47 in chips) 
Seat 6: SanderDecler ($2 in chips) 
Pet21: posts small blind $0.01
derphurp: posts big blind $0.02
*** HOLE CARDS ***
Dealt to SanderDecler [Jc 2s]
-M-A-R-K-qaz: folds 
Rolle55: calls $0.02
SanderDecler: folds 
S@pphiR: folds 
Pet21: folds 
derphurp: checks 
*** FLOP *** [2h 3s As]
derphurp: checks 
Rolle55: checks 
*** TURN *** [2h 3s As] [Kh]
derphurp: bets $0.02
Rolle55: calls $0.02
*** RIVER *** [2h 3s As Kh] [5d]
derphurp: bets $0.02
Rolle55: raises $0.02 to $0.04
derphurp: raises $0.16 to $0.20
Rolle55: raises $0.16 to $0.36
derphurp: folds 
Uncalled bet ($0.16) returned to Rolle55
Rolle55 collected $0.47 from pot
*** SUMMARY ***
Total pot $0.49 | Rake $0.02 
Board [2h 3s As Kh 5d]
Seat 1: S@pphiR (button) folded before Flop (didn t bet)
Seat 2: Pet21 (small blind) folded before Flop
Seat 3: derphurp (big blind) folded on the River
Seat 4: -M-A-R-K-qaz folded before Flop (didn t bet)
Seat 5: Rolle55 collected ($0.47)
Seat 6: SanderDecler folded before Flop (didn t bet)
问题回答

但是,如果时间有限,不希望学习太多,我可能建议迅速和 d忙地解决问题,那么,基金组织就是这样做的理想途径。 定期使用表达方式,并采用一种相互匹配的交换方式。





相关问题
Parse players currently in lobby

I m attempting to write a bash script to parse out the following log file and give me a list of CURRENT players in the room (so ignoring players that left, but including players that may have rejoined)...

How to get instance from string in C#?

Is it possible to get the property of a class from string and then set a value? Example: string s = "label1.text"; string value = "new value"; label1.text = value; <--and some code that makes ...

XML DOM parsing br tag

I need to parse a xml string to obtain the xml DOM, the problem I m facing is with the self closing html tag like <br /> giving me the error of Tag mismatch expected </br>. I m aware this ...

Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

Locating specific string and capturing data following it

I built a site a long time ago and now I want to place the data into a database without copying and pasting the 400+ pages that it has grown to so that I can make the site database driven. My site ...

热门标签