码迷,mamicode.com
首页 >  
搜索关键字:内存对齐 reserved    ( 2579个结果
iOS_21团购_发送请求获取【点评】数据
请求结果简单显示: 用到的点评封装的类: 使用tableView简单展示: // // DealListController.m // 帅哥_团购 // // Created by beyond on 14-8-14. // Copyright (c) 2014年 com.beyond. All rights reserved....
分类:移动开发   时间:2014-08-18 12:32:34    阅读次数:285
查询总共要查询的数据量
CREATE TABLE #tablespaceinfo ( nameinfo VARCHAR(50) , rowsinfo BIGINT , reserved VARCHAR(20) , ...
分类:其他好文   时间:2014-08-18 09:10:43    阅读次数:208
找出个位数为6且能被3整除的五位数
根据:能被3整除的数其各位的总和也能被3整除的原则,个位6能被3整除,所以就只用考虑高位4位,在这里就可以采用如下方法获得最终结果 1 /*================================== 2 Copyright (C) 2014 All rights reserved. 3 F...
分类:其他好文   时间:2014-08-17 01:01:41    阅读次数:177
绘制播放音乐时的音波图形的View
绘制播放音乐时的音波图形的View这个效果类似于这个哦:效果如下:源码:MusicView.h 与 MusicView.m//// MusicView.h// Music//// Copyright (c) 2014年 Y.X. All rights reserved.//#import @i...
分类:其他好文   时间:2014-08-16 20:54:41    阅读次数:205
java注释规范
1.文件注释:写在文件头部,包名之前的位置。范例如下。/** * 文件名:TestCode.java * 版权:Copyright 2014-2015 Hdu.All Rights Reserved. * 描述: xxxxxxxx * 修改人:xxx * 修改时间:2014-5-12 * 修改内容....
分类:编程语言   时间:2014-08-16 12:25:40    阅读次数:214
[stm32] MPU6050 HMC5883 Kalman 融合算法移植
一、卡尔曼滤波九轴融合算法stm32尝试1、Kalman滤波文件[.h已经封装为结构体] 1 /* Copyright (C) 2012 Kristian Lauszus, TKJ Electronics-> All rights reserved-> 2 3 This software ...
分类:其他好文   时间:2014-08-15 23:40:39    阅读次数:961
iOS_21团购_拼音搜索
最终效果图: 关键代码: 搜索结果控制器: // // SearchResultController.m // 帅哥_团购 // // Created by beyond on 14-8-15. // Copyright (c) 2014年 com.beyond. All rights reserved. // 当搜索框searchBar里面的文字change的...
分类:移动开发   时间:2014-08-15 14:43:48    阅读次数:304
30多个iOS常用动画,带详细注释
//// CoreAnimationEffect.h// CoreAnimationEffect//// Created by VincentXue on 13-1-19.// Copyright (c) 2013年 VincentXue. All rights reserved.//#import...
分类:移动开发   时间:2014-08-15 14:33:59    阅读次数:364
iOS_21团购_【运行时】将字典转成对象模型
最终效果图: 核心代码: NSObject+Dict.h // // NSObject+Dict.h // 帅哥_团购 // // Created by beyond on 14-8-14. // Copyright (c) 2014年 com.beyond. All rights reserved. // 使用运行时,将dict转成对象 #import ...
分类:移动开发   时间:2014-08-14 23:56:06    阅读次数:420
iOS_21团购_Popover适应iPad横竖屏切换
最终效果图: 代码片段: // // DockItemLocation.m // 帅哥_团购 // // Created by beyond on 14-8-13. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import "DockItemLocation.h" // 点击dock上面的lo...
分类:移动开发   时间:2014-08-14 16:53:58    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!