上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 345 下一页
摘要: malloc 就是在内存中开辟一段空间,并且返回这段空间的首地址 a=(int *)malloc(number *sizeof(in... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(23) 评论(0) 推荐(0)
摘要: malloc 就是在内存中开辟一段空间,并且返回这段空间的首地址 a=(int *)malloc(number *sizeof(in... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(23) 评论(0) 推荐(0)
摘要: 参考 源码链接 github备份 git clone https://gitee.com/cn-guoziyang/oslab.gi... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: 参考 源码链接 github备份 git clone https://gitee.com/cn-guoziyang/oslab.gi... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: C Simple Swap Program – Assignments 通过赋值来实现交换变量 vi swap_simple0.c ... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(11) 评论(0) 推荐(0)
摘要: C Simple Swap Program – Assignments 通过赋值来实现交换变量 vi swap_simple0.c ... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(11) 评论(0) 推荐(0)
摘要: #include using namespace std;int main() { int i =5; ... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: #include using namespace std;int main() { int i =5; ... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: typedef是类型定义的意思。typedef struct 是为了使用这个结构体方便。 区别在于: 若struct node{ }... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(60) 评论(0) 推荐(0)
摘要: typedef是类型定义的意思。typedef struct 是为了使用这个结构体方便。 区别在于: 若struct node{ }... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(49) 评论(0) 推荐(0)
上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 345 下一页