会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TATIT
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2021年2月4日
C语言自己的坑(自用)
摘要: *p++ 不等于 *p += 1 memset(指针,大小(0), 长度) 字符输入 getchar() scanf()
阅读全文
posted @ 2021-02-04 19:58 TATIT
阅读(61)
评论(0)
推荐(0)
2020年3月30日
微信小程序
摘要: 事件元素 id 1.通过 e.currentTarget.id 即可获取该元素id。 2.通过e.currentTarget.dataset.id 即可获取你自己设置的data-id里面值。 (可用于页面跳转) e e为事件对象,可以携带额外信息,如 id, dataset, touches。 ta
阅读全文
posted @ 2020-03-30 17:07 TATIT
阅读(185)
评论(0)
推荐(0)
2020年3月8日
PTA数据结构与算法题目集(中文)6-11 先序输出叶结点 (15分)
摘要: 1 // #include <stdio.h> 2 // #include <stdlib.h> 3 4 // typedef char ElementType; 5 // typedef struct TNode *Position; 6 // typedef Position BinTree;
阅读全文
posted @ 2020-03-08 23:34 TATIT
阅读(430)
评论(0)
推荐(0)
数据结构与算法题目集(中文) 6-9 二叉树的遍历 (25分)
摘要: 1 // #include <stdio.h> 2 // #include <stdlib.h> 3 4 // typedef char ElementType; 5 // typedef struct TNode *Position; 6 // typedef Position BinTree;
阅读全文
posted @ 2020-03-08 23:26 TATIT
阅读(595)
评论(0)
推荐(0)
数据结构与算法题目集(中文) 6-8 求二叉树高度 (20分)
摘要: 1 // #include <stdio.h> 2 // #include <stdlib.h> 3 4 // typedef char ElementType; 5 // typedef struct TNode *Position; 6 // typedef Position BinTree;
阅读全文
posted @ 2020-03-08 23:04 TATIT
阅读(358)
评论(0)
推荐(0)
上一页
1
2
公告