摘要:
string equ = @"1:S11 + log(2:SDD12) - 0.4 + 1 + 4:SDC32 + 1:T11 + 2:TDD12_1";Regex rgx = new Regex(@"\d+:(S|T)(DD|DC|CD|CC)?\d+_?\d*", RegexOptions.IgnoreCase);foreach (Match m in rgx.Matches(equ))... 阅读全文
zip'swhile(true) { Write it down; Think about it; Refine it; Sleep(); } |