自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (9)
  • 收藏
  • 关注

原创 caffe-windows

--------------------------reference-------------------------------https://github.com/BVLC/caffe/tree/windows

2016-09-30 18:09:22 254

原创 About RNN

about rnn

2016-09-30 13:37:47 308

原创 LaTex/ModernCV

http://www.ctan.org/pkg/moderncv/http://www.miktex.org/download1. 把template和style文件放到同一个目录下2. 或者

2016-09-23 11:12:15 844

原创 003-algorithm-have circle-topology sort

#include#include#includeusing namespace std;bool have_circle(int a[], int m){ vector b(a, a+m*m); map rudu; vector stack; for (int i = 0; i < m; i++) { int tmp(0); for (int j = 0; j

2016-09-05 21:49:21 443

原创 002-algorithm-max len sub list with maximum sum

v

2016-09-04 20:08:27 288

原创 001-algorithm-print matrix on the clockwise

1 2 34 5 6   ---> 1 2 3 6 9 8 7 4 57 8 9   void print_matrix(int a[], int m, int n){ //matrix a with size m n std::vector x; int point1 = 0; int point2 = n - 1; int point3 = m*n - 1;

2016-09-03 21:05:06 237

原创 000-algorithm-quick_sort

void sort1(int a[], int first, int last){ if (first< last){ int i = first; int j = last; int x = a[i]; while(i < j){ while (a[j] > x) j--; if (first < last){ a[i] = a[j]; i++;

2016-09-03 19:32:25 268

Picasa_3.9

免费,最新版本,非常好用,有google强大的技术支持,让你在windows下有mac的体验。

2015-06-04

MSP430用户使用手册

MSP430单片机用户使用手册,英文原版, M430系列通用值得收藏。

2013-08-23

木马清除百种方法.chm

木马清除百种方法.chm。百种方法值得收藏!

2013-07-26

Google使用全攻略

Google搜索怎么用??怎么才能发挥它最大作用,,快来看看Google使用全攻略,值得收藏!

2013-06-16

photoshop实例教程

photoshop入门教程,大量实例,简单易学,值得收藏|!!

2013-06-16

Fdisk分区教程

分区必备,简单易学,长知识,值得收藏!

2013-06-14

软件破解入门教程和解密手册

全面详细的介绍了软件破解方面的知识和技巧,好东西共享一下,值得收藏!

2013-06-14

注册表使用手册

电脑高手必备的关于注册表方面的知识,,内容全面,值得收藏!

2013-06-14

PHP基础教程

PHP基础教程

2013-04-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除