eis/TestProject
Huamonarch e4233cc23d fix: add period_ms to linear and drift models to prevent unbounded divergence
Without period, y=k*t+b and y=base+drift_rate*t grow infinitely, which is
unrealistic for industrial simulation. period_ms makes t wrap modulo the period,
producing sawtooth patterns that simulate per-cycle behavior (e.g. tension build-up
per coil, sensor drift per shift).
2026-05-13 16:34:00 +08:00
..
CronTab Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
crontablCpp Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
data_files Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
DCR Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
ihd_test Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
json_test Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
play_gruond Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
ProxyTest Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
pylib Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
pyml Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
PyProject Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
RNG fix: add period_ms to linear and drift models to prevent unbounded divergence 2026-05-13 16:34:00 +08:00
scripts Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
SHM Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
ShmTest Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00