会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Kky丶
2019年7月29日
单向链表的创建、输出、插入、删除
摘要: ``` #include using namespace std; struct Node { int id; int score; struct Node *next; }*list_head; void scan() { int id; Node *list_temp; list_head = NULL; list...
阅读全文
posted @ 2019-07-29 15:35 Kky丶
阅读(205)
评论(0)
推荐(0)
编辑
linux文件管理指令
摘要: 总述 1.cat:用于打印文件(cat x filename) 2.chattr:用于改变文件属性
阅读全文
posted @ 2019-07-29 10:57 Kky丶
阅读(167)
评论(0)
推荐(0)
编辑
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理