搜索结果
找到约 25 项符合
zf-infile 的查询结果
文件格式 BER with ZF equalizer with 2×2 MIMO
BER with ZF equalizer with 2×2 MIMO
汇编语言 这是一个读写磁盘文件的例子
这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。
书籍源码 if (pfile() == 0) unlink(inname) else fprintf(stderr, "%s: I/O Error -- File unchanged ", inna
if (pfile() == 0) unlink(inname) else fprintf(stderr, "%s: I/O Error -- File unchanged\n", inname) fclose(outfile) fclose(infile) } exit(0)
汇编语言 这是一个读写磁盘文件的例子
这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。
编译器/解释器 词法分析程序 程序当前目录里自己建立一个文本文档
词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程序,程序结果输出到文件名为outfile.txt的文件中,此文件为自动生成。
网络 Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the r
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 ...
压缩解压 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内
内存中进行压缩和解压的两个方法:
压缩
int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
...
汇编语言 --- --- --- --- --- --- --- --- --- --- --- --- --- Filename : HP_SENSOR-9.ASM() Remark :
--- --- --- --- --- --- --- --- --- --- --- --- ---
Filename : HP_SENSOR-9.ASM()
Remark :
--- --- --- --- --- --- --- --- --- --- --- --- ---
#include HT82M99E.INC
#include USBFIFO.INC
#include HP_SENSOR.INC
------------------------------------------------------------------------------
...
汇编语言 汇编程序中的文件读写,这是一个读写磁盘文件的例子
汇编程序中的文件读写,这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。