码迷,mamicode.com
首页 >  
搜索关键字:created    ( 6237个结果
Proxy settings in TortoiseSVN and command line svn client
The server file is created when you install TortoiseSVN, Eclipse or command-line Subversion. Use the appropriate path from the installation folder to ...
分类:其他好文   时间:2014-07-23 15:15:56    阅读次数:292
iOS_1_加法器
BeyondViewController.h // // BeyondViewController.h // 01_calc // // Created by beyond on 14-7-20. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface BeyondViewCon...
分类:移动开发   时间:2014-07-22 23:50:27    阅读次数:349
iOS_2_按钮控制物体形变
BeyondViewController.h // // BeyondViewController.h // 02_按钮控制物体形变 // // Created by beyond on 14-7-21. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface BeyondViewC...
分类:移动开发   时间:2014-07-22 23:49:47    阅读次数:330
iOS_3_图片浏览
BeyondViewController.h // // BeyondViewController.h // 03_图片浏览 // // Created by beyond on 14-7-22. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import @interface BeyondViewContr...
分类:移动开发   时间:2014-07-22 23:49:37    阅读次数:345
面向对象(抽象类)
/** * Created by rabbit on 2014-07-21. 博客园.liupengcheng * 当多个类中 出现相同功能。但是功能主体不同。这时可以进行向上 * 抽取,这时,只抽取功能定义,而不抽取功能主体。 * * 抽象 看不懂 * * 抽象类的特点 * 1、抽象方...
分类:其他好文   时间:2014-07-22 00:32:37    阅读次数:260
面向对象(模板方法模式)
/** * Created by rabbit on 2014-07-21.博客园.刘朋程 */ //Created by rabbit on 2014-07-21.博客园.刘朋程 abstract class GetTime { public void getTime() ...
分类:其他好文   时间:2014-07-22 00:25:33    阅读次数:261
maven 构建可执行jar文件
第一部分:认识jar中的MANIFEST.MF文件一、MANIFEST.MF文件的基本配置信息:1.一般属性: Manifest-Version:定义manifest文件的版本 Created-By:定义该文件的生成者,一般是由jar命令行工具生成 Signature-Version:定义jar文件...
分类:其他好文   时间:2014-07-22 00:04:33    阅读次数:258
Mac OS X代码量统计程序(Python版)
方便统计各种平台项目的代码量,主要用到了find指令来进行处理的详情点击打开链接。 源代码如下: # -*- coding: utf-8 -*- ''' Created on Jul 18, 2014 @author: Jayhomzhou @note: 计算注释以及代码的总行数(即代码量) ''' import subprocess def countCodes(codePa...
分类:编程语言   时间:2014-07-21 16:38:02    阅读次数:352
编程算法 - 二叉搜索树(binary search tree) 代码(C)
二叉搜索树(binary search tree) 代码(C)本文地址: http://blog.csdn.net/caroline_wendy二叉搜索树(binary search tree)可以高效的进行插入, 查询, 删除某个元素, 时间复杂度O(logn).简单的实现方法如下.代码:/* * main.cpp * * Created on: 2014.7.20 * Au...
分类:其他好文   时间:2014-07-21 15:15:16    阅读次数:273
编程算法 - 堆(heap) 代码(C)
堆(heap) 代码(C)本文地址: http://blog.csdn.net/caroline_wendy堆(heap)作为二叉树的重要应用, 时间复杂度O(logn), 需要熟练的写出其代码, 基本代码如下, 需要背写.代码:/* * main.cpp * * Created on: 2014.7.20 * Author: spike */ /*eclipse cdt,...
分类:其他好文   时间:2014-07-21 11:47:44    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!