码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
LeetCode Coin Change
原题链接在这里:https://leetcode.com/problems/coin-change/ 题目: You are given coins of different denominations and a total amount of money amount. Write a func ...
分类:其他好文   时间:2016-04-03 13:02:09    阅读次数:144
JsonDataObjects 简单实用
下载地址https://github.com/ahausladen/JsonDataObjects ...
分类:Web程序   时间:2016-04-03 11:43:01    阅读次数:207
LeetCode Nested List Weight Sum
原题链接在这里:https://leetcode.com/problems/nested-list-weight-sum/ 题目: Given a nested list of integers, return the sum of all integers in the list weighted ...
分类:其他好文   时间:2016-04-03 10:23:15    阅读次数:197
一些电子书网站
JiumoE-BookSearch鸠摩搜书https://www.jiumodiary.com/这个网站挺历害的,它可以搜索在百度云盘和微盘上的文件ITebookshttp://www.it-ebooks.info/这个网站,主要是提供下载各种IT相关的电子书,英文书挺多的读远Readfarhttp://readcolor.com/这是一个免费下载kindle电子书的..
分类:Web程序   时间:2016-04-03 07:46:49    阅读次数:670
App store最新审核标准
App store最新审核标准 苹果官网: https://developer.apple.com/app-store/review/cn/ App store 2015最新审核标准公布 以下是更新后的审核指南(修改部分红色字体标出): 1.条款和条件 1.1 为AppStore开发程序,开发者必须 ...
分类:移动开发   时间:2016-04-03 07:08:45    阅读次数:690
uva 1584.Circular Sequence
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4459 题目意思:给出一个字符串,求出该字符串的最小字典序 暴力求解即可,用 ans 保存最小字 ...
分类:其他好文   时间:2016-04-03 00:10:39    阅读次数:231
uva 401.Palindromes
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=342 题目意思:给出一段字符串(大写字母+数字组成)。判断是否为回文串 or 镜像串 or 回文 ...
分类:其他好文   时间:2016-04-02 22:55:46    阅读次数:294
ButterKnife源码剖析
转载请注明:http://blog.csdn.net/chenkai19920410/article/details/51020151      ButterKnife是Jake Wharton大神写开源框架。项目托管地址:   https://github.com/JakeWharton/butterknife。   相信不少人已经非常熟悉他的使用了。网上有很多介绍其使用的文章。本文主要是...
分类:其他好文   时间:2016-04-02 20:31:34    阅读次数:347
【动态规划】Vijos P1011 清帝之惑之顺治
题目链接: https://vijos.org/p/1011 题目大意: 给一张N*M的地图(N,M<=500),可从任一点开始沿上下左右走,只能走比当前低的地方。问最长能走多少格。 题目思路: 【动态规划】 这题就是滑雪,动态规划。 将高度排序后从低往高算,当前高度所在的格子上下左右比当前高度低就 ...
分类:其他好文   时间:2016-04-02 20:26:41    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!