笔记本 | |
2019-09-06 16:57:34 | 将文件中某一个数字加1 | 走来走去 | 202.101.58.98 |
set j_file_in "set_input_delay.sdc" set j_file [open $j_file_in r ] while { [gets $j_file line ] != -1 } { regexp { [\d|\.]+ } $line j_delay_value puts $line regsub { [\d|\.]+ } $line "[format %.4f [expr $j_delay_value + 1 ] ] " tmp puts $tmp } close $j_file |
回到首页 , 时钟 , 联系信箱:yzbox#163.com(把#换成@) | 粤ICP备18155639号 |