码迷,mamicode.com
首页 >  
搜索关键字:let    ( 14348个结果
GC基础和性能相关(转自MSDN)
PerformanceNow that we have a basic model for how things are working, let's consider some things that could go wrong that would make it slow. That wil...
分类:其他好文   时间:2014-07-22 22:51:16    阅读次数:258
swift 类型.
swift 类型变量声明用let来声明常量,用var来声明变量可以在一行中声明多个常量或者多个变量,用逗号隔开 var x = 0.0, y = 0.0, z = 0.0类型安全Swift 是一个类型安全(type safe)的语言。类型安全的语言可以让你清楚地知道代码要处理的值的类型。一个变...
分类:其他好文   时间:2014-07-22 22:50:17    阅读次数:169
(CF#257)A. Jzzhu and Children
There are n children in Jzzhu's school. Jzzhu is going to give some candies to them. Let's number all the children from 1 to n. The i-th child wants to get at least ai candies. Jzzhu asks childre...
分类:其他好文   时间:2014-07-22 22:49:13    阅读次数:237
swift 属性和方法
属性和常量如果创建了一个结构体的实例并赋值给一个常量,则无法修改实例的任何属性:let rangeOfFourItems = FixedLengthRange(firstValue: 0, length: 4)rangeOfFourItems.firstValue = 6当值类型的实例被声明为常量的...
分类:其他好文   时间:2014-07-22 08:04:35    阅读次数:254
HDU 1004 Let the Balloon Rise
Let the Balloon RiseTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 50554Accepted Submission(s): 1...
分类:其他好文   时间:2014-07-22 00:36:35    阅读次数:174
Swift_ uitableview使用自定义cell
uitableview 使用 xib 的自定义cell? 新建cell:(假如命名 MyCell) 使用: 向 tableview 注册 nib 全局变量 let cellIdentifier = "myCell" myTableView!.registerNib(UINib(nibName: "MyCell", bundle:nil), f...
分类:其他好文   时间:2014-07-21 10:29:38    阅读次数:748
SHELL 基本语法
1,命名变量num=2echo "this is {$num}nd"输出 this is 2nd2, 变量相加 默认是字符串相加var=1var=$var+1echo $var输出 1+13,如何数学相加:let "var+=1" var="$[$var+1]" ((var++))var=$(($....
分类:其他好文   时间:2014-07-19 09:21:22    阅读次数:192
POJ 1068 Parencodings
Parencodings Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 19409   Accepted: 11718 Description Let S = s1 s2...s2n be a well-formed string of parentheses. S ...
分类:其他好文   时间:2014-07-18 13:27:19    阅读次数:204
Codeforces Round #256 (Div. 2) E Divisors
E. DivisorsBizon the Champion isn't just friendly, he also is a rigorous coder.Let's define function f(a), where a is a sequence of integers. Function...
分类:其他好文   时间:2014-07-18 10:21:31    阅读次数:269
字符与字符串
字符:Swift中的字符串不是指针,而是实际的值用Character定义一个字符countElements(字符串)//计算字符个数循环//如果不需要知道区间内每一项的值,可以使用 _ 来代替变量名忽略对该值的访问for _ in 1...power{ answer*=base}let numbe....
分类:其他好文   时间:2014-07-18 08:26:55    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!