码迷,mamicode.com
首页 >  
搜索关键字:wall    ( 568个结果
makefile示例
#定义编译选项CXX = g++ #设置“CXXFLAGS”环境变量CXXFLAGS = -g -Wall -O0 -std=c++0x#定义头文件目录,链接库目录,链接文件INCLUDE_PATH = ../frame/3rdInc/eluna/ ../frame/3rdInc/glog ../....
分类:其他好文   时间:2014-07-29 10:54:46    阅读次数:278
Lesson 23-24 Everyday lies
一 Words 1 say一般用作及物动词,强调说话的内容,宾语可以是名词、代词或宾语从句say sth to sb e.g. She’s saying”Don’t draw on the wall". 她在说“别在墙上画”2 speak强调说话的动作。vt时,宾语常为语言。vi时常有: speak...
分类:其他好文   时间:2014-07-27 09:59:42    阅读次数:179
动态链接库找不到 : error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
问题:运行gsl(GNU scientific Library)的函数库,用gcc erf.c -I/usr/local/include -L/usr/local/lib64 -L/usr/local/lib -g -Wall --std=gnu99 -lgsl -lgslcblas -o m.o编...
分类:其他好文   时间:2014-07-22 22:54:54    阅读次数:591
第三章学习小结—-转
【学习目标】01掌握一维数组的声明和使用方法(OK)02掌握二维数组的声明和使用方法(OK)03掌握字符串的声明、赋值、比较和连接方法(连接很少用)04熟悉字符的ASCII码和ctype.h中的字符函数05正确认识++、+=等能修改变量的运算符(OK)06学会用编译选项-Wall获得更多的警告信息(...
分类:其他好文   时间:2014-07-22 00:38:36    阅读次数:338
C语言基础学习9:指向指针的指针
一般形式:基类型 **变量名;例如:char **p;void main(){ char *name[] = {"Follow me","Basic","Great Wall","FORTRAN","Computer design"}; char **p; int i; fo...
分类:编程语言   时间:2014-07-21 09:33:30    阅读次数:235
让c像python一样可以在命令行写代码并且编译
在你亲爱的.bashrc/.zshrc中添加###C###go_libs="-lm"go_flags="-g -Wall -include allheads.h -O3"alias go_c="c99 -xc '-' $go_libs $go_flags"然后再/usr/include目录下新建一个...
分类:编程语言   时间:2014-07-19 19:25:57    阅读次数:223
ZOJ 1002 Fire Net
columns, each representing a street or a piece of wall.A blockhouse is a small castle that has four openings through which to shoot. The four openings...
分类:Web程序   时间:2014-07-19 11:28:06    阅读次数:281
POJ 1113 Wall 凸包
Wall Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 29183   Accepted: 9768 Description Once upon a time there was a greedy King who ordered his chief Archit...
分类:其他好文   时间:2014-07-19 02:45:15    阅读次数:266
POJ 2935 Basic Wall Maze
http://poj.org/problem?id=2935Basic Wall MazeTime Limit:1000MSMemory Limit:65536KTotal Submissions:2794Accepted:1271Special JudgeDescriptionIn this pr...
分类:其他好文   时间:2014-07-16 17:49:50    阅读次数:287
POJ 1113 Wall (凸包)
POJ 1113 Wall (凸包)...
分类:其他好文   时间:2014-07-16 08:53:00    阅读次数:279
568条   上一页 1 ... 52 53 54 55 56 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!