码迷,mamicode.com
首页 >  
搜索关键字:wall    ( 568个结果
HDU2124 Repair the Wall(贪心)
Problem Description Long time ago , Kitty lived in a small village. The air was fresh and the scenery was very beautiful. The only thing that troubled ...
分类:其他好文   时间:2016-05-19 23:20:36    阅读次数:174
GCC 编译选项
http://www.cnblogs.com/xmphoenix/archive/2011/03/21/1989944.html GCC 编译选项(转) gcc 提供了大量的警告选项,对代码中可能存在的问题提出警 告,通常可以使用-Wall来开启以下警告: -Waddress -Warray-bou ...
分类:其他好文   时间:2016-05-19 00:09:30    阅读次数:309
Wall--POJ1113(极角排序+求凸包)
http://poj.org/problem?id=1113 题目大意:现在要给n个点,让你修一个围墙把这些点围起来,距离最小是l 分析 :现在就是求凸包的周长然后再加上一个圆的周长 ...
分类:编程语言   时间:2016-05-17 09:53:03    阅读次数:271
mac安装protobuf
mac安装protobuf 首先从http://code.google.com/p/protobuf/下载protobuf 之后需要安装brew [非root] brew install autoconf[need to across the great wall and reach the bigger world] brew install automake brew in...
分类:系统相关   时间:2016-05-12 17:35:24    阅读次数:1397
利用GDB对程序进行调试
第一章初涉调试会话 调试工具 GDB Unix下最常用的调试工具 DDD 基于GUI的调试器,大多数工具都是GDB的GUI前端。 Eclipse IDE也是一种调试工具 atoi( )把字符串变为整数,头文件是include gcc -g -Wall -o insert_sort ins.c -g选... ...
分类:数据库   时间:2016-05-09 21:55:23    阅读次数:256
AYITACM2016省赛第三周M - Beijing Guards(贪心+二分)
Beijing was once surrounded by four rings of city walls: the Forbidden City Wall, the Imperial City Wall, the Inner City Wall, and ?nally the Outer City Wall. Most of these walls were demolished in ...
分类:其他好文   时间:2016-05-07 10:51:18    阅读次数:167
perl5 第一章 概述
第一章 概述 by flamephoenix 一、Perl是什么?二、Perl在哪里?三、运行四、注释 一、Perl是什么? Perl是Practical Extraction and Report Language的缩写,它是由Larry Wall设计的,并由他不断更新和维护,用于在UNIX环境下 ...
分类:其他好文   时间:2016-05-03 07:02:47    阅读次数:123
【POJ1113】Wall(凸包)
【题目】 Description Once upon a time there was a greedy King who ordered his chief Architect to build a wall around the King's castle. The King was so gr ...
分类:其他好文   时间:2016-04-28 20:13:06    阅读次数:285
GDB基本调试
调试时gcc -g -Wall -o Hello Hello.c gdb Hello -tui -g: 生成调试信息 -Wall: 编译器警告信息 -W: 警告信息 在调用GDB时,命令行指定-tui,或在非TUI模式时使用Ctrl+X+A。 TUI模式:上半部分源码,下半部分输入GDB命令 bre ...
分类:数据库   时间:2016-04-26 15:55:48    阅读次数:181
hdu 1348(凸包)
Wall Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4903 Accepted Submission(s): 1419 Problem De ...
分类:其他好文   时间:2016-04-24 21:37:04    阅读次数:205
568条   上一页 1 ... 26 27 28 29 30 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!