随笔 - 163, 文章 - 1, 评论 - 20, 阅读 - 14万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

01 2025 档案

摘要:// // main.c // Test_C // // Created by steve xiaohu zhao on 2025/1/20. // #include <stdio.h> // C 语言指针传递参数(引用传递) void swap(int *px, int *py) { int t 阅读全文

posted @ 2025-01-20 15:28 steve.z 阅读(12) 评论(0) 推荐(0) 编辑

摘要:// // Created by steve xiaohu zhao on 2025/1/20. // /** * * 线性表的顺序存储结构实现 * 特点:逻辑上相邻的元素,物理上也相邻 * */ #include <stdio.h> #include <stdlib.h> #define MAXS 阅读全文

posted @ 2025-01-20 14:58 steve.z 阅读(8) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示