上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 95 下一页
摘要: pcc32.c /********************************************************* Author: RedOC ** Email: RedOC@foxmail... 阅读全文
posted @ 2012-12-01 10:48 N3verL4nd 阅读(227) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define MAP_WIDTH 40#define MAP_HEIGHT 30int main(){ static char LogoMap[8][64] = { "■ ■ ■ ■■■■■ ■■■■■ ■■■■■ ■■... 阅读全文
posted @ 2012-12-01 10:40 N3verL4nd 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #include #include int main(){ fixConsoleSize(50,20); setTextColor(LIGHT_GREEN); gotoTextPos(10,10); puts("你好!"); getch(); return 0;} 阅读全文
posted @ 2012-12-01 10:37 N3verL4nd 阅读(118) 评论(0) 推荐(0) 编辑
摘要: Advanced Fruits Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 945 Accepted Submission... 阅读全文
posted @ 2012-12-01 10:07 N3verL4nd 阅读(113) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std;int main(){ int a[] = {1,2,3,4}; vectornum(a,a+4); vector *p = # for(int i=0;i<num.size();i++) cout<<(*p)[i]<... 阅读全文
posted @ 2012-12-01 08:49 N3verL4nd 阅读(455) 评论(0) 推荐(0) 编辑
摘要: a b c f b c a 1 1 1 1 1 1 b 1 2 2 2 2 2 f 1 2 2 3 3 3 c 1 2 3 3 3 4 a 1 2 3 3 3 4 b 1 2 3 3 4 4 测试数据: abfcab abcfbc 输出结果: ... 阅读全文
posted @ 2012-11-30 20:25 N3verL4nd 阅读(137) 评论(0) 推荐(0) 编辑
摘要: #include#include #define N 4typedef struct student_type{ char name[10]; int num; int score;}student_type;int main(){ student_type temp; student_type... 阅读全文
posted @ 2012-11-30 16:29 N3verL4nd 阅读(404) 评论(0) 推荐(0) 编辑
摘要: Super Jumping! Jumping! Jumping! Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 14209 ... 阅读全文
posted @ 2012-11-28 18:43 N3verL4nd 阅读(155) 评论(0) 推荐(0) 编辑
摘要: static int DISPOSE_ON_CLOSE 移除窗口的默认窗口关闭操作。 static int DO_NOTHING_ON_CLOSE 无操作默认窗口关闭操作。 static int EXIT_ON_CLOSE 退出应用程序默认窗口关闭操作。 static int... 阅读全文
posted @ 2012-11-27 13:53 N3verL4nd 阅读(402) 评论(0) 推荐(0) 编辑
摘要: gcc/g++参数详解 2009-02-18 16:21 这 篇文档是我的关于gcc参数的笔记,我很怀念dos年代我用小本子,纪录所有的dos 命令的参数.哈哈,下面的东西可能也不是很全面,我参考了很多的书,和gcc的帮助.不全的原因是,有可能我还没有看到这个参数,另一种原因是,我可能还 ... 阅读全文
posted @ 2012-11-26 17:03 N3verL4nd 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 95 下一页