码迷,mamicode.com
首页 >  
搜索关键字:内存对齐 reserved    ( 2579个结果
iOS_31_cocos2d_微信飞机
最终效果图: 纹理素材 场景 // // GameScene.m // 31_cocos2D入门 // // Created by beyond on 14-9-27. // Copyright (c) 2014年 com.beyond. All rights reserved. // 雷电,游戏场景 #import "GameSc...
分类:微信   时间:2014-09-29 09:51:27    阅读次数:493
Union大小
在一个union类型结构中,所有的成员公用同样的存储空间,其占用的大小为其成员中需要空间最大者;union本身只保留一块地址空间,因为只有一个成员真正存储于该地址, 但这块地址也要满足内存对齐原则。 1 #include 2 3 union U1 { 4 int a; 5 cha...
分类:其他好文   时间:2014-09-28 21:10:05    阅读次数:171
多GPU设备处理点积示例
多GPU设备处理点积示例,项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all...
分类:其他好文   时间:2014-09-28 20:10:25    阅读次数:223
C++结构体字节对齐
C++中结构体字节对齐详解。在计算机中数据存储和传输以位(bit)为单位,每8个位bit组成1个字节(Byte)。32位计算机的字长为32位,即4个字节;对应的,64位计算机的字长为64位,即8个字节。计算机系统对基本类型数据在内存中存放的位置有限制,要求这些数据的起始地址的值是某个数k的倍数,这就是所谓的内存对齐,而这个k则被称为该数据类型的对齐模数。...
分类:编程语言   时间:2014-09-28 18:20:45    阅读次数:288
《C语言编写 学生成绩管理系统》
/* (程序头部凝视開始)* 程序的版权和版本号声明部分* Copyright (c) 2011, 烟台大学计算机学院学生 * All rights reserved.* 文件名: 学生成绩管理系统 * 作 者: 刘江波 * 完毕日期: 2012 年 6 月 23 日* 版 本 号: v.623 *...
分类:编程语言   时间:2014-09-28 13:41:02    阅读次数:222
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!