码迷,mamicode.com
首页 >  
搜索关键字:rvalue reference    ( 5505个结果
Simpo
Time: 2017-01-16 ~ DownloadGithub: https://github.com/KeliCheng/Simpo一款快速发布文字和图片到社交网站的macOS菜单栏App,目前支持饭否/Twitter/微博多账户登录。Version2017-01-26 v.1.0.0:-支持... ...
分类:其他好文   时间:2020-02-09 09:24:00    阅读次数:68
thrift程序(例子2)
thrift链接:https://www.cnblogs.com/sxrtb/p/12209455.html 一 thrift文件 文件名为tutorial.thrift /* * Licensed to the Apache Software Foundation (ASF) under one ...
分类:其他好文   时间:2020-02-08 17:29:03    阅读次数:47
实时计算图
reference: https://tech.meituan.com/2018/10/18/meishi data flink.html ...
分类:其他好文   时间:2020-02-08 15:30:37    阅读次数:52
ELF文件
ELF文件整体布局 ELF Header layout e_ident format 实际工程输出结果 main.c int main() { return 0; } View Code main.o, reference: https://www.cnblogs.com/gatsby123/p/9 ...
分类:其他好文   时间:2020-02-08 13:58:30    阅读次数:59
面试题
1、retain 和 copy各自的set方法当用copy时,set方法会先release旧值,再copy一个新的对象,reference count 为1(减少了对上下文的依赖);retain,release旧值,retain新值;a ssign,直接赋值,无retain操作。retain使引用计... ...
分类:其他好文   时间:2020-02-08 11:45:16    阅读次数:77
Main Thread Pinning
https://software.intel.com/en-us/mpi-developer-reference-windows-main-thread-pinning Main Thread Pinning Use this feature to pin a particular MPI thre ...
分类:其他好文   时间:2020-02-07 15:04:47    阅读次数:66
CocosCreator入门(九) ------ 语法
声明类cc.Class 参考网址:https://docs.cocos.com/creator/manual/zh/scripting/class.html https://blog.csdn.net/qq_43575267/article/details/88796163 // 构造:ctor/ ...
分类:其他好文   时间:2020-02-07 14:32:10    阅读次数:98
Process Pinning
https://software.intel.com/en-us/mpi-developer-reference-linux-process-pinning Process Pinning Use this feature to pin a particular MPI process to a c ...
分类:其他好文   时间:2020-02-07 14:27:14    阅读次数:70
深入理解JDK中的Reference原理和源码实现
前提 这篇文章主要基于JDK11的源码和最近翻看的《深入理解Java虚拟机 2nd》一书的部分内容,对JDK11中的 (引用)做一些总结。值得注意的是,通过笔者对比一下JDK11和JDK8对于 包的相关实现,发现代码变化比较大, 因此本文的源码分析可能并不适合于JDK11之外的JDK版本 。 Ref ...
分类:其他好文   时间:2020-02-07 01:32:02    阅读次数:62
Vulkan SDK 之 Instance
上一篇 Vulkan SDK Demo 熟悉 粗略的了解了下,一个app是如何调用vulkan的api来展示一个立方体的,但是对其中的每一个api了解并不深刻,后面的系列会根据sample的tutorial Welcome to the Vulkan Samples Tutorial , 结合官方提 ...
分类:其他好文   时间:2020-02-06 10:29:40    阅读次数:84
5505条   上一页 1 ... 46 47 48 49 50 ... 551 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!