Block a user
2d4dedd876
feat(string): add fundamental type parsing with format string but not elegant enough
edda2b83a1
feat(string): add TStringView to standard C string conversion
19a37ea072
feat(string): add CTStringView and CTString concepts
6230ec9df6
feat(string): add fundamental type formatting with format string and adjust escape braces but not fully tested
f6f696d5a7
refactor(string): refactor string conversion and turning off default parsing options such as auto detect base
1c0c93ee25
refactor(string): refactor string conversion but not fully tested
646d0cb7a4
fix(string): fix string trimming function's return value
3859070d53
feat(string): add string trimming functions
bc93455d0e
refactor(string): refactor character and digit conversion to be non-invalidable
fe60fc33e0
feat(string): add string and arithmetic conversion functions
49feb0b12b
perf(string): add assertions to character functions that depend on ASCII compatibilitya
f8ef1da107
refactor(string): add base-checking to conversions between characters and digits
09bbcecc28
feat(string): add functions to categorize strings
7a80a80a12
fix(string): fix incorrect TChar results due to signed char
90c2a37a2c
feat(string): add TChar::IsASCII to determine if it is an ASCII character
084b6e3dfa
Modify class name and configuration file etc
1ea052c356
Add free-fall prediction
8dd456a9da
Refactor the code structure and adding predictive dynamic multiplier
9bc3a40748
Add constant speed straight moving target prediction
4885d3fef8
Add probe interpolation to improve accuracy