readme.txt

来自「一款工程FFT的计算」· 文本 代码 · 共 17 行

TXT
17
字号
Turbo C 2.0 里面有一段自助式帮助, 抽出了其中编译项目的这一段: (bgidemo.prj, 同样, fft.prj也可以通过下述步骤编译)
 Q. How do I compile the BGIDEMO program?
 A. 1. Make sure that the following Turbo C files are in your
       current directory:

         BGIDEMO.C
         *.BGI
         *.CHR

    2. Run TC.

    3. Load BGIDEMO.C into the Editor by hitting F3 then typing
       BGIDEMO<Enter>

    3. Go to the Run menu and choose the Run item.

⌨️ 快捷键说明

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