码迷,mamicode.com
首页 >  
搜索关键字:retain    ( 923个结果
basic_double_stream_incorrect
不合理的代码 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-27 18:00:20    阅读次数:200
利用两个流进行操作演示
项目下载链接 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-27 17:11:00    阅读次数:196
零内存拷贝和普通拷贝对比
下载链接 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual p...
分类:其他好文   时间:2014-09-27 16:21:30    阅读次数:273
cuda流测试=basic_single_stream
cuda流测试 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectua...
分类:其他好文   时间:2014-09-27 15:25:40    阅读次数:254
拷贝时间测试=cudamelloc+cudahostalloc
1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual prope...
分类:其他好文   时间:2014-09-27 14:48:10    阅读次数:271
图形互操作源码分析
项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-26 21:03:18    阅读次数:237
《SAS编程与数据挖掘商业案例》学习笔记之十
继续之前的读书笔记,本次讲解sas主要的变量操作,包括基本赋值语句、累加语句、keep语句、retain语句、array语句、rename语句、length语句。 1.基本赋值语句 z=x y; z=sum(x,y);  sum函数的好处是可以克服缺失值的影响;   2.如果表达式中既有数值型变量又有字符型变量的话,则会将字符型变量转化为数值型变量 ...
分类:其他好文   时间:2014-09-26 11:18:31    阅读次数:295
Objective-C:08_内存管理_ARC编译器特性
自动生成代码,不是垃圾回收ARC的判断准则: 只要没有强指针指向对象,就会释放对象1、ARC特点 -》不允许调用release、retain、retainCount -》允许重写dealloc,但是不允许调用[super dealloc] -》@property的参数 stro...
分类:其他好文   时间:2014-09-24 19:12:57    阅读次数:204
iOS strong & weak 简析
不用arc的话strong weak 相当于:strong 用来修饰强引用的属性;@property (strong) SomeClass * aObject;对应原来的@property (retain) SomeClass * aObject; 和 @property (copy) SomeCl...
分类:移动开发   时间:2014-09-24 04:36:45    阅读次数:229
使用常量内存来处理光线跟踪
项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-23 11:56:14    阅读次数:214
923条   上一页 1 ... 79 80 81 82 83 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!