摘要: 目录文件IO知识点补给1.FAT32与NTFS文件系统的区别?2.MMU的概述和作用3.简述Linux系统内核的作用4.了解Linux系统目录和文件夹的区别标准IO接口一、打开文件函数1:fopen二、读取数据(1)字符读取函数2:fgetc函数3:getc函数4:getchar(2)按行读取函数5 阅读全文
posted @ 2024-05-13 01:11 小楠同志 阅读(33) 评论(0) 推荐(1) 编辑
摘要: /********************************************** *file name: demo14.c *author:lyn2736001522@163.com *date:2024/4/2 *function:设计1个函数,实现删除单链表中最小值的结点 *not 阅读全文
posted @ 2024-04-24 09:03 小楠同志 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /********************************************** *file name: DoubleList.c *function:设计双向链表 *author:lyn2736001522@163.com *date:2024/4/23 *note:None *Co 阅读全文
posted @ 2024-04-24 08:54 小楠同志 阅读(3) 评论(0) 推荐(0) 编辑
摘要: //设计单向循环列表 /********************************************** *file name: circularlinkedlist.c *author:lyn2736001522@163.com *date:2024/4/23 *function:设计 阅读全文
posted @ 2024-04-24 08:53 小楠同志 阅读(5) 评论(0) 推荐(0) 编辑
摘要: /********************************************** *file name:LinkList.c *author:lyn2736001522@163.com date:2024/4/2 function:设计顺序表 note:None CopyRight ( 阅读全文
posted @ 2024-04-24 08:49 小楠同志 阅读(1) 评论(0) 推荐(0) 编辑