C# 클래스 Dynamic_Games.NonCoops.NonCoopManager

파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 메소드들

메소드 설명
AddPlayerGenGraph ( int N, int edgeNr, int edgeNrTmp, int graph, int checkMatrix ) : Tuple
AddPlayerGenSelflesness ( int N, int selflessness ) : int[]
DelGenColors ( int N, int playerId, int colors ) : int[]
DelGenSelflessness ( int N, int playerId, int selflessness ) : int[]
DelPlayerGenGraph ( int edgeNrTmp, int N, int edgeNr, int playerId, int graph, int checkMatrix ) : Tuple
GenColors ( int N, int nc, int nd ) : int[]
GenSelflesnessFactors ( int N ) : int[]
GenerateGraph ( int edgeNr, int N ) : Tuple
NeighborCounter ( int N, int playerId, int checkMatrix ) : int
generateGraph ( ) : void

메소드 상세

AddPlayerGenGraph() 공개 메소드

public AddPlayerGenGraph ( int N, int edgeNr, int edgeNrTmp, int graph, int checkMatrix ) : Tuple
N int
edgeNr int
edgeNrTmp int
graph int
checkMatrix int
리턴 Tuple

AddPlayerGenSelflesness() 공개 메소드

public AddPlayerGenSelflesness ( int N, int selflessness ) : int[]
N int
selflessness int
리턴 int[]

DelGenColors() 공개 메소드

public DelGenColors ( int N, int playerId, int colors ) : int[]
N int
playerId int
colors int
리턴 int[]

DelGenSelflessness() 공개 메소드

public DelGenSelflessness ( int N, int playerId, int selflessness ) : int[]
N int
playerId int
selflessness int
리턴 int[]

DelPlayerGenGraph() 공개 메소드

public DelPlayerGenGraph ( int edgeNrTmp, int N, int edgeNr, int playerId, int graph, int checkMatrix ) : Tuple
edgeNrTmp int
N int
edgeNr int
playerId int
graph int
checkMatrix int
리턴 Tuple

GenColors() 공개 메소드

public GenColors ( int N, int nc, int nd ) : int[]
N int
nc int
nd int
리턴 int[]

GenSelflesnessFactors() 공개 메소드

public GenSelflesnessFactors ( int N ) : int[]
N int
리턴 int[]

GenerateGraph() 공개 메소드

public GenerateGraph ( int edgeNr, int N ) : Tuple
edgeNr int
N int
리턴 Tuple

NeighborCounter() 공개 메소드

public NeighborCounter ( int N, int playerId, int checkMatrix ) : int
N int
playerId int
checkMatrix int
리턴 int

generateGraph() 공개 메소드

public generateGraph ( ) : void
리턴 void