C# 클래스 Automata.Tests.CppTest

파일 보기 프로젝트 열기: AutomataDotNet/Automata 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Compile void
Initialize void
IsMatch int

공개 메소드들

메소드 설명
Test ( bool accept, int index, byte strs, string strings, double &sec ) : int

Returns the number of accepted strings from the given list of strings. Outputs the total time taken in seconds.

비공개 메소드들

메소드 설명
Compile ( Automaton automata, CharSetSolver solver, bool optimize4ascii ) : void
Initialize ( ) : void
IsMatch ( int index, int size, byte str ) : int

메소드 상세

Test() 공개 정적인 메소드

Returns the number of accepted strings from the given list of strings. Outputs the total time taken in seconds.
public static Test ( bool accept, int index, byte strs, string strings, double &sec ) : int
accept bool
index int
strs byte
strings string
sec double
리턴 int