码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
Something on RoIAlign --- basic introduction and implementation
Something on RoIAlign basic introduction and implementation 2018-10-22 22:40:09 Paper: Mask RCNN Code reference: https://github.com/longcw/RoIAlign.py ...
分类:其他好文   时间:2018-10-22 23:19:53    阅读次数:532
SAP Cloud for Customer的Account Team里的role如何配置
Account Team标签页里点击Add按钮: 这些下拉菜单里的role在哪里配置? 在business configuration工作中心:Implementation projects Open Activity List: 以Party为关键字进行过滤,就能找到配置点了: 添加一条新记录: ...
分类:其他好文   时间:2018-10-20 16:32:42    阅读次数:141
Cpp Chapter 11: Working with Classes Part2
11.5.3 An implementation comment ) The separation of interface from implementation is one of the goals of OOP. ) Example of the implementation of the ...
分类:其他好文   时间:2018-10-16 11:57:57    阅读次数:119
Multithreaded Rasterization
Multithreaded Rasterization @nduca, @enne, @vangelis (and many others) Implementation status: crbug.com/169282, and https://code.google.com/p/chromium ...
分类:其他好文   时间:2018-10-13 18:08:28    阅读次数:152
【trick】A variant of token bucket implementation
A variant of token bucket implementation ...
分类:其他好文   时间:2018-10-13 00:01:20    阅读次数:187
delphi基础之单元文件
Delphi单元文件 unit MainFrm; {库单元文件头} interface {接口部分由Interface开始implementation结束。声明引用的单元,常量,数据类型,变量,过程和函数} uses {声明引用的单元 } Windows, Forms, StdCtrls; {声明常 ...
分类:Windows程序   时间:2018-10-12 17:01:38    阅读次数:155
RxJava总结(原)
恢复内容开始 1、RxJava的作用 RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using o ...
分类:编程语言   时间:2018-10-11 01:42:49    阅读次数:152
[Android] Implementation vs API dependency
原文链接: https://jeroenmols.com/blog/2017/06/14/androidstudio3/ https://blog.csdn.net/lonewolf521125/article/details/78482880 更新到 Android Studio 3.0 之后,构 ...
分类:移动开发   时间:2018-10-08 15:05:39    阅读次数:269
Cpp Chapter 10: Objects and Classes Part2
10.2.4 Using classes Following exapmle uses the class definition and implementation written in previous files: ) The code below is a client: client : ...
分类:其他好文   时间:2018-10-07 18:52:02    阅读次数:144
Delphi 自定义窗口过程WinProc
unit ScWndProc; interface uses Forms, Messages; const DDGM_FOOMSG = WM_USER; //自定义消息 implementation uses windows,sysutils,Dialogs; var WProc : Pointer... ...
分类:Windows程序   时间:2018-09-29 19:21:54    阅读次数:527
1803条   上一页 1 ... 19 20 21 22 23 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!