fpuhdr.qsc

来自「这是一个数字图像处理的matlab仿真程序」· QSC 代码 · 共 11 行

QSC
11
字号
text {comment} These are the two lines that are needed to{lf}
text {comment} use the procedures in the FPU library{lf}
text {lf}
text {comment} include file{lf}
text {comment} ~~~~~~~~~~~~{lf}
text include \masm32\include\fpu.inc{lf}
text {lf}
text {lf}
text {comment} library file{lf}
text {comment} ~~~~~~~~~~~~{lf}
text includelib \masm32\lib\fpu.lib{lf}

⌨️ 快捷键说明

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