C# 클래스 natix.CompactDS.ListGen_MRRR

A CyclicPerms without saving the main permutation PERM, it will be assigned.
상속: CyclicPerms_MRRR
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 메소드들

메소드 설명
ListGen_MRRR ( ) : System
ListGen_MRRR ( IList perm, int t ) : System
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SetPERM ( IList perm ) : void

메소드 상세

ListGen_MRRR() 공개 메소드

public ListGen_MRRR ( ) : System
리턴 System

ListGen_MRRR() 공개 메소드

public ListGen_MRRR ( IList perm, int t ) : System
perm IList
t int
리턴 System

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

SetPERM() 공개 메소드

public SetPERM ( IList perm ) : void
perm IList
리턴 void