摘要: SSHDroid 是个SSH Server for Android设备。该应用可以让你通过PC或命令连接android Connect through SSH to your device! SSHDroid is a SSH server implementation for Android.Th 阅读全文
posted @ 2016-02-14 20:04 佳家 阅读(1546) 评论(2) 推荐(1) 编辑
摘要: 对于大于1的数,如果除了1和它本身,它不能再被其它正整数整除,那么我们说它是一个质数。晓萌想判断一个数是不是质数,希望找你写个程序,帮助她进行判断。+输入包括一行,为一个整数N(1+<+N+≤1000),正是晓萌给出你让你判断的数字。+输出包括一行,如果晓萌给出的整数N为质数,那么输出YES;如果N 阅读全文
posted @ 2016-02-14 14:27 佳家 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 会用继承,会用一些模板,但是模板的继承是什么鬼;百度如下:模板类的继承包括四种:1.(普通类继承模板类)templateclass TBase{ T data;……};class Derived:public TBase{……};2.(模板类继承了普通类(非常常见))class TBase{…... 阅读全文
posted @ 2015-11-28 15:50 佳家 阅读(176) 评论(0) 推荐(0) 编辑
摘要: http://visualgo.net/可以很好的显示算法的过程 阅读全文
posted @ 2015-11-11 11:09 佳家 阅读(99) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/subconscious/p/4107357.html 阅读全文
posted @ 2015-10-30 16:51 佳家 阅读(97) 评论(0) 推荐(0) 编辑
摘要: #include #include int main(){ system("color 1A"); printf("Hello World\n"); return 0;}改终端颜色//颜色列表//颜色属性由两个十六进制数字指定--第一个为背景,第二个则为//前景。每个数字可以为以下... 阅读全文
posted @ 2015-06-26 19:23 佳家 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int main() 7 { 8 time_t ti = time(NULL); 9 struct tm* timer = localtime(&ti)... 阅读全文
posted @ 2015-06-26 17:37 佳家 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1061、1070、1076、1089、1090、1091、1092、1093、1094、1095、1... 阅读全文
posted @ 2015-06-25 22:40 佳家 阅读(862) 评论(0) 推荐(0) 编辑
摘要: #include int main() { int tree[10001]; int l, m, start, end, i, j, total = 0; scanf("%d %d", &l, &m); for( i = 0; i ... 阅读全文
posted @ 2015-06-20 17:52 佳家 阅读(172) 评论(0) 推荐(0) 编辑
摘要: ---恢复内容开始---首先,先介绍下ACM-ICPC这个比赛.ACM国际大学生程序设计竞赛(英文全称:ACMInternationalCollegiateProgrammingContest(ACM-ICPC或ICPC)是由美国计算机协会(ACM)主办的,一项旨在展示大学生创新能力、团队精神和在压... 阅读全文
posted @ 2015-06-20 11:15 佳家 阅读(403) 评论(0) 推荐(1) 编辑