上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 55 下一页
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12656345.html 将数组分成和相等的三个部分(43min) 题目链接:https://leetcode-cn.com/problems/partition-array-into-three-parts 阅读全文
posted @ 2020-04-07 21:45 萍2樱释 阅读(801) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12644155.html 字符串的最大公因子(84min) 题目链接:https://leetcode-cn.com/problems/greatest-common-divisor-of-strings/ 阅读全文
posted @ 2020-04-06 20:35 萍2樱释 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12638368.html 1.背景 项目综合实践老师布置了一个作业,要在MINST数据集上实现图像数字分类问题,需要安装python和tensorflow。 2.准备 下载python,官方链接:https: 阅读全文
posted @ 2020-04-05 18:20 萍2樱释 阅读(2380) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12637178.html 1.买卖股票的最佳时机(13min) 题目链接:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/ 给 阅读全文
posted @ 2020-04-05 14:38 萍2樱释 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12634123.html 1.背景 做了一个基于AHK的上课自动签到项目,老师让我发个博客,我一看我写的项目内容过长,不加目录感觉自己都不想看,可是加了标题又想着别人写的带目录的博客点击目录就可以自动跳转到正 阅读全文
posted @ 2020-04-04 20:53 萍2樱释 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12633556.html 反转链表(120min) 题目链接:https://leetcode-cn.com/problems/reverse-linked-list/ 反转一个单链表。 示例: 输入: 1- 阅读全文
posted @ 2020-04-04 19:05 萍2樱释 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12628261.html 合并排序的数组(10min) 题目链接:https://leetcode-cn.com/problems/sorted-merge-lcci/ 给定两个排序后的数组 A 和 B,其中 阅读全文
posted @ 2020-04-03 18:33 萍2樱释 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12625846.html 1.项目名称 基于AHK的上课自动签到。 2.测试计划 时间:2020年3月26日 测试人员安排: 序号 名字 PC机及系统 1 甲 Window7笔记本电脑 2 乙 Window1 阅读全文
posted @ 2020-04-03 13:06 萍2樱释 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12625801.html 基于AHK的上课自动签到 第一章项目需求 说明:以下鼠标自动是系统驱动鼠标自动的简写。 1.总述 在上课前系统驱动鼠标自动移动完成课程签到。此项目分两种情况: 1)在QQ群中签到:到 阅读全文
posted @ 2020-04-03 12:46 萍2樱释 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12622547.html 用列表实现栈(89min) 题目链接:https://leetcode-cn.com/problems/implement-stack-using-queues/ 使用队列实现栈的下 阅读全文
posted @ 2020-04-02 19:45 萍2樱释 阅读(326) 评论(0) 推荐(0) 编辑
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 55 下一页