码迷,mamicode.com
首页 >  
搜索关键字:_weak    ( 1256个结果
iOS项目开发实战——制作视图的缩放动画
视图的大小应该是随时可控的。今天我们就来实现对一个View的缩放动画。该动画的实现与位移动画,透明度动画稍有不同。详细实现例如以下: import UIKit class ScaleViewController: UIViewController { @IBOutlet weak var green ...
分类:移动开发   时间:2017-05-25 23:37:55    阅读次数:199
Android jni/ndk编程四:jni引用类型
一.JNI引用类型 JNI支持三种类型的 opaque reference:local references, global references,和weak global references,下面我们将逐一探讨。 local references 大部分JNI 函数都会创建LocalRef,如N ...
分类:移动开发   时间:2017-05-23 19:40:18    阅读次数:262
Arpa's weak amphitheater and Mehrdad's valuable Hoses CodeForces - 742D
Just to remind, girls in Arpa's land are really nice. Mehrdad wants to invite some Hoses to the palace for a dancing party. Each Hos has some weight w ...
分类:其他好文   时间:2017-05-23 00:24:49    阅读次数:293
Boosting
Boosting is a greedy alogrithm. The alogrithm works by applying the weak learner sequentially to weighted version of the data, where more weight is gi ...
分类:其他好文   时间:2017-05-21 14:49:50    阅读次数:166
Adaboost
Boosting is a very powerful technique of alogrithms ensembling. Its outstanding performance achieved by combining some or many weak classifiers to mak ...
分类:其他好文   时间:2017-05-20 14:26:06    阅读次数:144
Daily dictation 听课笔记
E5 three strong and three weak S d don't can't N t L th Don't ever let somebody tell you, you can't do something ...
分类:其他好文   时间:2017-05-20 01:10:08    阅读次数:141
ios之block循环引用
在 iOS 4.2 时,苹果推出了 ARC 的内存管理机制。这是一种编译期的内存管理方式,在编译时,编译器会判断 Cocoa 对象的使用状况,并适当的加上 retain 和 release,使得对象的内存被合理的管理。所以,ARC 和 MRC 在本质上是一样的,都是通过引用计数的内存管理方式。 然而 ...
分类:移动开发   时间:2017-05-19 20:14:27    阅读次数:277
block块中引用成员变量引起内存泄漏问题
使用block要注意循环引用,因此在块中使用self前先使用__weak修饰生产弱引用 这里记录另一种情况:没有使用属性而是直接使用成员变量的时候 解决办法 ...
分类:其他好文   时间:2017-05-19 11:09:09    阅读次数:129
【转】Android 4.0 Launcher2源码分析——启动过程分析
Android的应用程序的入口定义在AndroidManifest.xml文件中可以找出:[html] <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.launcher ...
分类:移动开发   时间:2017-05-18 01:37:04    阅读次数:392
crypto++RSA数字签名
“发送报文时,发送方用一个哈希函数从报文文本中生成报文摘要,然后用自己的私人密钥对这个摘要进行加密,这个加密后的摘要将作为报文的数字签名和报文一起发送给接收方,接收方首先用与发送方一样的哈希函数从接收到的原始报文中计算出报文摘要,接着再用发送方的公用密钥来对报文附加的数字签名进行解密,如果这两个摘要 ...
分类:其他好文   时间:2017-05-17 20:04:33    阅读次数:256
1256条   上一页 1 ... 33 34 35 36 37 ... 126 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!