摘要:
TRACE是VC++下强大的打印调试函数今天在做调试的时候总是在TRACE处 ASSERT后来做了一个小测试char str[508];TRACE(str);正常TRACE char str[509]; TRACE(str);ASSERT 弹出断言错误出在 dumpout.cpp中 nBuf = _vsntprintf(szBuffer, _countof(szBuffer), lpszFormat, args);//这一行返回-1 // was there an error? was the expanded string too long? ASSERT(nBuf >= 0);//运 阅读全文
摘要:
Doppler radar can be divided into several different categories according to the wavelength of the radar. The different bands are L,S,C,X,K. The names of the radars originate from the days of WWII. L band radars operate on a wavelength of 15-30 cm and a frequency of 1-2 GHz. L band radars are mostly 阅读全文