http://acm.hdu.edu.cn/showproblem.php?pid=2112本题题目意思非常简单,麻烦的就是处理一下字符串,这是我能力欠缺的地方#include#include#include#define maxint 200000000int map[201][201],visi...
分类:
其他好文 时间:
2014-07-07 21:11:08
阅读次数:
224
In my previous post, I listed down most commontelnet commands for memcachedwith sample execution terminal logs. Today I want to discuss about the Memc...
分类:
编程语言 时间:
2014-06-28 17:26:15
阅读次数:
323
function showLocalTime(OID) { window.setTimeout(function(){ var today = new Date(), arr = new Array('日', '一', '二', '三', '四', '五...
分类:
编程语言 时间:
2014-06-27 14:17:42
阅读次数:
368
PHP获取指定日期的上个月的日期function last_month_today($time){ $last_month_time = mktime(date("G", $time), date("i", $time), date("s", $time), date("n", $time), .....
分类:
Web程序 时间:
2014-06-26 23:54:44
阅读次数:
324
Today,it`s my first day to start a new lesson with c#!At first ,I want to study it just because java is a old language ,and run slower than c# many pe...
分类:
其他好文 时间:
2014-06-26 16:46:23
阅读次数:
191
函数定义 使用 func 定义一个函数。调用函数使用他的名字加 上小括号中的参数列表。使用 -> 分隔参数的名字和 返回值类型。 函数声明: func greet(name: String, day: String) -> String {
return "Hello \(name),today is \(day)."
} 函数调用:greet("Bob", "Tuesday") 无返回值函数...
分类:
其他好文 时间:
2014-06-25 10:04:23
阅读次数:
255
以下内容基于阅读205和217的PDF所做的笔记,没有深入研究。
205 Creating Extensions for iOS and OS X, Part 1
217 Creating Extensions for iOS and OS X, Part 2
Extension有多种,比如Share、Today、照片、输入法等等。
Extension本身不是app,它只是...
分类:
其他好文 时间:
2014-06-22 22:30:15
阅读次数:
272
Problem DescriptionAs we know, Big Number is always troublesome. But it's really important in our ACM. And today, your task is to write a program to c...
分类:
其他好文 时间:
2014-06-18 21:09:31
阅读次数:
303
Move resources allocated using unmanaged interface to managed devminterfaceSo today let’s talk about devm functions as that is what I have been upto t...
分类:
其他好文 时间:
2014-06-18 10:18:24
阅读次数:
651