一,开发工具 编译器 GCC 调试工具 GDB 代码编辑 Vim1. 编译命令gcc hello.c -o hello # 第二个hello为新生成的可执行文件名 -o 为生成的可执行文件指定名称。 -Wall 打印所有警告。 -E 把用户定义的所有的预定义#define展开,...
分类:
系统相关 时间:
2015-09-16 17:38:02
阅读次数:
219
Problem DescriptionSakura has a very magical tool to paint walls. One day, kAc asked Sakura to paint a wall that looks like an M×N matrix. The wall ha...
分类:
其他好文 时间:
2015-09-08 19:57:26
阅读次数:
207
原文 The whole village soon learnt that a large sum of money had been lost. Sam Benton, the local butcher, had lost his wallet while taking his saving to the post office. Sam was sure that the wall...
分类:
其他好文 时间:
2015-09-08 13:56:04
阅读次数:
282
为了直观的修改TT客户端页面,我花了很多时间在网上寻找UIDesigner设计工具。最后实在是找不到了,就找了同事帮忙,他climb over the wall(这个词都成敏感词汇了?博客里居然不准用)之后终于帮我...
分类:
Windows程序 时间:
2015-09-08 12:45:38
阅读次数:
1064
1.scanf的输入格式,空格、TAB和回车符都是无关紧要,所以按Enter键并不意味着输入结束。告诉程序输入结束的方式:在windows下,输入完毕后先按Enter键,再按Ctrl+Z键,最后再按Enter键。在linux下,输入完毕后按Ctrl+D键2.gcc编译选项-Wall指出警告-ansi...
分类:
编程语言 时间:
2015-08-28 23:17:14
阅读次数:
247
[root@localhost trunk]# makegcc word2vec.c -o word2vec -lm -pthread -O3 -march=native -Wall -funroll-loops -Wno-unused-resultgcc word2phrase.c -o word...
分类:
其他好文 时间:
2015-08-28 15:03:24
阅读次数:
319
【POJ 1113】 Wall
给n个点 连出一个凸包 然后在凸包外筑墙 要求墙与凸包每一处的距离都>=l 问需要建的最短的墙长
乍一看挺难 画画图就能看出来 凸包外建距离l的墙 其实就是在凸包每个顶点处 以顶点为圆心 做半径为l的弧 做到两侧半径与点的两边平行即可 然后把这些弧都用直线衔接 就是最短墙长
这样还不好求 呢把弧拿出来呢 其实就相当于把整个凸包作为一个点 以该点为圆心 ...
分类:
其他好文 时间:
2015-08-27 18:51:30
阅读次数:
155
代码片段如下:long triptime;long now;triptime = (now - *((uint32_t *)(icp->icmp_data)));上述代码在编译时由于打开了-Wall -Os选项,编译器会上报如下告警dereferencing type-punned pointer ...
分类:
其他好文 时间:
2015-08-25 14:03:01
阅读次数:
233
Linux使用make命令时遇到“make: g++: Command not found”,这个主要是没有安装gcc-c++.x86_64,如下所示 [root@localhost nethogs]# makeg++ -g -Wall -Wextra -c packet.cppmake: g++:...
分类:
系统相关 时间:
2015-08-21 19:04:32
阅读次数:
401