readme
来自「稀疏矩阵、链表、图、队列、二叉树、多叉树、排序、遗传算法等的实现」· 代码 · 共 21 行
TXT
21 行
/**************************************/
/* */
/* Code from the book C Unleashed */
/* Macmillan, 2000 */
/* Chapter 6: Data Files */
/* Steve Summit 2000-03-17 */
/* */
/**************************************/
binio.c binary I/O functions putint(), getint(), putlong(),
getlong(), etc.
csvburst.c function csvburst() for unpacking CSV lines
csvwrite.c function csvwrite() for writing CSV lines
getcols.c function getcols() for unpacking rigidly delimited columns
getwords.c function getwords() for unpacking whitespace-separated columns
ieee754.c functions for converting native float and double
to IEEE-754 single and double
inifetch.c function inifetch() for fetching values from .ini files
time_t.c functions for portably or semiportably handling
date/timestamps in data files (text and binary)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?