h.fread

来自「强大的数学工具包」· FREAD 代码 · 共 35 行

FREAD
35
字号
                               * * * * * * *                               *   fread   *                               * * * * * * *        "file read"        SYNTAX: fread                fread()                fread n                fread(n)                fread(NAME)                fread(NAME,n)        Strings may be read from files using the commands "fload",         "fopen", "fread", "fclose". (For more information type "?fload",        "? fopen", and "? fclose".)        "fread"         "fread()"        reads the line the file pointer is pointing to                          from the default file ___INP.        "fread(NAME)"    reads the line the file pointer is pointing to                          from the file NAME.        "fread n"         "fread(n)"       reads n lines beginning with the line the file                          pointer is pointing to from the default                          file ___INP.        "fread(NAME,n)"  reads n lines beginning with the line the file                          pointer is pointing to from the file NAME.                n must be less than 100.                Before reading from a file you must open it using the command        fopen (see "? fopen).        "openf" lists all currently opened files.

⌨️ 快捷键说明

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