码迷,mamicode.com
首页 >  
搜索关键字:内存对齐 reserved    ( 2579个结果
Cstyle的札记,Freertos内核详解,第2篇
RTOS里面最常见也最核心的数据结构,双向链表实现VS 2008下可编译测试。/** @file Copyright (c) 2008 - 2014, MX.Studio All rights reserved. Created by Cstyle **/ #ifndef _LIST_H_ #define _LIST_H_ #ifdef __cplus...
分类:其他好文   时间:2014-07-30 20:44:44    阅读次数:407
Cstyle的札记,Freertos内核详解,第3篇
RTOS里面最常见的以及最核心的数据结构,队列的实现。可在VS2008 下编译测试。 /** @file Copyright (c) 2008 - 2014, MX.Studio All rights reserved. Created by Cstyle **/ #ifndef _QUEUE_H_ #define _QUEUE_H_ #ifdef ...
分类:其他好文   时间:2014-07-30 20:44:14    阅读次数:344
瀑布流
LWTWaterFlowView.h 1 // 2 // LWTWaterFlowView.h 3 // 瀑布流 4 // 5 // Created by apple on 14-7-29. 6 // Copyright (c) 2014年 lwt. All rights reserved....
分类:其他好文   时间:2014-07-30 20:34:04    阅读次数:225
无限滚动
LWTViewController.m//// LWTViewController.m// 无限滚动//// Created by apple on 14-7-30.// Copyright (c) 2014年 lwt. All rights reserved.//#import "LWTV...
分类:其他好文   时间:2014-07-30 20:26:14    阅读次数:226
10g下修改RAC地址
本测试是基于oracle 10.2.0.5 SQL*Plus: Release 10.2.0.5.0 - Production on Tue Jul 29 20:45:16 2014 Copyright (c) 1982, 2010, Oracle. All Rights Reserved. Connected to: Oracle Database 10g Enterprise Edi...
分类:其他好文   时间:2014-07-29 21:54:32    阅读次数:390
简易使用UILabel的富文本
简易使用UILabel的富文本使用效果:源码:NSString+YX.h NSString+YX.m//// NSString+YX.h// YXKit//// Copyright (c) 2014年 Y.X. All rights reserved.//#import #import "Co...
分类:其他好文   时间:2014-07-29 17:14:02    阅读次数:251
iOS_14_tableViewController_xib创建和封装自定义cell
最终效果图: Girl.h // // Girl.h // 12_tableView的增删改 // // Created by beyond on 14-7-27. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject // UI控...
分类:移动开发   时间:2014-07-29 14:25:18    阅读次数:258
iOS_12_tableViewCell的删除更新_红楼梦
最终效果图: Girl.h // // Girl.h // 12_tableView的增删改 // // Created by beyond on 14-7-27. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject // U...
分类:移动开发   时间:2014-07-28 16:00:13    阅读次数:317
iOS_13_tableView的编辑模式_红楼梦
最终效果图: Girl.h // // Girl.h // 12_tableView的增删改 // // Created by beyond on 14-7-27. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject // UI控...
分类:移动开发   时间:2014-07-28 15:43:43    阅读次数:358
iOS_12_tableViewCell的简单使用
最终效果图: Girl.h // // Girl.h // 11_tableView的使用_红楼梦 // // Created by beyond on 14-7-26. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface Girl : NSObject /...
分类:移动开发   时间:2014-07-28 00:15:59    阅读次数:310
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!