Feeds
질문
poker hand loop scripting help
hey folks, I have to create a random card function and count the number of pairs or three of a kind I have done that but my lac...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
Least_mean Squares
I am trying to write the below function. for(ct = 1:N ) sum_xy = sum_xy + x(ct)*y(ct) ; sum_xx = sum_xx + x(ct)*x(ct) ; ...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
check for a pair in power hand
i am trying to check for a pair, I need to compare each value in an array to each other in the array. the difference will be a ...
거의 5년 전 | 답변 수: 2 | 0
