码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
poj 2060 Taxi Cab Scheme (二分匹配)
Taxi Cab SchemeTime Limit:1000MSMemory Limit:30000KTotal Submissions:5710Accepted:2393DescriptionRunning a taxi station is not all that simple. Apart ...
分类:其他好文   时间:2014-06-29 13:16:13    阅读次数:179
数据结构 - 简单选择排序(simple selection sort) 详解 及 代码(C++)
数据结构 - 简单选择排序(simple selection sort)本文地址: http://blog.csdn.net/caroline_wendy/article/details/28601965 选择排序(selection sort) : 每一趟在n-i+1个记录中选取关键字最小的记录作为有序序列中第i个记录.简单选择排序(simple selection sort) : 通过n-i次关键字之间的比较, 从n-i+1个记录中选出关键字最...
分类:编程语言   时间:2014-06-20 09:48:25    阅读次数:332
Algorithm | Sort
Bubble sortBubble sort, sometimes incorrectly referred to as sinking sort, is a simple sorting algorithm that works by repeatedly stepping through the...
分类:其他好文   时间:2014-06-07 11:30:59    阅读次数:390
【POJ】3468 A Simple Problem with Integers
线段树。段区间,终于完全自己A掉的。 1 #include 2 #include 3 4 #define MAXN 100005 5 #define lson l, mid, rt>1);20 sums[rt>1));21 adds[rt] = 0;22 ...
分类:其他好文   时间:2014-06-06 23:32:27    阅读次数:279
【Tim Sweeney】Why C++ for Unreal 4?
The first three generations of the Unreal Engine included a sandboxed scripting language, UnrealScript, which provided a simple interface for gameplay...
分类:编程语言   时间:2014-06-06 06:44:59    阅读次数:421
Geronimo 叛逆者: 使用集成软件包:Codehaus 的 Woodstox(转载)
XML 解析器通常是高性能、健壮应用程序的关键。传统的 XML 解析技术包括文档对象模型(Document Object Model,DOM)和 Simple API for XML (SAX)。现在有一种非常不错的名为 Streaming API for XML (StAX) 的创新型新解析技术,...
分类:其他好文   时间:2014-06-05 14:27:08    阅读次数:383
SharedPreferences in Android
As far as I know, SharedPreferences allow us to store some simple data in a named area in our phone. Introduction to the uses of SharedPreferences is ...
分类:移动开发   时间:2014-06-05 14:07:21    阅读次数:390
iOS.UIKit.09.UINavigationBar
一、点击UINavigationBar中的UIBarButtonItem,改变UILabel中的文本,如图01,02,03图01图02图03二、项目步骤:1、选择Simple View Aplication,取名cq.40.UINavigationBar,如图04图042、Main.storyboa...
分类:移动开发   时间:2014-06-04 14:47:56    阅读次数:298
iOS.UIKit.12.UICollectionView
一、案例介绍:以集合形式展现图片,如图01图01二、案例步骤:1、选择Simple View Aplication,取名cq.38.集合视图,如图02图022、Main.storyboard,如图03图033、events.plist,如图04,054、CQ38ViewController.h#im...
分类:移动开发   时间:2014-06-04 14:43:17    阅读次数:357
iOS.UIKit.11.UIPickerView
一、案例介绍:点击UIButton,将选中的省市信息显示在UILabel中,如图01,02图01图02二、案例步骤:1、选择Simple View Aplication,取名cq.37.普通选择器,如图03图032、Main.storyboard,如图043、provinces_cities.pli...
分类:移动开发   时间:2014-06-04 14:38:12    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!