• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
THE WAY I AM
博客园    首页    新随笔    联系   管理    订阅  订阅
2021年7月16日
中山大学考研913电子技术数字和模拟 真题及答案 辅导及答疑
摘要: 我这里有21届上岸学长整理出来的中山大学913电子技术数字和模拟的真题(含答案),一共2010-2019。网络上的都是没有答案的。此外还有2021年的回忆版真题。 另外提供913辅导和答疑~ 需要的伙伴可以私聊我,扣扣1172951548。 阅读全文
posted @ 2021-07-16 21:05 549 阅读(180) 评论(0) 推荐(0)
2020年2月9日
WARNING !
摘要: 1054 求平均值 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805272659214336 sscanf, sprintf https://blog.csdn.net/liuchuo/article/de 阅读全文
posted @ 2020-02-09 18:03 549 阅读(94) 评论(0) 推荐(0)
2019年11月24日
struct应用_1058 选择题 (20 分)
摘要: 参考:https://www.jianshu.com/p/e6a55efdd239 题目:https://pintia.cn/problem-sets/994805260223102976/problems/994805270356541440 独立出读取答案和作答的函数,利用struct简化程序 阅读全文
posted @ 2019-11-24 12:58 549 阅读(181) 评论(0) 推荐(0)
2019年11月22日
stringstream_PTA 1077 互评成绩计算 (20 分)
摘要: 参考:https://blog.csdn.net/sinat_28199083/article/details/79619774 题目:https://pintia.cn/problem-sets/994805260223102976/problems/994805262303477760 关键在于 阅读全文
posted @ 2019-11-22 19:18 549 阅读(244) 评论(0) 推荐(0)
2019年10月31日
C++ PTA 1035 插入与归并 (25 分)
摘要: https://pintia.cn/problem-sets/994805260223102976/problems/994805286714327040 equal(a,a+i,b) 比较a,b两容器中长度为 i 的数据是否相等,返回bool值。包含在algorithm中 若是插入排序,必定存在某 阅读全文
posted @ 2019-10-31 14:32 549 阅读(346) 评论(0) 推荐(0)
2019年7月4日
使用python发送QQ邮件
摘要: https://blog.csdn.net/qq_38607035/article/details/82594695 阅读全文
posted @ 2019-07-04 16:12 549 阅读(96) 评论(0) 推荐(0)
Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available)
摘要: https://blog.csdn.net/qq_36823518/article/details/88406237 阅读全文
posted @ 2019-07-04 14:53 549 阅读(2587) 评论(0) 推荐(0)
解决python cannot find reference xxx in imported module xxx
摘要: https://www.jianshu.com/p/9555310f1920 阅读全文
posted @ 2019-07-04 14:40 549 阅读(3855) 评论(0) 推荐(0)
2019年5月17日
669. Trim a Binary Search Tree 修剪二叉搜索树 Java
摘要: 题目要求对一棵二叉搜索树进行规定的修剪:剪去小于x的,大于y的。 我们只需要递归地对树的左子树右子树进行修剪即可。 所有情况如下: 根root的值不在(x,y)内,则判断是小于x还是大于y,分别返回右子树的修剪和左子树的修剪(因为如果root小于x,那么它的左子树必定都小于x,所以我们只需考虑它的右 阅读全文
posted @ 2019-05-17 11:05 549 阅读(87) 评论(0) 推荐(0)
2019年5月15日
213. House Robber II 打家劫舍 IIJava
摘要: 网址:https://leetcode.com/problems/house-robber-ii/ 因为房子是环形排列的,所以第一个房子和最后一个房子是相邻关系。 于是我们就在House Robber的基础上稍加修改即可: 打劫范围为第一间房子到倒数第二间房子 打劫范围为第二件房子到最后一间房子 选 阅读全文
posted @ 2019-05-15 14:49 549 阅读(92) 评论(0) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3