12 2024 档案

摘要:(1)编写一个程序,将一个文件的内容复制到另一个文件中。 `#include <stdio.h> include <stdlib.h> void copy_file(const char *source_path, const char *dest_path) { FILE *source_file 阅读全文
posted @ 2024-12-08 19:40 AAA卡皮巴拉 阅读(14) 评论(0) 推荐(0) 编辑
摘要:这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/2024C/homework/13311 学号:102300107 姓名:陈沁怡 14.17.3 14.1 阅读全文
posted @ 2024-12-01 19:55 AAA卡皮巴拉 阅读(10) 评论(0) 推荐(0) 编辑