码迷,mamicode.com
首页 > 其他好文
【Leetcode】 Clone Graph
题目链接:https://leetcode.com/problems/clone-graph/ 题目: Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors. OJ's undirected graph serialization: ...
分类:其他好文   时间:2016-05-31 06:29:58    阅读次数:360
【Leetcode】Unique Binary Search Trees II
题目链接:https://leetcode.com/problems/unique-binary-search-trees-ii/ 题目: Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. For example, Given n = 3, y...
分类:其他好文   时间:2016-05-31 06:29:09    阅读次数:234
【Leetcode】Permutation Sequence
题目链接:https://leetcode.com/problems/permutation-sequence/ 题目: The set [1,2,3,…,n] contains a total of n! unique permutations. By listing and labeling all of the permutations in order, We get ...
分类:其他好文   时间:2016-05-31 06:31:18    阅读次数:131
【Leetcode】Range Sum Query 2D - Immutable
题目链接:https://leetcode.com/problems/range-sum-query-2d-immutable/ 题目: Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and l...
分类:其他好文   时间:2016-05-31 06:28:37    阅读次数:217
boost库的安装和使用
1)首先去官网下载boost源码安装包:http://www.boost.org/ 选择下载对应的boost源码包。本次下载使用的是 boost_1_60_0.tar.gz (2)解压文件:tar -zxvf boost_1_60_0.tar.gz (3)进入源代码路径执行命令 ./bootstra ...
分类:其他好文   时间:2016-05-31 06:29:05    阅读次数:218
6. ZigZag Conversion
题目: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed f ...
分类:其他好文   时间:2016-05-31 06:30:08    阅读次数:319
软件开发与设计知识
######scrum###### Scrum is an iterative and incremental agile software develioment framework for managing product development. Scrum was first defined ...
分类:其他好文   时间:2016-05-31 06:29:16    阅读次数:133
IPAdr.exe破解[练手]
【文章标题】: IPAdr.exe破解【软件名称】: IPAdr.exe【加壳方式】: 无【编写语言】: delphi【使用工具】: OD【作者声明】: 失误之处敬请诸位大侠赐教! 【详细过程】 00405E7F |. 8BE5 mov esp, ebp 00405E81 |. 5D pop ebp ...
分类:其他好文   时间:2016-05-31 06:28:08    阅读次数:174
chrome浏览器的跨域设置——包括版本49前后两种设置
做前后分离的webapp开发的时候,出于一些原因往往需要将浏览器设置成支持跨域的模式,好在chrome浏览器就是支持可跨域的设置,网上也有很多chrome跨域设置教程。但是新版本的chrome浏览器提高了跨域设置的门槛,原来的方法不再适用了。下面笔者简单介绍一下新版本chrome的跨域设置方法。 版 ...
分类:其他好文   时间:2016-05-31 06:27:08    阅读次数:148
IPAdr.exe注册机[PY]
算法还原: 注册机: ...
分类:其他好文   时间:2016-05-31 06:27:27    阅读次数:141
9.常用输入与输出与确认
...
分类:其他好文   时间:2016-05-31 06:27:18    阅读次数:183
10.数据类型转换
...
分类:其他好文   时间:2016-05-31 06:28:39    阅读次数:164
6.try catch语句
...
分类:其他好文   时间:2016-05-31 06:27:51    阅读次数:138
王思聪在分答全部32个精彩回答汇总
近日,国民老公王思聪在分答开帐号,妙答全民八卦,从目前全部32个回答来看,王思聪的三观很正!会长下血本在分答花了32大洋,听记了一晚上,终于将国民老公全部32个问答如数记录下来了,大家一睹为快吧: 1. 如果我是一个普通人,我猜我会选择互联网/移动互联网方向去创业,比如弄个网站或者做个APP。因为这 ...
分类:其他好文   时间:2016-05-31 06:26:12    阅读次数:3874
8.常见事件应用
...
分类:其他好文   时间:2016-05-31 06:26:03    阅读次数:111
7.typeof的用法
...
分类:其他好文   时间:2016-05-31 06:27:54    阅读次数:116
13.location的用法
...
分类:其他好文   时间:2016-05-31 06:25:33    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!