码迷,mamicode.com
首页 >  
搜索关键字:only    ( 8839个结果
UESTC-888-Absurdistan Roads(kruskal+floyd)
The people of Absurdistan discovered how to build roads only last year. After the discovery, every city decided to build their own road connecting their city with another city. Each newly built road c...
分类:其他好文   时间:2014-08-27 10:56:38    阅读次数:347
HDU 2993 MAX Average Problem(斜率优化)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2993Problem DescriptionConsider a simple sequence which only contains positive integers as a1, a2 ... a...
分类:其他好文   时间:2014-08-27 01:34:37    阅读次数:335
[Java Basics2] Iterable, Socket, Reflection, Proxy
Parent interface of Collection: Iterable InterfaceA class that implements theIterablecan be used with the new for-loop.TheIterableinterface has only o...
分类:编程语言   时间:2014-08-26 19:33:06    阅读次数:272
虚拟机网络设置及Linux远程登录
虚拟机网络配置: 虚拟机设置里打开网络连接: Linux系统远程登录管理工具: 桥接:虚拟机利用本机真实网卡与真实计算机通信;设置跟windows同一网段地址,可以与windows通信,也可以与局域网内同网段也可以访问。需要占用地址。 host-only   使用虚拟机虚拟出的网卡VMNet1,只能跟你真实机通信,不能跟局域网通信,不能上外网。 NAT:使用虚拟机...
分类:系统相关   时间:2014-08-26 13:47:06    阅读次数:324
android 细节之An internal error occurred during: "Launching New_configuration".
今天在导入公司的一个小demo时候发现了一个很有意思的错误。 An internal error occurred during: "Launching New_configuration". Path for project must have only one segment. 于是上网搜寻了一下怎么解决: 具体的解决方法有两种: 一、Run Confi...
分类:移动开发   时间:2014-08-26 00:33:05    阅读次数:240
linux驱动程序之电源管理之标准linux休眠与唤醒机制分析(一)
1. Based on linux2.6.32, only for mem(SDR)2. 有兴趣请先参考阅读: 电源管理方案APM和ACPI比较.docLinux系统的休眠与唤醒简介.doc3. 本文先研究标准linux的休眠与唤醒,android对这部分的增改在另一篇文章中讨论4. 基于手上的一个...
分类:系统相关   时间:2014-08-25 22:40:55    阅读次数:403
LeetCode: Best Time to Buy and Sell Stock
LeetCode: Best Time to Buy and Sell StockSay you have an array for which the ith element is the price of a given stock on day i.If you were only permi...
分类:其他好文   时间:2014-08-25 22:35:34    阅读次数:261
LeetCode: Valid Palindrome
LeetCode: Valid PalindromeGiven a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example,"A...
分类:其他好文   时间:2014-08-25 22:31:25    阅读次数:216
skynet源码学习 - 从全局队列中弹出/压入一个消息队列过程
学习云风的skynet源码,简单记录下。 void skynet_globalmq_push(struct message_queue * queue) { struct global_queue *q= Q; uint32_t tail = GP(__sync_fetch_and_add(&q->tail,1)); // only one thread can set the sl...
分类:Web程序   时间:2014-08-25 21:11:04    阅读次数:499
Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any po...
分类:其他好文   时间:2014-08-25 20:43:44    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!