码迷,mamicode.com
首页 >  
搜索关键字:say    ( 1472个结果
POJ 1730 Perfect Pth Powers (枚举||分解质因子)
Perfect Pth PowersTime Limit:1000MSMemory Limit:10000KTotal Submissions:16638Accepted:3771DescriptionWe say that x is a perfect square if, for some in...
分类:其他好文   时间:2014-08-20 12:14:12    阅读次数:380
Say Hi!
很少写东西。有时候会把当下的心情记在日记本里,纸的那种。那本子经常放宿舍,而且以前都是深夜回去写写,白天想写点什么的时候就不方便了。本来想叫diary的,结果不小心写成dairy,念念还挺好听,喜欢喝奶。今天很累,也很乱。总是这样,整理一下没过几天就又乱。看来Focus的能力还需要好好锻炼。有时候也...
分类:其他好文   时间:2014-08-19 23:50:15    阅读次数:313
oc知识点总结
类的基本概念 类:具有相同特征和相同行为的事物的抽象 类是一个抽象的概念,在生活中不具体 对象,是类的实例,也就是类的具体体现,是具体的,生活中的万物都是对象 类的接口部分的定义,写在.h文件中 方法声明: 如 - (void)”方法返回类型”  say ”方法名” :(NSInteger)”参数类型” x ”参数名” y ”参数名":(NSInteger)”参数类型”...
分类:其他好文   时间:2014-08-18 09:16:13    阅读次数:271
Memcached实际项目应用
在Memcached官方的GitHub上,可以找到这么一个文档——HowTo.txtHowto=====Basic Example:==============Lets say you have 3 servers. Server 1 and server 2 have 3GB of spacea....
分类:其他好文   时间:2014-08-16 22:21:51    阅读次数:277
Laravel 4 对象化"分组路由"辅助工具
laravel-route-group =================== 对象化分组路由辅助工具 ## 使用前的准备 在 composer.json 文件中申明依赖: "five-say/laravel-route-group": "1.*" 在 `/app/config/app.php` 中设置“服务提供者”与...
分类:其他好文   时间:2014-08-14 01:40:38    阅读次数:250
Count and Say
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:其他好文   时间:2014-08-13 14:20:26    阅读次数:204
PHP中使用XMLRPC
PHP中简单使用XMLRPC,服务器端和客户端都为PHP代码实现。服务器端:xmlrpc_s.phpgetParam(0)); //返回结果 if(strlen($words) > 0) { return new xmlrpcresp( new xmlrpcval('Server say:...
分类:Web程序   时间:2014-08-12 18:50:24    阅读次数:178
UVA - 10622 Perfect P-th Powers
Description Problem E: Perfect Pth Powers We say that x is a perfect square if, for some integer b,x = b^2. Similarly, x is a perfect cube if, for some integerb, x = b^3. More generally, x is a ...
分类:其他好文   时间:2014-08-12 13:48:54    阅读次数:280
poj 1703 Find them, Catch them
Find them, Catch them Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 31412   Accepted: 9677 Description The police office in Tadu City decides to say ends...
分类:其他好文   时间:2014-08-12 13:38:04    阅读次数:255
POJ 1007 Difference Between Primes(线性筛法求N以内的素数表)
Difference Between Primes Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Description All you know Goldbach conjecture.That is to say, Every even integer greate...
分类:其他好文   时间:2014-08-09 18:54:18    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!