⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 稀疏矩阵、链表、图、队列、二叉树、多叉树、排序、遗传算法等的实现
💻
字号:
/**************************************/
/*                                    */
/*   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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -