码迷,mamicode.com
首页 >  
搜索关键字:created    ( 6237个结果
面向对象(封装private)
/** * Created by 刘朋程 on 2014-5-22. */ class Testprivate { private int age = 18; //私有化age并赋值为18 public void setAge(int age) //设置age范围 ...
分类:其他好文   时间:2014-05-26 23:45:17    阅读次数:267
面向对象(构造函数)
/** * Created by 刘朋程 on 2014-5-22.博客园 */ class GouZaoHanShu { private int age; //私有变量age private String name; //私有变量name ...
分类:其他好文   时间:2014-05-26 22:07:12    阅读次数:296
IOS XML解析学习
XML文件:2013-6-11ksdjfaljdfasfALEX2012-6-11VVVVVVVVVVVALEX11//// NotesXMLParser.h// XML//// Created by Alex on 13-6-12.// Copyright (c) 2013年Alex. All r...
分类:移动开发   时间:2014-05-26 11:18:34    阅读次数:368
JAVA向,二叉查找树
满足二叉查找树的存储规则。类似折半查找:import javax.management.remote.rmi._RMIConnectionImpl_Tie;/** * Created by John on 14-5-22. */public class IntTree { private st...
分类:编程语言   时间:2014-05-24 08:04:52    阅读次数:300
纯代码frame位移和伸缩
1 // 2 // LWTViewController.m 3 // 纯代码位移和伸缩作业 4 // 5 // Created by apple on 14-5-20. 6 // Copyright (c) 2014年 lwt. All rights reserved. 7 ...
分类:其他好文   时间:2014-05-23 04:03:01    阅读次数:467
纯代码-QQ登陆练习
1 // 2 // LWTViewController.m 3 // 纯代码-QQ登陆 4 // 5 // Created by apple on 14-5-21. 6 // Copyright (c) 2014年 lwt. All rights reserved. 7 // ...
分类:其他好文   时间:2014-05-23 04:00:21    阅读次数:212
纯代码transform位移伸缩和旋转
1 // 2 // LWTViewController.m 3 // 纯代码位移和伸缩作业 4 // 5 // Created by apple on 14-5-20. 6 // Copyright (c) 2014年 lwt. All rights reserved. 7 ...
分类:其他好文   时间:2014-05-23 03:32:10    阅读次数:194
纯代码Tom
1 // 2 // LWTViewController.m 3 // 纯代码Tom 4 // 5 // Created by apple on 14-5-21. 6 // Copyright (c) 2014年 lwt. All rights reserved. 7 // ...
分类:其他好文   时间:2014-05-23 02:50:35    阅读次数:792
c实现windows socket
服务端代码:/* * testSocketService.c * * Created on: 2012-8-16 * Author: 皓月繁星 */#include #include #define PO...
分类:Windows程序   时间:2014-05-22 14:21:43    阅读次数:516
(5.20)step计数触发定时器--雪花效果
// mainViewController.m// 雪花//// Created by pg on 14-5-20.// Copyright (c) 2014年 mqd. All rights reserved.//#import "mainViewController.h"//时钟刷新步长stat...
分类:其他好文   时间:2014-05-21 18:39:12    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!