自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 leetcode---longest-valid-parentheses---栈

Given a string containing just the characters’(‘and’)’, find the length of the longest valid (well-formed) parentheses substring. For”(()”, the longest valid parentheses substring is”()”, which has ...

2018-02-28 13:36:00 140

原创 leetcode---valid-sudoku--dfs

Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells are filled with the character’.’. A partially filled sudoku ...

2018-02-27 23:59:51 153

原创 leetcode---sudoku-solver

Write a program to solve a Sudoku puzzle by filling the empty cells. Empty cells are indicated by the character’.’. You may assume that there will be only one unique solution. A sudoku puzzle… ...

2018-02-27 22:12:43 202

原创 leetcode---subsets---回溯

Given a set of distinct integers, S, return all possible subsets. Note: Elements in a subset must be in non-descending order. The solution set must not contain duplicate subsets. For example, ...

2018-02-23 16:52:47 202

原创 leetcode---surrounded-regions

Given a 2D board containing’X’and’O’, capture all regions surrounded by’X’. A region is captured by flipping all’O’s into’X’s in that surrounded region . For example, X X X X X O O X X X O X ...

2018-02-21 12:21:05 169

原创 leetcode---string-to-integer-atoi---字符串

Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cas...

2018-02-19 19:20:00 199

原创 leetcode--two-sum--哈希

Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the target, wher...

2018-02-15 17:26:44 178

原创 期刊论文图片像素要求

纯的黑白图,没有中间颜色图,至少1200 dpi 有颜色深浅差别的灰度图至少300 dpi 前两者的混合图有时也指彩色图,至少600dpi 更改图片像素: https://zhidao.baidu.com/question/47186871.html...

2018-02-14 19:05:24 7459

原创 leetcode---max-points-on-a-line---穷举

Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. /** * Definition for a point. * struct Point { * int x; * int y; * Point() : x(0)...

2018-02-13 20:04:54 209

原创 解析将数字变为以逗号分隔的字符串

数字变为以逗号分隔的字符串string key = string.Format("{0},{1}", x, y);解析string[] id = key.Split(',');int xid = Convert.ToInt32(id[0]);int yid = Convert.ToInt32(id[1]);

2018-02-07 09:58:41 1653

原创 www Springer参考文献格式

Journal article 作者: 文章. 期刊 卷(期), 页码 (年份) Hamburger, C.: Quasimonotonicity, regularity and duality for nonlinear systems of partial differential equations. Ann. Mat. Pura Appl. 169(1), 321–354 (1995)...

2018-02-03 16:18:49 21498 2

Rx_Net35_SP1

.Net 3.5 下使用 System.Threading.Tasks。安装后,在目录 C:\Program Files (x86)\Microsoft Reactive Extensions\Redist\DesktopV2 下找到 System.Threading.dll,添加引用即可

2019-03-13

简单的CNN示例代码,简单的CNN示例代码,

c++ 的简单的CNN示例代码。码。

2017-03-04

空空如也

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

TA关注的人

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