会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
赤云封天
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
14
下一页
2019年8月1日
如何检测和删除通过pip安装的Python包?
摘要: https://ubuntuqa.com/article/1227.html
阅读全文
posted @ 2019-08-01 22:45 赤云封天
阅读(700)
评论(0)
推荐(0)
2019年7月31日
tensorflow使用keras
摘要: https://www.cnblogs.com/anliven/p/10777595.html
阅读全文
posted @ 2019-07-31 10:59 赤云封天
阅读(99)
评论(0)
推荐(0)
ubuntu18.04安装tensorflow2.0
摘要: https://blog.csdn.net/qq_31456593/article/details/90170708https://blog.csdn.net/qq_27825451/article/details/89082978 https://blog.csdn.net/firesolider
阅读全文
posted @ 2019-07-31 10:21 赤云封天
阅读(2068)
评论(0)
推荐(0)
python pip版本的安装与管理
摘要: https://zhuanlan.zhihu.com/p/37473690 https://blog.csdn.net/weixin_41718085/article/details/83882445
阅读全文
posted @ 2019-07-31 09:41 赤云封天
阅读(130)
评论(0)
推荐(0)
2019年7月19日
leetcode 377. 组合总和 Ⅳ
摘要: 给定一个由正整数组成且不存在重复数字的数组,找出和为给定目标正整数的组合的个数。 示例: nums = [1, 2, 3]target = 4 所有可能的组合为:(1, 1, 1, 1)(1, 1, 2)(1, 2, 1)(1, 3)(2, 1, 1)(2, 2)(3, 1) 请注意,顺序不同的序列
阅读全文
posted @ 2019-07-19 10:50 赤云封天
阅读(199)
评论(0)
推荐(0)
2019年7月10日
little tips
摘要: https://zhuanlan.zhihu.com/p/47706985 https://www.flyzy2005.com/tech/switchyomega-proxy-server/
阅读全文
posted @ 2019-07-10 22:06 赤云封天
阅读(145)
评论(0)
推荐(0)
2019年6月10日
NYOJ 104-最大和
摘要: 104-最大和 内存限制:64MB 时间限制:1000ms 特判: No通过数:51 提交数:151 难度:5 题目描述: 给定一个由整数组成二维矩阵(r*c),现在需要找出它的一个子矩阵,使得这个子矩阵内的所有元素之和最大,并把这个子矩阵称为最大子矩阵。 例子:0 -2 -7 0 9 2 -6 2
阅读全文
posted @ 2019-06-10 15:56 赤云封天
阅读(112)
评论(0)
推荐(0)
2019年6月9日
NYOJ 44-子串和
摘要: 44-子串和 内存限制:64MB 时间限制:5000ms 特判: No通过数:139 提交数:447 难度:3 题目描述: 给定一整型数列{a1,a2...,an},找出连续非空子串{ax,ax+1,...,ay},使得该子序列的和最大,其中,1<=x<=y<=n。 题目描述: 给定一整型数列{a1
阅读全文
posted @ 2019-06-09 23:03 赤云封天
阅读(126)
评论(0)
推荐(0)
NYOJ 15-括号匹配(二)
摘要: 15-括号匹配(二) 内存限制:64MB 时间限制:1000ms 特判: No通过数:91 提交数:276 难度:6 题目描述: 给你一个字符串,里面只包含"(",")","[","]"四种符号,请问你需要至少添加多少个括号才能使这些括号匹配起来。如:[]是匹配的([])[]是匹配的((]是不匹配的
阅读全文
posted @ 2019-06-09 16:38 赤云封天
阅读(339)
评论(0)
推荐(0)
2019年6月8日
leetCode 32. Longest Valid Parentheses
摘要: Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring. Example 1: Exampl
阅读全文
posted @ 2019-06-08 14:59 赤云封天
阅读(192)
评论(1)
推荐(1)
上一页
1
2
3
4
5
6
7
8
9
10
···
14
下一页
公告