⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 run

📁 This model is just testing an idea of MIMO, which IEEE802.11n will have. But I havo not seen the s
💻
字号:
#!/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -