上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 47 下一页
摘要: 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 阅读(8092) 评论(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 阅读(265) 评论(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 阅读(247) 评论(0) 推荐(0)
摘要: ubuntu安装DDD: #sudo apt-get build-dep ddd #sudo apt-get build-dep ddd 阅读全文
posted @ 2016-06-29 21:28 PKICA 阅读(578) 评论(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 阅读(351) 评论(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 阅读(280) 评论(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 阅读(245) 评论(0) 推荐(0)
摘要: 时间限制:3000 ms | 内存限制:65535 KB 难度:3 阅读全文
posted @ 2016-06-16 07:04 PKICA 阅读(217) 评论(0) 推荐(0)
摘要: 时间限制:3000 ms | 内存限制:65535 KB 难度:5 时间限制:3000 ms | 内存限制:65535 KB 难度:5 设平面上有N 个离散数据点( xi , yi ) ( i = 1, 2, ., n) , 其多边形重心G( . x1, . y1) 为: 这是求多边形最简单直观的方 阅读全文
posted @ 2016-06-15 07:10 PKICA 阅读(743) 评论(0) 推荐(0)
摘要: 时间限制:3000 ms | 内存限制:65535 KB 难度:4 n为奇偶数时,要分清况。|a1|-|x|+|x|-|a2+……+||<=|a1-x|+|a2-x|+………+|an-x| //v0.01 C #include <stdio.h>#include <stdlib.h>int main 阅读全文
posted @ 2016-06-14 22:08 PKICA 阅读(273) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 47 下一页