第一步:导入头文件 #import?<CoreLocation/CoreLocation.h>
#import?<CoreLocation/CLLocationManagerDelegate.h> 第二步:设置代理 CLLocationManagerDelegate 第三步:创建一个属性 @property(nonatomic,?str...
分类:
移动平台 时间:
2014-08-16 21:13:21
收藏:
0 评论:
0 赞:
0 阅读:
396
汉澳Sinox2014X64server高级桌面服务器版操作系统发布
当你在现代城市夜空中看到一道闪电,屏幕中央闪过几个图形,转眼间变成美轮美奂的紫色空中天国,说明你来到了汉澳sinox2014世界!
在汉澳sinox2013基础上开发的64位汉澳sinox将更加先进,充分利用计算机的硬件资源,更多的软件,还支持硬件厂家驱动程序下载安装。
汉澳Sinox2014X64server高...
分类:
其他 时间:
2014-08-16 21:12:31
收藏:
0 评论:
0 赞:
0 阅读:
327
POJ 3086 Triangular Sums
还是为了积分。。。...
分类:
其他 时间:
2014-08-16 21:12:21
收藏:
0 评论:
0 赞:
0 阅读:
275
Elegant String
Time Limit: 1000ms
Memory Limit: 65536KB
64-bit integer IO format: %lld
Java class name: Main
Prev
Submit Status Statistics Discuss
Next
Type:
None
...
分类:
其他 时间:
2014-08-16 21:12:01
收藏:
0 评论:
0 赞:
0 阅读:
449
POJ 3087 Shuffle'm Up (模拟)...
分类:
其他 时间:
2014-08-16 21:11:57
收藏:
0 评论:
0 赞:
0 阅读:
284
Description
A lattice point (x, y) in the first quadrant (x and y are integers greater than or equal to 0), other than the origin, is visible from the origin if the
line from (0, 0) to (x, y) d...
分类:
其他 时间:
2014-08-16 21:11:56
收藏:
0 评论:
0 赞:
0 阅读:
317
题目链接
题意:给出两个数n,m,求分母从1-m越来越接近n/m的序列
思路:从1-m枚举分母i,然后维护一个值,使序列越来越靠近n/m。分子j的话,j/i趋近于n/m时,可以得到(int)j=i*n/m+0.5。
代码:
#include
#include
#include
#include
#include
using namespace std;
...
分类:
其他 时间:
2014-08-16 21:11:31
收藏:
0 评论:
0 赞:
0 阅读:
344
前几日
在做U3D测试的时候
导入了网上的一个人物模型
但是后来发现无论如何该模型都无法响应诸如:OnMouseDown
这些鼠标事件
又用U3D自带的水管工做了测试
发现不是我系统的问题= =
水管工对鼠标事件还是有反应的
遂百度之
查到的解决方法是
在Project窗口中选中导入FBX模型,在右边的Inspector中选中Generate Colliders
说是因为U3...
分类:
其他 时间:
2014-08-16 21:11:21
收藏:
0 评论:
0 赞:
0 阅读:
648
Problem Description
Given a base b and two non-negative base b integers p and m, compute p mod m and print the result as a base b integer. p mod m is defined as the smallest non-negative integer k ...
分类:
其他 时间:
2014-08-16 21:11:11
收藏:
0 评论:
0 赞:
0 阅读:
353
UVA 11423 - Cache Simulator
题目链接
题意:题目讲的大概就是几个cash,每次操作可以加入一个或一些数据,如果数据之前有就是hit,命中后的数据就不会消失,如果没有就miss,当容量超过cash容量时,就会把之前最早没命中的一个丢掉,每次START就执行这些命令,计算miss次数并输出
思路:由于最多就2^24的数据,所以可以开一个树状数组,每个位置表...
分类:
其他 时间:
2014-08-16 21:11:01
收藏:
0 评论:
0 赞:
0 阅读:
334
引问:int i=3; int b=i++*i++;为什么最后的结果是b=9?...
分类:
其他 时间:
2014-08-16 21:10:51
收藏:
0 评论:
0 赞:
0 阅读:
306
解题报告
题意:
给定的矩形里面有镂空的矩阵,求矩阵面积并。
思路:
直接把一个图形拆成4个矩形,进行面积并。
扫描线+线段树
#include
#include
#include
#include
#define LL __int64
using namespace std;
struct Seg
{
int lx,rx,h,v;
friend bool op...
分类:
其他 时间:
2014-08-16 21:10:41
收藏:
0 评论:
0 赞:
0 阅读:
332
Happy Reversal
Elfness is studying in an operation "NOT".
For a binary number A, if we do operation "NOT A", after that, all digits of A will be reversed. (e.g. A=1001101, after operation "NOT A...
分类:
移动平台 时间:
2014-08-16 21:10:31
收藏:
0 评论:
0 赞:
0 阅读:
657
Beautiful Garden
There are n trees planted in lxhgww's garden. You can assume that these trees are planted along the X-axis, and the coordinate of ith tree
is xi.
But in rece...
分类:
其他 时间:
2014-08-16 21:10:21
收藏:
0 评论:
0 赞:
0 阅读:
263
Brave Game
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 6592 Accepted Submission(s): 4410
Problem Description
十年前读大学的时候,中国每年都要从国外...
分类:
其他 时间:
2014-08-16 21:10:11
收藏:
0 评论:
0 赞:
0 阅读:
333
解题报告
题意:
矩形面积并。
思路:
扫描线+线段树
#include
#include
#include
#include
using namespace std;
struct Seg
{
int lx,rx,h,v;
friend bool operator < (Seg a,Seg b)
{
return a.h<b.h;
...
分类:
其他 时间:
2014-08-16 21:10:01
收藏:
0 评论:
0 赞:
0 阅读:
378
“模”法无边-策略模式+简单工厂的简单应用...
分类:
其他 时间:
2014-08-16 21:09:51
收藏:
0 评论:
0 赞:
0 阅读:
572
关于Html控件与Web控件的使用,我还是首先用一张图来展示一下:
(一)HTML控件
就是我们通常的说的html语言标记,这些语言标记在已往的静态页面和其他网页里存在,不能在服务器端控制的,只能在客户端通过javascript和vbscript等程序语言来控制。
使用范围:
1、HTML控件直...
分类:
Web开发 时间:
2014-08-16 21:09:41
收藏:
0 评论:
0 赞:
0 阅读:
395
多播:很好 但是 有 风险
广播 是有一定 风险的,如果所有的数据 都进行广播的话,有些人 并不像收到
这些数据,就会造成 网络 阻塞。 网络 风暴 后果不堪设想,所有的数据都阻塞,
就像北京的 堵车一样,谁也 别想发送数据。 所以在 广域网里,基本很少用到
广播,就算 用到 的话 也会很小心的。...
分类:
编程语言 时间:
2014-08-16 21:09:31
收藏:
0 评论:
0 赞:
0 阅读:
341
解题报告
题意:
n个人,m辆车,给出人和车的坐标,还有人的速度,求全部人都坐上车的最小时间。(一辆车只能做一个人)
思路:
原本以为在二分图上求最小的时间就变成了求二分图的最佳匹配,其实可以二分时间,满足时间的人和车连线构图,这样二分的求最小时间。
可能写挫了,我竟然这样二分时间,,,sad
其实只要把所有的可能时间存下在二分时间更快。
#include
#include
#i...
分类:
其他 时间:
2014-08-16 21:09:21
收藏:
0 评论:
0 赞:
0 阅读:
328