【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文档版权信息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
//// 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
最终效果图:
控制器:
//
// 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
//// 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
//// 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
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
//// 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
录音机参数
强耦合的控制器
//
// 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
//// 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