//// main.cpp// circleQueue//// Created by zhou on 14-6-19.// Copyright (c) 2014年 zhou. All rights reserved.//#define Max 50typedef struct ...
分类:
其他好文 时间:
2014-06-28 18:54:47
阅读次数:
171
iOS开发UI篇—手势识别器(长按+轻扫)一、长按事件 1 // 2 // YYViewController.m 3 // 03-长按 4 // 5 // Created by apple on 14-6-19. 6 // Copyright (c) 2014年 itcase. All ri...
分类:
移动开发 时间:
2014-06-28 16:21:31
阅读次数:
361
IOS开发UI篇—手势识别器(拖拽+旋转+缩放)一、拖拽示例代码: 1 // 2 // YYViewController.m 3 // 06-拖拽事件 4 // 5 // Created by apple on 14-6-19. 6 // Copyright (c) 2014年 itcase...
分类:
移动开发 时间:
2014-06-28 15:36:33
阅读次数:
392
This article from :http://www.2cto.com/database/201305/208114.htmlthanks for the author. if there is any programs with copyright please leave message ...
分类:
数据库 时间:
2014-06-26 22:05:51
阅读次数:
364
关于UIScrollView有些你很难知晓的崩溃情形为了实现以下的功能(按钮之间的切换效果):简短的代码如下://// RootViewController.m// BUG//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "...
分类:
其他好文 时间:
2014-06-25 17:34:07
阅读次数:
180
// -*-c++-*-/** OpenSceneGraph - Copyright (C) 1998-2003 Robert Osfield** This library is open source and may be redistributed and/or modified under* ...
分类:
其他好文 时间:
2014-06-25 13:57:17
阅读次数:
187
下面是代码,注释也写得比较清楚:
//
// HttpDemo.h
// MyAddressBook
//
// Created by hherima on 14-6-23.
// Copyright (c) 2014年 chinasofti. All rights reserved.
//
#import
#import
@interface HttpDemo : NSObjec...
分类:
其他好文 时间:
2014-06-25 00:07:58
阅读次数:
190
MAC COCOA一个简单的多线程程序[2]
使用RUNLOOP计数,实现一个时间计数器和事件at the same time 运行。
STEP 1
H
CODE:
//
// EDUAppDelegate.h
// test_runloop_multithread
//
// Created by DMD on 23/6/14.
// Copyright (c) 2014 ED...
分类:
编程语言 时间:
2014-06-24 19:50:33
阅读次数:
292
// Copyright 2013 Yangqing Jia
//
#include
#include
#include "caffe/layer.hpp"
#include "caffe/vision_layers.hpp"
#include "caffe/util/math_functions.hpp"
using std::max;
namespace caffe {
/**...
分类:
其他好文 时间:
2014-06-24 19:34:27
阅读次数:
347
1 AppDelegate.swift
//
// AppDelegate.swift
// QQDemo
//
// Created by 赵超 on 14-6-21.
// Copyright (c) 2014年 赵超. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIRes...
分类:
Web程序 时间:
2014-06-24 19:13:48
阅读次数:
385