上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 172 下一页
摘要: 单调递增子序列(二) 时间限制:1000 ms | 内存限制:65535 KB 难度:4 描写叙述 给定一整型数列{a1,a2...,an}(0<n<=100000),找出单调递增最长子序列。并求出其长度。 如:1 9 10 5 11 2 13的最长单调递增子序列是1 9 10 11 13,长度为5 阅读全文
posted @ 2017-06-03 14:33 mfmdaoyou 阅读(139) 评论(0) 推荐(0)
摘要: 概述 本篇主要解说,字符串string的基本操作知识 倒序输出 string str = Console.ReadLine(); for (int i = str.Length - 1; i >= 0; i--) { Console.Write(str[i]); } Console.ReadLine 阅读全文
posted @ 2017-06-03 13:49 mfmdaoyou 阅读(199) 评论(0) 推荐(0)
摘要:  《Android捕获View焦点事件,LinearLayout结合HorizontalScrollView实现ViewPgaer和选项卡Tabs联动。》 如图: package zhangphil.tabs; import java.util.ArrayList; import android 阅读全文
posted @ 2017-06-03 12:10 mfmdaoyou 阅读(232) 评论(0) 推荐(0)
摘要: Description Problem F: Tug of War A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into t 阅读全文
posted @ 2017-06-03 11:13 mfmdaoyou 阅读(789) 评论(0) 推荐(0)
摘要: 1 引子 去年年底。開始学习C++11新标准,也以前发表过一篇关于C++11新增内容的帖子,因为CSDN非常纠结的编辑页面。终于这篇帖子烂尾了,实在是汗颜。 近期,在公司分享了关于C++11的部分内容,借此机会。对于平时经常使用的,以及在Visual Studio 2012中支持的一些功能进行了总结 阅读全文
posted @ 2017-06-03 10:33 mfmdaoyou 阅读(319) 评论(0) 推荐(0)
摘要: QT4升级到QT5修改: PC部分: 【改QTDIR变量】 在project根文件夹下找到.user文件, 如InnoTabPlugin.vcxproj.user 改动指向你的QT5根文件夹: <PropertyGroup Condition="'$(Configuration)|$(Platfor 阅读全文
posted @ 2017-06-03 09:02 mfmdaoyou 阅读(839) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5312 Sequence Time Limit: 2000/2000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others) Total 阅读全文
posted @ 2017-06-02 21:28 mfmdaoyou 阅读(372) 评论(0) 推荐(0)
摘要: Windos 2000 在单位的机房里好不easy才找到一台安装 Windows 2000 Server SP4 操作系统的server。这台硕果仅存的server到本月底也要退役了。 Windows 2000 操作系统是没有预装不论什么版本号的 .NET Framework 的。下图中的 Micr 阅读全文
posted @ 2017-06-02 20:35 mfmdaoyou 阅读(857) 评论(0) 推荐(0)
摘要: Cocos2d-x手机游戏开发与项目实战具体解释_随书代码 作者:沈大海 因为原作者共享的资源为UTF-8字符编码。下载后解压在win下显示乱码或还出现文件不全问题,现完整整理,解决全部乱码问题,供大家下载。 下载地址:http://download.csdn.net/detail/oyangyuf 阅读全文
posted @ 2017-06-02 19:24 mfmdaoyou 阅读(165) 评论(0) 推荐(0)
摘要: Time limit: 3.000 seconds Given is an alphabet {0, 1, ... , k}, 0 <= k <= 9 . We say that a word of length n over this alphabet is tightif any two nei 阅读全文
posted @ 2017-06-02 17:49 mfmdaoyou 阅读(349) 评论(0) 推荐(0)
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 172 下一页