码迷,mamicode.com
首页 >  
搜索关键字:内存对齐 reserved    ( 2579个结果
图形互操作源码分析
项目打包下载 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
iOS自定义相机Demo
// Created by David_Tian on 14-9-24.// Copyright (c) 2014年 All rights reserved.// 未做适配,有兴趣的童鞋可以扩展#import "cameraViewController.h"#import #import #i...
分类:移动开发   时间:2014-09-25 21:53:37    阅读次数:310
Oracle中tnsping 主机名/Ip 显示TNS-12541: TNS:no listener
为什么[oracle@jibo admin]$ tnsping 192.168.1.4 TNS Ping Utility for Linux: Version 11.2.0.4.0 - Production on 24-SEP-2014 09:01:28 Copyright (c) 1997, 2013, Oracle. All rights reserved. Used parameter files: Used HOSTNAME adapter to resolve the alias Att...
分类:数据库   时间:2014-09-24 12:36:36    阅读次数:991
使用全局内存的光线跟踪实验
使用全局内存来存储球面对象,项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain al...
分类:其他好文   时间:2014-09-23 12:26:44    阅读次数:236
使用常量内存来处理光线跟踪
项目打包下载 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
共享内存实现大规模点积
项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-22 17:01:32    阅读次数:304
cuda中当元素个数超过线程个数时的处理案例
项目打包下载当向量元素超过线程个数时的情况向量元素个数为(33 * 1024)/(128 * 128)=2.x倍 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corpora....
分类:编程语言   时间:2014-09-21 23:21:51    阅读次数:373
《GPU高性能编程CUDA实战中文》中第四章的julia实验
在整个过程中出现了各种问题,我先将我调试好的真个项目打包,提供下载。 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors....
分类:其他好文   时间:2014-09-21 21:13:51    阅读次数:417
C/C++函数指针参数不匹配问题
函数指针在C/C++中很常用,最近遇到了一非常有趣的问题,函数指针的参数和函数的形参个数不匹配时会遇到的问题,下面看代码。 // // main.cpp // FuncPointer // // Created by ChengChao on 14-9-21. // Copyright (c) 2014年 cc. All rights reserved. // #include u...
分类:编程语言   时间:2014-09-21 17:05:31    阅读次数:439
内存模型
#类中的元素0.成员变量 1.成员函数 2.静态成员变量 3.静态成员函数 4.虚函数 5.纯虚函数#影响对象大小的因素0.成员变量 1.虚函数表指针(_vftptr) 2.虚基类表指针(_vbtptr) 3.内存对齐_vftptr、_vbtptr的初始化由对象的构造函数, 赋值运算符自动完成;对....
分类:其他好文   时间:2014-09-21 14:35:00    阅读次数:360
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!