码迷,mamicode.com
首页 >  
搜索关键字:created    ( 6237个结果
多态-实例
/** * Created by rabbit on 2014-07-10. */ abstract class student { public abstract void study(); public abstract void sleep(); } class Ba...
分类:其他好文   时间:2014-07-16 21:45:12    阅读次数:153
(1+2+3-1-2)*1*2/1/2=?李冬强
主要代码//// ViewController.m// Cal-0710//// Created by apple on 14-7-10.// Copyright (c) 2014年 戴维营教育. All rights reserved.//#import "ViewController.h"@in...
分类:其他好文   时间:2014-07-16 20:42:40    阅读次数:193
一个垃圾计算器
//// ViewController.m// calculator//// Created by apple on 14-7-10.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewController.h"#impo...
分类:其他好文   时间:2014-07-16 20:32:28    阅读次数:211
python 中调用windows系统api操作剪贴版
# -*- coding: utf-8 -*-'''Created on 2013-11-26@author: Chengshaoling'''import win32clipboard as w32import win32conclass OperateClipboard(object): def...
分类:编程语言   时间:2014-07-11 18:26:12    阅读次数:245
Kernel Page Global Directory (PGD) of Page table of Process created in Linux Kernel
Kernel Page Global Directory(PGD)of User process created在早期版本:在fork一个进程的时候,必须建立进程自己的内核页目录项(内核页目录项要与用户空间的页目录放在同一个物理地址连续的页面上,所以不能共享,但所有进程的内核页表与进程0共享)3G用...
分类:系统相关   时间:2014-07-11 18:06:32    阅读次数:413
SEH
When SEH is used there is a registration process where an exception structure is created for every function as a local variable. The last field of the...
分类:其他好文   时间:2014-07-11 10:52:10    阅读次数:734
李冬强-用代码写view
主要代码//// ViewController.m// 创建view-709//// Created by apple on 14-7-9.// Copyright (c) 2014年 戴维营教育. All rights reserved.//#import "ViewController.h"@i...
分类:其他好文   时间:2014-07-11 10:31:48    阅读次数:281
自己封装的Ajax - JavaScript
1. [代码][JavaScript]代码 //javascript Object: ajax Object//Created By RexLeefunction Ajax(url,data){ this.url=url; this.data=data; this.browser=(func...
分类:编程语言   时间:2014-07-09 19:51:23    阅读次数:177
控件初识
//// ViewController.m// helloworld//// Created by apple on 14-7-8.// Copyright (c) 2014年 戴维营教育. All rights reserved.//#import "ViewController.h"@inter...
分类:其他好文   时间:2014-07-09 15:17:12    阅读次数:215
Linux 获得机器的IP和网卡信息
Linux 获得机器的IP和网卡信息代码来自于网络, 我改写了, 有美不敢自专, 特分享之.用法很简单,就3个函数.头文件getmac.h:/** * getmac.h * * 2014-07-08: init created */ #ifndef GETMAC_H_INCLUDED #define GETMAC_H_INCLUDED #if defined(__cplusplus) e...
分类:系统相关   时间:2014-07-09 09:22:55    阅读次数:403
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!