Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~446 People Reached
Favorite Tags
java x 2
Member Avatar for ming97

Dear All, [B]Can you help me to find something wrong on the following theorem :[/B] [B]THEOREM 2 :[/B] if A and B are WSO(n1, a,b) and WSO(n2,c,d). respectively, where b>=c, then A(n1) * B(n2) is WSO(n1+n2-1, a,b-c+d) with depth max {d(A),d(B)+b-c} and fan-out max{fo(A),fo(B)} [B]THEOREM 3[/B] : H(n) is WSO(n,r,r+1) …

Member Avatar for ming97
0
202
Member Avatar for ming97

Dear All, I am interested to study java programming, I am collecting some sample of program. do you have a sample program of TicTacToe game? I need a sample that the tictactoe program have a function for play between server and client. The board of tictactoe will exist on them. …

Member Avatar for ~s.o.s~
0
98
Member Avatar for ming97

Dear All I knew that te formula of time optimal and cost optimal of prefix algorithm is p=teta(n/log n). But I have information that it is the same with n=omega(p log p). I have some question : 1. is information true? 2. How about derive p=teta( n log n) to …

0
59
Member Avatar for ming97

Dear All, I have a problem with Java Programming. I am writing a TatTicToe Program but I found a Error. It is a [B]unexpected type[/B] for [B]mark.equals("X")? currentPlayer=1: currentPlayer=0;[/B] I don't know what happen. If you don't mind , I hope that All people will give some advises to this …

Member Avatar for darkagn
0
87