码迷,mamicode.com
首页 >  
搜索关键字:内存对齐 reserved    ( 2579个结果
C#调用C++ 平台调用P/Invoke 结构体--内存对齐方式、union封装【七】
【1】内存对齐方式 C++代码: #pragma pack(push) #pragma pack(1) typedef struct _testStru2 { int iVal; char cVal; __int64 llVal; }testStru2; #pragma pack(pop)EXPORTDLL_API void Struct_PackN( testStru2 *p...
分类:编程语言   时间:2014-09-20 14:09:17    阅读次数:235
【TMF eTOM】业务流程框架介绍
TMF文档版权信息Copyright © TeleManagement Forum 2013. All Rights Reserved.This document and translations of it may be copied and furnished to others, and de...
分类:其他好文   时间:2014-09-19 16:56:25    阅读次数:336
ios swift http json
//// ViewController.swift// http_request//// Created by andy on 14-9-6.// Copyright (c) 2014年 andy. All rights reserved.//import UIKitclass ViewCo...
分类:移动开发   时间:2014-09-18 23:41:54    阅读次数:378
iOS_39_触摸解锁
最终效果图: 控制器: // // BeyondViewController.m // 39_触摸解锁 // // Created by beyond on 14-9-17. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import "BeyondViewController.h" #im...
分类:移动开发   时间:2014-09-17 23:25:22    阅读次数:729
9月17日 设计一个计算器
//// ViewController.m// 计算器//// Created by apple on 14-9-17.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewController.h"@interface V...
分类:其他好文   时间:2014-09-17 21:46:22    阅读次数:234
opencv打开摄像头获取视频程序
//// main.cpp// opencv3//// Created by PKU on 14-9-16.// Copyright (c) 2014年 PKU. All rights reserved.//#include using namespace cv;using namespac...
分类:其他好文   时间:2014-09-17 21:45:12    阅读次数:223
iOS_38_手势
Pan平移手势 最终效果图: // // PanController.m // 38_手势 // // Created by beyond on 14-9-16. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import "PanController.h" @interface PanC...
分类:移动开发   时间:2014-09-17 12:12:22    阅读次数:320
ios新建图层
//// MJViewController.m// 02-CALayer02-新建图层//// Created by apple on 14-4-21.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewContro...
分类:移动开发   时间:2014-09-16 21:55:31    阅读次数:192
iOS_37_录音
录音机参数 强耦合的控制器 // // BeyondViewController.m // 37_录音 // // Created by beyond on 14-9-16. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import "BeyondViewController.h"...
分类:移动开发   时间:2014-09-16 20:37:11    阅读次数:265
ios手势识别-拖拽(Pan)
//// MJViewController.m// 10-拖拽(Pan)//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewController.h"...
分类:移动开发   时间:2014-09-16 13:58:00    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!