随笔分类 -  c

c
摘要:```c /* * * Copyright (C) 2023-08-18 13:51 zxinlog * */ #include #define N 1000 // 普通Node typedef struct Node { int key; int value; struct Node *prev; 阅读全文
posted @ 2023-08-19 15:42 zxinlog 阅读(8) 评论(0) 推荐(0) 编辑
摘要:```c /* * * Copyright (C) 2023-08-16 14:22 zxinlog * */ #include // 定义结构体 typedef struct vector { int *start; int *finish; int *end_of_storage; } Vect 阅读全文
posted @ 2023-08-16 15:23 zxinlog 阅读(8) 评论(0) 推荐(0) 编辑

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