BER with ZF equalizer with 2×2 MIMO
上传时间: 2017-09-26
上传用户:songnanhua
ZF检测算法,MMSE以及ML,OSIC的检测算法仿真,MATLAB
上传时间: 2016-03-29
上传用户:ronaldoshiwo
买的开发板上带的52个应用于实物的程序,希望对大家有帮助
上传时间: 2013-11-04
上传用户:xymbian
这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。
上传时间: 2015-02-27
上传用户:zhaiyanzhong
if (pfile() == 0) unlink(inname) else fprintf(stderr, "%s: I/O Error -- File unchanged\n", inname) fclose(outfile) fclose(infile) } exit(0)
标签: unchanged fprintf inname unlink
上传时间: 2015-03-12
上传用户:l254587896
这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。
上传时间: 2015-03-23
上传用户:思琦琦
词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程序,程序结果输出到文件名为outfile.txt的文件中,此文件为自动生成。
上传时间: 2015-03-24
上传用户:a673761058
Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pl>
标签: converter the playable SunPlus
上传时间: 2013-12-30
上传用户:1079836864
内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 ) 解压 int RamDecode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 ) 对文件进行压缩和解压的两个方法: 压缩: int FileEncode(LPCTSTR inFile, //输入文件路径 LPCTSTR outFile, //输出文件路径 Int32 dictionary //字典大小 ) 解压: int FileDecode(LPCTSTR inFile, //输入文件路径 LPCTSTR outFile, //输出文件路径 Int32 dictionary //字典大小 )
标签: RamEncode inBuffer inSize size_t
上传时间: 2014-01-21
上传用户:wangchong
--- --- --- --- --- --- --- --- --- --- --- --- --- Filename : HP_SENSOR-9.ASM() Remark : --- --- --- --- --- --- --- --- --- --- --- --- --- #include HT82M99E.INC #include USBFIFO.INC #include HP_SENSOR.INC ------------------------------------------------------------------------------ #define CF C #define ZF Z
标签: HP_SENSOR Filename Remark ASM
上传时间: 2015-12-05
上传用户:jjj0202