自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Crawler For LeetCode

This a very simple tutorial for python crawler written with Requests and BeautifulSoup, the crawler is used to grab the leetcode subjects and your ac solution codes, better reading for fresh hands. Mot

2016-12-16 23:34:09 494

原创 『Leetcode』Combination Sum IV

Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target.Examplenums = [1, 2, 3] target = 4The possible comb

2016-12-16 00:58:17 402

原创 『论文阅读』GAN论文整理

整理一些关于Generative Adversarial Nets的论文 Generative Adversarial Nets Conditional Generative Adversarial Nets DRAW: A Recurrent Neural Network For Image Generation Deep Generative Image Models using a Lapla

2016-12-16 00:57:40 2602

原创 『Leetcode』Spiral Matrix

Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order.For example, Given the following matrix:[ [1, 2, 3] [4, 5, 6] [7, 8, 9] ]You should return

2016-12-16 00:56:36 256

原创 『Leetcode』Search a 2D Matrix II

Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted in ascending from left to right. Integers in each co

2016-12-16 00:51:08 213

原创 『Leetcode』All My AC Subjects and Solutions

Follows are all my ac Leetcode solutions, total 212.Since it has been a real long time, i will not give some detail expalination.1 Two Sum 2 Add Two Numbers 3 Longest Substring Without Repeating Char

2016-12-16 00:43:54 480

原创 『论文阅读』Generating Videos With Scene Dynamics

来源:NIPS2016 这篇论文提出了一个基于GAN的网络模型,同时可以进行视频识别和视频生成的task。 Task  Video recognition & video Generation.  即利用一些Unlabeled videos 去训练模型同时解决识别问题和视频生成的任务。实验表明: 模型可以生成一些短小的视频并且效果较好 可以根据static image 预测之后的图片序列

2016-12-16 00:40:34 3308

原创 『Leetcode』Largest Rectangle in Histogram

Given n non-negative integers representing the histogram’s bar height where the width of each bar is 1, find the area of largest rectangle in the histogram.Above is a histogram where width of each bar

2016-12-16 00:37:13 233

原创 『论文阅读』Image-to-Image Translation with Conditional Adversarial Networks

来源:Image-to-Image Translation with Conditional Adversarial Nets 源码:Github 这篇文章主要提供了一个基于cGAN的模型,并且利用这个general的模型可以同时应用到多个任务场景中去,而不需要额外设置模型结果和目标函数。 Photos to semantic segmentation Cityscapes labels

2016-12-16 00:22:07 7165 1

java拼图游戏

利用Java实现的一个小的拼图游戏,基本功能实现。

2013-05-25

Huffman 压缩

简单的利用Huffman算法 实现的压缩程序。 压缩效率不是很高,但是实现了最基本的压缩

2013-05-24

空空如也

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

TA关注的人

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