会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
simple_wxl
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
21
下一页
2016年12月12日
c++多重继承
摘要: 可以在子类中通过基类名访问函数 // oj4.cpp : Defines the entry point for the console application.// #include "stdafx.h"#include<iostream>#include<vector>using namespa
阅读全文
posted @ 2016-12-12 22:43 simple_wxl
阅读(182)
评论(0)
推荐(0)
2016年12月4日
tensorflow 一些好的blog链接和tensorflow gpu版本安装
摘要: pading :SAME,VALID 区别 http://blog.csdn.net/mao_xiao_feng/article/details/53444333 tensorflow实现的各种算法:http://www.cnblogs.com/zhizhan/p/5971423.html 卷积神经
阅读全文
posted @ 2016-12-04 11:00 simple_wxl
阅读(413)
评论(0)
推荐(0)
2016年11月29日
java中Arraylist复制方法
摘要: 方法一: ArrayList<Integer> mycopy=new ArrayList<Integer>(); mycopy=(ArrayList<Integer>) vec.clone(); 方法二: ArrayList<Integer> mycopy=new ArrayList<Integer
阅读全文
posted @ 2016-11-29 15:48 simple_wxl
阅读(32836)
评论(0)
推荐(1)
java/python中的队列
摘要: Queue<TreeNode> que=new LinkedList<>(); 用linkedlist实现队列,offer,poll进出队列,peek对列顶部元素 python中import Queue que=Queue.Queue();//fifo队列,还有其它的2、class Queue.Li
阅读全文
posted @ 2016-11-29 15:47 simple_wxl
阅读(305)
评论(0)
推荐(0)
java中的函数参数
摘要: 当是数组时候,是引用传递
阅读全文
posted @ 2016-11-29 14:05 simple_wxl
阅读(287)
评论(0)
推荐(0)
2016年11月26日
caffe中accuracy和loss用python从log日志里面获取
摘要: 注意:python对圆括号()前面要加上转移字符\,还有点号也要加上转意字符\
阅读全文
posted @ 2016-11-26 20:00 simple_wxl
阅读(2287)
评论(0)
推荐(0)
2016年11月25日
linux命令
摘要: 重定向标准输出,标准错误到同一个文件 cat foo > foo.txt 2>&1或cat foo &> foo.txt vim常用命令 移动光标: ctrl+f 向上翻页 ctrl+b 向下翻页 数字0 移动到当前行第一个字符 shift +$ 移动到当前行最后一个字符 G 移动到最后一行 gg
阅读全文
posted @ 2016-11-25 10:51 simple_wxl
阅读(371)
评论(0)
推荐(0)
2016年11月24日
python爬某个网站的图片
摘要: python从某个网站上面爬很多图片的url,主要是从百度风云榜上面爬的,男演员,女演员,男歌手,女歌手,总共200张
阅读全文
posted @ 2016-11-24 20:24 simple_wxl
阅读(574)
评论(0)
推荐(0)
2016年11月23日
剑指offer 面试题65 滑动窗口的最大值
摘要: import java.awt.print.Printable; import java.beans.VetoableChangeListenerProxy; import java.lang.reflect.Array; import java.text.DateFormatSymbols; import java.text.spi.NumberFormatProvider; import j...
阅读全文
posted @ 2016-11-23 16:09 simple_wxl
阅读(307)
评论(0)
推荐(0)
剑指offer 面试题64 数据流的中位数
摘要: 数组中出现次数超过一半的数
阅读全文
posted @ 2016-11-23 16:07 simple_wxl
阅读(215)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
21
下一页
公告