码迷,mamicode.com
首页 >  
搜索关键字:points    ( 1654个结果
mysql空间数据相关操作
建表语句: CREATE TABLE ts.points ( name VARCHAR (20) NOT NULL, location POINT NOT NULL, description VARCHAR (200) ); 添加记录如下: INSERT INTO Points (name, loc
分类:数据库   时间:2016-02-24 14:04:39    阅读次数:320
跨站脚本攻击XSS
一、认识XSS先 二、XSS攻击 三、XSS防御(重点) 四、总结 Writer:BYSocket(泥沙砖瓦浆木匠) 微博:BYSocket 豆瓣:BYSocket Reprint it anywhere u want. 文章Points: 1. 认识XSS 2. XSS攻击 3. XSS防御(重点
分类:其他好文   时间:2016-02-24 14:00:20    阅读次数:162
IOS-Quartz2D(Paths元素)
Paths中的几个重要元素 Points void CGContextMoveToPoint ( CGContextRef c, CGFloat x, CGFloat y ); 指定一个点成为current point Quartz会跟踪current point一般执行完一个相关函数后,curre
分类:移动开发   时间:2016-02-21 18:23:51    阅读次数:201
hdu 5626 Clarke and points
Clarke and points Problem Description The Manhattan Distance between point A(XA,YA) and B(XB,YB) is |XA - XB| + |Xb - YB|; the coordinate of each poin
分类:其他好文   时间:2016-02-14 00:25:22    阅读次数:264
【HDOJ】4347 The Closest M Points
居然是KD解。 1 /* 4347 */ 2 #include <iostream> 3 #include <sstream> 4 #include <string> 5 #include <map> 6 #include <queue> 7 #include <set> 8 #include <s
分类:其他好文   时间:2016-02-12 16:15:59    阅读次数:283
HDU 1264 Counting Squares(模拟)
题目链接 Problem Description Your input is a series of rectangles, one per line. Each rectangle is specified as two points(X,Y) that specify the opposite
分类:其他好文   时间:2016-02-09 16:40:07    阅读次数:264
poj 2079 Triangle(旋转卡壳)
Triangle Time Limit: 3000MS Memory Limit: 30000K Total Submissions: 8917 Accepted: 2650 Description Given n distinct points on a plane, your task is t
分类:其他好文   时间:2016-02-06 01:39:34    阅读次数:241
C++ basic salient points that I made mistakes on
int main(int argv, char* argc[]), argc[0] is always the program's name that you run switch() statement doesn't accept std::string. One way to solve th
分类:编程语言   时间:2016-02-02 06:30:16    阅读次数:152
Linux shell command学习笔记(一)
Key points: Shell种类,echo,$,基本语法,ls,man,su,sudo,grep,ps,clear,cp,rm,cat,more 参考:http://www.jb51.net/LINUXjishu/45329.html Shell的种类有很多种,例如CSH,Bourne She
分类:系统相关   时间:2016-01-28 20:50:27    阅读次数:301
hdu 5606 tree(并查集)
Problem Description There is a tree(the tree is a connected graph which contains n points and n?1 edges),the points are labeled from 1 to n,which edge
分类:其他好文   时间:2016-01-28 02:01:20    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!