run
来自「This model is just testing an idea of MI」· 代码 · 共 18 行
TXT
18 行
#!/bin/csh -f# on Error exit this cshell# test golden case (Annex G)# test randomlygcc -lm main_mimo.c @ n = 1while ( $n <= 20 ) ./a.out $n > log grep LENGTH log set good = `grep -c "No comparison Error found" log` @ n++ if ( $good < 3 ) then exit endifend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?