上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 39 下一页
摘要: http://www.hawstein.com/posts/dp-novice-to-advanced.html https://www.topcoder.com/community/data-science/data-science-tutorials/dynamic-programming-fr 阅读全文
posted @ 2016-07-03 21:56 PKICA 阅读(658) 评论(0) 推荐(0) 编辑
摘要: //C v0.01 不知题意,正在理解,正在(一)上修改。 <!--StartFragment-->#include <stdio.h> #include <string.h> #include <stdlib.h> #define STACK_SIZE 10000 typedef struct S 阅读全文
posted @ 2016-07-03 19:15 PKICA 阅读(306) 评论(0) 推荐(0) 编辑
摘要: add-auto-load-safe-path /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.pyset auto-load safe-path / add-auto-load-safe-path /usr/lib/x86_64-linux-gn 阅读全文
posted @ 2016-07-03 17:16 PKICA 阅读(7831) 评论(0) 推荐(2) 编辑
摘要: 1.解决ubuntu 14 system setttings失效的问题 sudo apt-get install unity-control-center 2. 支持root用户登录 修改以下配置文件 $vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.c 阅读全文
posted @ 2016-07-02 12:09 PKICA 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 时间限制:3000 ms | 内存限制:65535 KB 难度:4 时间限制:3000 ms | 内存限制:65535 KB 难度:4 1 2 #include <stdio.h> 3 #include <string.h> 4 #include <stdlib.h> 5 typedef struc 阅读全文
posted @ 2016-06-30 07:22 PKICA 阅读(231) 评论(0) 推荐(0) 编辑
摘要: ubuntu安装DDD: #sudo apt-get build-dep ddd #sudo apt-get build-dep ddd 阅读全文
posted @ 2016-06-29 21:28 PKICA 阅读(563) 评论(0) 推荐(0) 编辑
摘要: #include #include #include typedef struct SKI{ int data; int x; int y; char flag; int len; }STSKI; int compare(const void * i1, const void *i2){ STSKI 阅读全文
posted @ 2016-06-26 20:59 PKICA 阅读(324) 评论(0) 推荐(0) 编辑
摘要: http://www.geeksforgeeks.org/write-a-c-program-to-print-all-permutations-of-a-given-string/ http://www.cs.utexas.edu/users/djimenez/utsa/cs3343/lectur 阅读全文
posted @ 2016-06-20 22:17 PKICA 阅读(265) 评论(0) 推荐(0) 编辑
摘要: #dig www.baidu.com ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.37.rc1.el6 <<>> www.baidu.com;; global options: +cmd;; Got answer:;; ->>HEADER<<- opcode: QUERY, 阅读全文
posted @ 2016-06-18 21:06 PKICA 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 时间限制:3000 ms | 内存限制:65535 KB 难度:3 阅读全文
posted @ 2016-06-16 07:04 PKICA 阅读(203) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 39 下一页