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

📄 test.plg

📁 OFDM系列之一:OFDM_demodulation OFDM系统实现的C语言实现。绝对好程序
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: test - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA3.tmp" with contents
[
/nologo /MLd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/test.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\项目\朱长安、王欣、高红伟的项目\MBMS_LinkLevel(06年5月16日拷过来)\Arithmetic\arithDataType.c"
"E:\项目\朱长安、王欣、高红伟的项目\MBMS_LinkLevel(06年5月16日拷过来)\Arithmetic\arithScalar.c"
"E:\项目\朱长安、王欣、高红伟的项目\MBMS_LinkLevel(06年5月16日拷过来)\Arithmetic\arithVector.c"
"E:\项目\Mobile TV项目\代码\FFT_and_IFFT\ShangQiu_fft\fft\fft.c"
"E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\mapRemoveCpFFT.c"
"E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA3.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA4.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/test.pdb" /debug /machine:I386 /out:"Debug/test.exe" /pdbtype:sept 
".\Debug\arithDataType.obj"
".\Debug\arithScalar.obj"
".\Debug\arithVector.obj"
".\Debug\fft.obj"
".\Debug\mapRemoveCpFFT.obj"
".\Debug\test.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA4.tmp"
<h3>Output Window</h3>
Compiling...
arithDataType.c
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithdatatype.c(226) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithdatatype.c(295) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithdatatype.c(475) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithdatatype.c(496) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithdatatype.c(512) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithdatatype.c(544) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithdatatype.c(565) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithdatatype.c(581) : warning C4018: '<' : signed/unsigned mismatch
arithScalar.c
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithscalar.c(369) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithscalar.c(384) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
arithVector.c
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithscalar.c(118) : warning C4701: local variable 'g' may be used without having been initialized
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithscalar.c(110) : warning C4701: local variable 'i' may be used without having been initialized
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithscalar.c(240) : warning C4701: local variable 'r' may be used without having been initialized
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(24) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(188) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(242) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(244) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(267) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(269) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(292) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(294) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(315) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(322) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(359) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(366) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(386) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(402) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(733) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(814) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(833) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(834) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(852) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(853) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(871) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(873) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(889) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(949) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(998) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(1054) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(1099) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(1113) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(1114) : warning C4018: '<' : signed/unsigned mismatch
e:\项目\朱长安、王欣、高红伟的项目\mbms_linklevel(06年5月16日拷过来)\arithmetic\arithvector.c(1117) : warning C4018: '==' : signed/unsigned mismatch
fft.c
e:\项目\mobile tv项目\代码\fft_and_ifft\shangqiu_fft\fft\fft.c(69) : warning C4244: 'function' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\mobile tv项目\代码\fft_and_ifft\shangqiu_fft\fft\fft.c(74) : warning C4244: 'function' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\mobile tv项目\代码\fft_and_ifft\shangqiu_fft\fft\fft.c(90) : warning C4244: 'function' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\mobile tv项目\代码\fft_and_ifft\shangqiu_fft\fft\fft.c(90) : warning C4244: 'function' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\mobile tv项目\代码\fft_and_ifft\shangqiu_fft\fft\fft.c(94) : warning C4244: 'function' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\mobile tv项目\代码\fft_and_ifft\shangqiu_fft\fft\fft.c(94) : warning C4244: 'function' : conversion from 'double ' to 'float ', possible loss of data
e:\项目\mobile tv项目\代码\fft_and_ifft\shangqiu_fft\fft\fft.c(104) : warning C4018: '<' : signed/unsigned mismatch
mapRemoveCpFFT.c
test.c
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(12) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(12) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(13) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(14) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(14) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(15) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(16) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(18) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(18) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(20) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(20) : warning C4305: 'function' : truncation from 'const double ' to 'float '
E:\项目\Mobile TV项目\代码\OFDM_demodulation\symbol by symbol\test.c(21) : warning C4305: 'function' : truncation from 'const double ' to 'float '
Linking...



<h3>Results</h3>
test.exe - 0 error(s), 62 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -