readme.txt

来自「LDL 分解源码。从文件输入数据」· 文本 代码 · 共 16 行

TXT
16
字号
LDLT*.c     LDL' decomposition
.
|-c_source  C source code file is here, it can be compiled and to test corresponding function
|-data      All input ASCII file is here
|-func      C source function file(for citation)
|-output    All output file is here, include exe, obj and result(also ASCII) file
|-spec      All corresponding specification is here

LDLT*.c     LDL' 分解
.
|-c_source  C 源代码文件,能编译测试相应的算法函数
|-data      输入数据文本文件
|-func      C 的函数代码(可被引用于其他程序中)
|-output    输出文件,包括执行文件、目标文件和输出结果的文本文件
|-spec      说明文挡

⌨️ 快捷键说明

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