码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
几篇深度图人体检测论文的实现
之前毕业论文有用到几个人体检测的算法,参照论文进行了实现,有些是本来用在彩色图里的(ELDP,LDP),有些是用在深度图里的(HDD,ELDP,LTDP),分享在这里。 HumanDetectionUsingDepth This is an implementation of a series hu ...
分类:其他好文   时间:2016-11-29 07:28:41    阅读次数:162
Stream Player control
In this article you will find an implementation of a stream player control. Download WPF demo - 11 MB Download WinForms demo - 11 MB Download WPF sour ...
分类:其他好文   时间:2016-11-25 20:07:42    阅读次数:207
RxJava 教程-1 简介 原理 线程控制 变换
简介RxJava 是什么?RxJava 在 GitHub 主页上的自我介绍是RxJava is a Java VM implementation of ReactiveX: a library for composing asynchronous and event-based programs b... ...
分类:编程语言   时间:2016-11-22 12:22:29    阅读次数:340
KVC(forKey,forKeyPath)
KVC是Cocoa一个大招,非常牛逼。 利用KVC可以随意修改一个对象的属性或者成员变量(并且私有的也可以修改) 如:Person.m文件中: @implementation Person{ @private double _height;}- (void)printHeight{ NSLog(@" ...
分类:其他好文   时间:2016-11-21 18:31:01    阅读次数:202
UIImage分类,设置边框
#import "UIImage+image.h"@implementation UIImage (image)+ (UIImage *)imageWithBorder:(CGFloat)borderW color:(UIColor *)color image:(NSString *)imageNa ...
分类:其他好文   时间:2016-11-21 16:39:34    阅读次数:301
Codeforces Round #379 (Div. 2) Analyses By Team:Red & Black
A.Anton and Danik Problems: 给你长度为N的,只含‘A’,'D'的序列,统计并输出何者出现的较多,相同为"Friendship" Analysis: lucky_ji: 水题,模拟统计A和D的数目比较大小输出结果即可 Tags: Implementation B.Anton ...
分类:其他好文   时间:2016-11-19 03:23:28    阅读次数:262
Linux之epoll实现
/* * fs/eventpoll.c (Efficient event retrieval implementation) * Copyright (C) 2001,...,2009 Davide Libenzi * * This program is free software; you can... ...
分类:系统相关   时间:2016-11-17 13:25:27    阅读次数:236
UIWebView自定义user agent
#import "WebViewController.h" @interface WebViewController ()<UIWebViewDelegate> @end @implementation WebViewController - (id)initWithNibName:(NSStrin ...
分类:Web程序   时间:2016-11-14 12:34:15    阅读次数:177
继承MJRefresh的自定义刷新控件
#import "SLRefreshHeader.h"@implementation SLRefreshHeader- (instancetype)initWithFrame:(CGRect)frame{ if (self = [super initWithFrame:frame]) { // 自动 ...
分类:其他好文   时间:2016-11-12 11:19:50    阅读次数:157
【我的Android进阶之旅】Android调用JNI出错 java.lang.UnsatisfiedLinkError: No implementation found for的解决方法
错误描述 今天使用第三方的so库时候,调用JNI方法时出现了错误。报错如下所示: 11-01 16:39:20.979 4669-4669/com.netease.xtc.cloudmusic E...
分类:移动开发   时间:2016-11-11 10:02:24    阅读次数:3864
1803条   上一页 1 ... 46 47 48 49 50 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!