码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
git lsf server
The Server ========== Git LFS needs a URL endpoint to talk to a remote server. A Git repository can have different Git LFS endpoints for different remotes. Here is the list of rules that Git LFS us...
分类:其他好文   时间:2015-06-04 14:00:26    阅读次数:430
Project Euler:Problem 40 Champernowne's constant
An irrational decimal fraction is created by concatenating the positive integers: 0.123456789101112131415161718192021... It can be seen that the 12th digit of the fractional part is 1. If dn repr...
分类:其他好文   时间:2015-06-04 13:55:04    阅读次数:118
HDU1086 You can Solve a Geometry Problem too(数学几何)
这道题的主要解题思路如下: 第1 步:快速排斥试验,如果分别以P1P2 ,P3P4 为对角线做矩形,而这两个矩形不相交,则这两条线段肯定不相交,如下左图;即使两个矩形相交,这两条线段也不一定相交,如下右图,这时再用第2 步判断;                                                 表示成语句,即两个矩形相交当且仅当下列式子...
分类:其他好文   时间:2015-06-04 11:59:33    阅读次数:140
Java for LeetCode 139 Word Break
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.For e...
分类:编程语言   时间:2015-06-04 11:23:19    阅读次数:138
LeetCode:Remove Element
Prob;lem:Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It do...
分类:其他好文   时间:2015-06-04 11:19:29    阅读次数:94
LightOJ1005---Rooks(简单组合数学)
A rook is a piece used in the game of chess which is played on a board of square grids. A rook can only move vertically or horizontally from its current position and two rooks attack each other if one...
分类:其他好文   时间:2015-06-04 10:00:21    阅读次数:127
Add and Search Word - Data structure design
Design a data structure that supports the following two operations: void addWord(word) bool search(word) search(word) can search a literal word or a regular expression string containing only lett...
分类:其他好文   时间:2015-06-04 09:56:27    阅读次数:169
LeetCode 27:Remove Element
Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn't matter what you leave beyond the new length. 题...
分类:其他好文   时间:2015-06-04 09:52:58    阅读次数:159
hdu 3709 数位dp(小思维)
http://acm.hdu.edu.cn/showproblem.php?pid=3709 Problem Description A balanced number is a non-negative integer that can be balanced if a pivot is placed at some digit. More specifically, imagi...
分类:其他好文   时间:2015-06-04 08:38:15    阅读次数:129
poj2481 Cows
Description Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.  Fa...
分类:其他好文   时间:2015-06-03 21:43:24    阅读次数:119
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!