上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 527 下一页
摘要: 參考贴:http://blog.csdn.net/ludonghai715/article/details/6973433 在天朝非常多事情就不可避免的蛋疼,download.eclipse.org 訪问巨慢。导致 ADT 安装过程也巨慢。有事运气好会快一点,但大部分时候就跟shit一样 要跟上Go 阅读全文
posted @ 2016-01-28 13:14 zfyouxi 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 原文:http://chentoo.com/?p=191 一、前言 一样的开篇问题,为什么要研究这个?iOS为什么要插件化?为什么要借助其它语言比方html5 js甚至脚本lua等来实现原本OC/Swift应该实现的东西? 原因能够归结为两点: 1. iOS平台 appstore 审核速度不可控,而 阅读全文
posted @ 2016-01-28 11:36 zfyouxi 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 二维码是搭载信息的一种载体,通过二维码能够传递名片、网址、商品信息等,本文讲到二维码的第二种妙用:通过二维码实现wifi账号和password分享。 关于二维码的基础知识,请訪问:二维码的生成细节和原理 试想这样一种场景:一伙人去同一餐馆或者在一起开会,有的人之前去过且已经使用过那个场景的wifi账 阅读全文
posted @ 2016-01-28 10:33 zfyouxi 阅读(894) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/problemset/problem/435/D 题意:求三角形个数,三个点必须的白点上,而且三条边必须是横线,竖线或对角线,三条边上不同意出现黑点。 解法:dp,计算以每一个点为三角形左下角的个数,当中共同拥有8种形状。为了O(1)查询某段横线 阅读全文
posted @ 2016-01-28 09:09 zfyouxi 阅读(213) 评论(0) 推荐(0) 编辑
摘要: //数字在排序数组中出现的次数(改动) //统计一个数字在排序数组中出现的次数。比如:排序数组{1,2,3,3,3。3,4,5}和数字3,因为3出现了4次,因此输出4. #include <stdio.h> int One_Num_Times(int *arr, int len, int num) 阅读全文
posted @ 2016-01-28 08:08 zfyouxi 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 一段代码目的是想删除集合中包括“a”字符串的集合项:public class TestForeach { public static void main(String[] args){ //ArrayList<String> lists = new ArrayList<String>(); Coll 阅读全文
posted @ 2016-01-27 21:56 zfyouxi 阅读(352) 评论(0) 推荐(0) 编辑
摘要: Machine Learning Lab1 打算把Andrew Ng教授的#Machine Learning#相关的6个实验一一实现了贴出来~ 预计时间长度战线会拉的比較长(毕竟JOS的7级浮屠还没搞定.) ---------------------------------------------- 阅读全文
posted @ 2016-01-27 21:06 zfyouxi 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 题目描写叙述 链接地址 解法 题目描写叙述 Find the nth to last element of a singly linked list. The minimum number of nodes in list is n. Example Given a List 3->2->1->5- 阅读全文
posted @ 2016-01-27 19:29 zfyouxi 阅读(126) 评论(0) 推荐(0) 编辑
摘要: A. Dreamoon and Stairs time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Dreamoon wants to 阅读全文
posted @ 2016-01-27 16:53 zfyouxi 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 事实上。iOS中的Block就是C++中的函数指针,实现方式都是一样的,以下贴出一个简单的实践。 首先,创建一个回调的类 BlockStudy.h // // BlockStudy.h // BlockStudy // // Created by 杜甲 on 11/11/14. // Copyrig 阅读全文
posted @ 2016-01-27 15:31 zfyouxi 阅读(418) 评论(0) 推荐(0) 编辑
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 527 下一页