首页 > 其他
NYOJ 168 房间安排
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=168
分类:其他   时间:2015-07-03 22:02:54    收藏:0  评论:0  赞:0  阅读:297
NYOJ 733 万圣节派对
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=733
分类:其他   时间:2015-07-03 22:02:44    收藏:0  评论:0  赞:0  阅读:282
hdu4336压缩率大方的状态DP
Card CollectorTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2141Accepted Submission(s): 1008Spec...
分类:其他   时间:2015-07-03 22:02:25    收藏:0  评论:0  赞:0  阅读:200
NYOJ 37 回文字符串
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=37
分类:其他   时间:2015-07-03 22:02:14    收藏:0  评论:0  赞:0  阅读:279
Foundation 基础类
NSString * str = @"adf";NSString * str3 = [NSString stringWithFormat:@"%@,%@",@"a",@"b"];char * c = "www";NSString * str4 = [[NSString alloc] initWith...
分类:其他   时间:2015-07-03 22:01:54    收藏:0  评论:0  赞:0  阅读:358
NYOJ 448 寻找最大数
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=448
分类:其他   时间:2015-07-03 22:01:44    收藏:0  评论:0  赞:0  阅读:302
NYOJ 51 管闲事的小明
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=51
分类:其他   时间:2015-07-03 22:01:14    收藏:0  评论:0  赞:0  阅读:219
CodeForces 400A Inna and Choose Options
Inna and Choose OptionsTime Limit: 1000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:400A64-bit integer IO format:%I64...
分类:其他   时间:2015-07-03 22:00:55    收藏:0  评论:0  赞:0  阅读:266
安装go 环境
操作系统: redhat/centos 5.x1.直接安装:下载压缩包:http://golang.org 或者http://golangtc.com/download快速下载::http://www.golangtc.com/static/go/go1.4.linux-amd64.tar.gz假设...
分类:其他   时间:2015-07-03 22:00:46    收藏:0  评论:0  赞:0  阅读:256
游戏测试(2)-游戏测试做什么?
前面已经把什么是游戏测试介绍过,本文主要介绍下游戏测试做什么?以及具体在工作会中有什么问题?游戏杂谈游戏测试(1)-什么是游戏测试成员结构以常规的测试团队人员来划分(仅功能测试层面):1个Leader+N个功能测试人员(一个比较好听的名字:游戏测试工程师,N可能会等于0)+1个配制管理(此角色有的团...
分类:其他   时间:2015-07-03 22:00:35    收藏:0  评论:0  赞:0  阅读:207
NYOJ 972 核桃的数量
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=972
分类:其他   时间:2015-07-03 22:00:14    收藏:0  评论:0  赞:0  阅读:276
LeetCode Invert Binary Tree 反转二叉树
思路:递归解决,在返回root前保证该点的两个孩子已经互换了。注意可能给一个Null。 1 /** 2 * Definition for a binary tree node. 3 * struct TreeNode { 4 * int val; 5 * TreeNode *...
分类:其他   时间:2015-07-03 21:59:54    收藏:0  评论:0  赞:0  阅读:307
本地推送
本地推送:只有程序在后台运行 或者退出以后才会收到通知并显示 程序在前台的时候,接收通知推送,但不显示基本步骤:1>> 使用本地通知之前 先注册usersettings2>> 创建本地通知3>> 设置本地通知属性4>> 定制通知1.UIUserNotificationType:UIUser...
分类:其他   时间:2015-07-03 21:59:44    收藏:0  评论:0  赞:0  阅读:299
NYOJ 34 韩信点兵
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=34
分类:其他   时间:2015-07-03 21:59:14    收藏:0  评论:0  赞:0  阅读:289
NYOJ 60 谁获得了最高奖学金
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=60
分类:其他   时间:2015-07-03 21:59:04    收藏:0  评论:0  赞:0  阅读:270
Objective-C 快速入门--基础(五)
1、什么是属性?属性会帮我们做哪些事情?请详细说明。 (1)①属性是Objective-C 2.0定义的语法,为实例变量提供了setter、getter方法的默认实现;②能在一定程度上简化程序代码,并且增强实例变量的访问安全性。 (2)①属性会对于你声明的实例变量,它会默认帮你补齐你所需要的(你.....
分类:其他   时间:2015-07-03 21:58:44    收藏:0  评论:0  赞:0  阅读:245
NYOJ 822 画图
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=822
分类:其他   时间:2015-07-03 21:58:04    收藏:0  评论:0  赞:0  阅读:224
泊松分布
泊松分布随笔
分类:其他   时间:2015-07-03 21:57:44    收藏:0  评论:0  赞:0  阅读:359
NYOJ 773 开方数
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=773
分类:其他   时间:2015-07-03 21:57:24    收藏:0  评论:0  赞:0  阅读:283
CodeForces 363B Fence
FenceTime Limit: 1000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:363B64-bit integer IO format:%I64d Java class name:...
分类:其他   时间:2015-07-03 21:57:04    收藏:0  评论:0  赞:0  阅读:334
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!