码迷,mamicode.com
首页 > 2015年01月13日 > 全部分享
LeetCode--Search a 2D Matrix
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted from left to right.The first integer of each...
分类:其他好文   时间:2015-01-13 09:00:00    阅读次数:104
几个页面跳转以及传值(通知传值)
iOS 几个页面跳转以及传值(通知传值)...
分类:其他好文   时间:2015-01-13 09:00:49    阅读次数:195
LeetCode--Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers ...
分类:其他好文   时间:2015-01-13 09:01:28    阅读次数:117
经典的kmp算法教程
经典的kmp算法教程...
分类:编程语言   时间:2015-01-13 08:58:49    阅读次数:129
【Cocos2d-x】PhysicsEditor的使用
下载与安装PhysicsEditor 物理编辑器介绍 1.VertexHelper 免费、开源的物理编辑器,只能在Mac平台下使用。 2.PhysicsEditor 收费,支持windows与mac。可免费使用,有功能限制。 这里使用的是PhysicsEditor。 PhysicsEditor下载地址: 下载地址一:https://www.codeandweb.com/physicseditor 下载地址二:http://pan.baidu.com/s/1mgp8eHa 在PhysicsEdito...
分类:其他好文   时间:2015-01-13 09:01:46    阅读次数:183
LeetCode--Combinations
Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. For example, If n = 4 and k = 2, a solution is: [ [2,4], [3,4], [2,3], [1,2], [1,3], [1,4], ]...
分类:其他好文   时间:2015-01-13 08:58:28    阅读次数:117
经典的BM算法
经典的BM算法...
分类:编程语言   时间:2015-01-13 09:00:07    阅读次数:274
Codeforces Round #285 Div1 A and Div2 C
Codeforces Round #285 Div1 A and Div2 C Problem   给一个图G,保证G是一个森林(坑!)。图G含有N个点,给出每个点的两个属性:度数(degree)、异或和(sum)。度数表示该点与多少个点相连,异或和表示与其相连的点的编号的异或和(点编号从0开始,若度数为0则异或和为0)。要求求出原图,输出边的个数和每条边两端的顶点。 Limits ...
分类:其他好文   时间:2015-01-13 08:59:35    阅读次数:116
职业院校英语教学的有效措施
一、英语教学任重道远   小时候, 会说流利英语的孩子众星捧月;学校里,英语成绩好的学生倍受青睐;单位中,英语有水平者机会频频;择业时,英语能力强者一枝独秀。 众所周知,英语俨然是衡量一个学子素质的金绳, 成为一个人才进入上层管理的胜券。 英语如此殊荣,我们的教学情况却令人汗颜。 以往的高校英语教学,囿于形式,局限于教材,萧规曹随,循常习故,停留于知识传授的低层面,看上去好似对语言能力培养大张旗...
分类:其他好文   时间:2015-01-13 08:59:35    阅读次数:100
分布式文件系统介绍
1、故事的起源 还是很多很多年前,做过一个小系统,是一个和支付相关的小系统。因为是一个小系统,所以一切都那么简单。一台应用服务器,一台数据库服务器;文件、图片都放在应用服务器上,一切都是那么的平淡,一切都是那么的理所当然。 突然有一天,支付成为一个时髦的话题;突然有一天,这个平台居然要孕育成为一个新的支付公司的核心系统;于是,系统的访问就要暴涨了。这一切都很突然…… 2、调整后的系统简易架构...
分类:其他好文   时间:2015-01-13 09:00:24    阅读次数:136
【POJ3480】John 博弈 Anti-SG misère规则尼姆游戏
题意:跟NIM游戏差不多,不过是谁不能操作了,谁赢。 定理: NIM游戏规则取最后一个石子输 适用范围:对于任意一个Anti-SG 游戏,当局面中所有的单一游戏 的SG值为0时,游戏结束。 (1)SG==0,有某单一游戏的SG>1。(败) (2)SG!=0,有某单一游戏的SG>1。(胜) (3)SG==0,无某单一游戏的SG>1。(胜) (4)SG!=0,无某单一游戏的S...
分类:其他好文   时间:2015-01-13 09:00:03    阅读次数:162
Android - Bug: runOnUiThread
Bug: runOnUiThread本文地址: http://blog.csdn.net/caroline_wendyBug:java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v4.app.FragmentActivity.runOnUiThread(java.lang.Ru...
分类:移动开发   时间:2015-01-13 08:58:41    阅读次数:222
Android - 微信SDK的Demo调试
微信SDK的Demo调试本文地址: http://blog.csdn.net/caroline_wendy微信的SDK在使用时,会有一些问题,需要进行调试。1. png图片错误:png图片错误,在网络上重新转换为png格式即可。2. 获取token错误:修改scope和state,即可。 // get token findViewById(R.id.get_t...
分类:微信   时间:2015-01-13 08:58:52    阅读次数:443
Android - IllegalStateException: Can not perform this action after onSaveInstanceState
IllegalStateException: Can not perform this action after onSaveInstanceState本文地址:http://blog.csdn.net/caroline_wendy参考:http://stackoverflow.com/questions/7469082/getting-exception-illegalstateexceptio...
分类:移动开发   时间:2015-01-13 08:59:31    阅读次数:393
cf--Winner(模拟)
Winner Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Description The winner of the card game popular in Berland "Berlogging" is determined ac...
分类:Windows程序   时间:2015-01-13 08:58:31    阅读次数:581
JQuery其他常用函数
isArray(obj)                      检测obj否为一个数组对象 isFunction(obj)                 检测obj否为一个函数 isEmptyObject(obj)          检测obj否为一个空对象 isPlainObject(obj)            检测obj否为一个纯粹对象(是否是通过{ }或new Object(...
分类:Web程序   时间:2015-01-13 08:59:27    阅读次数:183
12个操作数组的最佳方法
1. 声明一个数组[java]预览复制String[]aArray=newString[5];String[]bArray={"a","b","c","d","e"};String[]cArray=newString[]{"a","b","c","d","e"};2. 输出一个数组[java]预览复...
分类:编程语言   时间:2015-01-13 08:56:38    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!