ไวน์ Verhoeff10

สรุป

ประเภทสาธารณะ

@362 enum

ฟังก์ชันสาธารณะแบบคงที่

CharToVal(char ch)
int
ComputeCheckChar(const char *str)
char
ComputeCheckChar(const char *str, size_t strLen)
char
ValToChar(int val)
char
ValidateCheckChar(char checkChar, const char *str)
bool
ValidateCheckChar(char checkChar, const char *str, size_t strLen)
bool
ValidateCheckChar(const char *str)
bool
ValidateCheckChar(const char *str, size_t strLen)
bool

ประเภทสาธารณะ

@362

 @362

ฟังก์ชันสาธารณะแบบคงที่

ชาร์โตวัล

int CharToVal(
  char ch
)

ComputeCheck ชาร์ต

char ComputeCheckChar(
  const char *str
)

ComputeCheck ชาร์ต

char ComputeCheckChar(
  const char *str,
  size_t strLen
)

วาลโทชาร์

char ValToChar(
  int val
)

ตรวจสอบการตรวจสอบ

bool ValidateCheckChar(
  char checkChar,
  const char *str
)

ตรวจสอบการตรวจสอบ

bool ValidateCheckChar(
  char checkChar,
  const char *str,
  size_t strLen
)

ตรวจสอบการตรวจสอบ

bool ValidateCheckChar(
  const char *str
)

ตรวจสอบการตรวจสอบ

bool ValidateCheckChar(
  const char *str,
  size_t strLen
)