上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int main() 6 { 7 unsigned C, N, tot_gra, aver, abo_c, gra[10010]; 8 float perc; 9 int... 阅读全文
posted @ 2016-01-02 13:58 小小泽 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 long long Median, arr[10010]; 6 7 8 int main() 9 {10 int i, cur_index, count, isOdd;11 ... 阅读全文
posted @ 2016-01-02 12:47 小小泽 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int seq[3001], diff[3001]; 7 8 int main() 9 {10 int n, i, j, flag, min_index;11 ... 阅读全文
posted @ 2016-01-01 02:24 小小泽 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1 /* 2 * Author: Quickgrid ( Asif Ahmed ) 3 * Site: https://quickgrid.wordpress.com 4 * Problem: UVA 488 ( Triangle Wave ) 5 */ 6 #include 7 8 ... 阅读全文
posted @ 2016-01-01 00:22 小小泽 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 工作积极性 阅读全文
posted @ 2015-12-31 19:39 小小泽 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 参考《算法导论》,总结出伪代码的格式。(1)赋值用箭头“←”(2)for i←0 to 10 //for、while、if 后面的条件语句都不用加括号 do XXXXX //for后面必定要紧跟缩进的do XXXXX(3)while time<10 do xxxxx //while后面必定要紧跟缩进... 阅读全文
posted @ 2015-12-01 16:58 小小泽 阅读(8048) 评论(0) 推荐(0) 编辑
摘要: 公众号的秘密,知道一个biz就够了微信对于我来说,最有价值的是一个学习渠道,特别是搜狗微信搜索(http://weixin.sogou.com/)能够很方便的搜索公众账号和文章内容,PC端就能够获得特定内容的资源与学习,比如了解SEO最新知识,直接一搜索就出来非常多的相关资讯,大部分都是公众号作者精... 阅读全文
posted @ 2015-05-12 23:39 小小泽 阅读(9026) 评论(1) 推荐(1) 编辑
摘要: http://msdn.microsoft.com/zh-cn/library/ms754034(v=vs.110).aspx 阅读全文
posted @ 2014-12-08 11:49 小小泽 阅读(154) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_557ebb4c0101mgtc.htmlhttp://blog.csdn.net/kagoy/article/details/17465615http://blog.csdn.net/ei__nino/article/details/7... 阅读全文
posted @ 2014-11-30 19:34 小小泽 阅读(240) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lpjia/p/3695242.html 阅读全文
posted @ 2014-11-24 11:56 小小泽 阅读(254) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页