上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 58 下一页
摘要: http://www.cnblogs.com/shipfi/archive/2008/08/04/1260293.html 感谢作者! 程序变量查看文件中某变量的值:file::variablefunction::variable可以通过这种形式指定你所想查看的变量,是哪个文件中的或是哪个函数中的。 阅读全文
posted @ 2016-07-12 06:27 PKICA 阅读(485) 评论(0) 推荐(0)
摘要: 时间限制:3000 ms | 内存限制:65535 KB 难度:4 //C v0.1 AC #include<stdio.h> #include <stdlib.h> #include <string.h> #include <alloca.h> struct rectangle { int len 阅读全文
posted @ 2016-07-10 17:47 PKICA 阅读(347) 评论(0) 推荐(0)
摘要: 300. Longest Increasing Subsequence 300. Longest Increasing Subsequence https://www.felix021.com/blog/read.php?entryid=1587&page=3&part=1 感谢作者! 标题:最长递 阅读全文
posted @ 2016-07-09 21:08 PKICA 阅读(335) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 #include 4 int max(int a, int b); 5 int main() 6 { 7 int n; 8 scanf("%d", &n); 9 int i; 10 //arr stores data 11 int arr[101]; 12 //path sto... 阅读全文
posted @ 2016-07-09 16:10 PKICA 阅读(480) 评论(0) 推荐(0)
摘要: //pool.h 1 #ifndef POOL_H 2 #define POOL_H 3 #include 4 5 class pool 6 { 7 public: 8 pool(); 9 ~pool(); 10 11 void func(); 12 static void *schedule(void *ptr); 13 int s... 阅读全文
posted @ 2016-07-08 18:02 PKICA 阅读(729) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/scanery/article/details/7241890 感谢作者! 近来发现 在线程函数第一行调用 pthread_detach(pthread_self()) 返回值是22不是0,后来在网上找到以下话语: linux线程执行和windows不同,p 阅读全文
posted @ 2016-07-08 17:18 PKICA 阅读(433) 评论(0) 推荐(0)
摘要: 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 阅读(672) 评论(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 阅读(312) 评论(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 阅读(8104) 评论(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 阅读(268) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 58 下一页