自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 资源 (11)
  • 收藏
  • 关注

原创 【iOS开发】解决iOS 8无法调用GPS定位信息的问题

近些天有些朋友向我询问了iOS 8无法调用定位信息,打断点后发现按照之前的开发流程操作,根本无法进入-(void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations的代理方法。查询相关文档后发现:iOS 8需要我们在两处进行修改才能使用位置信息。首先,打开项

2015-01-16 08:21:41 590 1

原创 在ViewController之间传递数据的方法【iOS】

在ViewController之间传递数据的方法有不少,博主这里总结两种最常用的方法给大家:我们假设有 视图控制器A 和 视图控制器B,其中我们设视图控制器B 是由 视图控制器A通过Navigation controller Push过去的,也就是说视图控制器B是视图控制器A的子视图控制器。下面我们就分别通过 A->B 和 B->A传递数据说明两种在视图控制器之间传递数据的方法。1

2015-01-10 00:19:00 2263

原创 How to implement HTML file into GAE project and solution of bindError

These days, I learnt some knowledge about GAE based on python. there are two files which is very important, the first one is app.yaml the other is main.py.We should focus on main.py, where our sou

2014-12-14 14:01:05 503

原创 Review of codeforces 492C Vanya and Computer Game based on Python

492C is relatively easy. But we should not ignore the exceed time limit problem. I use heap to complete this task. pop out a element each time. We should notice that it is a bad idea to increase the

2014-12-07 11:39:35 510

原创 Review of codeforces 493B Vasya and Wrestling based on Python

This task is relatively easy. However, we should notice that the concept of lexicographically largeris hard to comprehend. So, what is lexicographically larger.为了便于理解,用中文进行解释,所谓lexicographical

2014-12-04 12:48:18 732

原创 New Mission Next Month

In this semester, I've learnt Python and being more familiar with UIkit. Also, some basic concept and on-hand experience of CUDA platform. What I gonna do next is to learn 1. How to program on Goo

2014-11-30 08:42:43 382

原创 Review of codeforces 483B Friends and Presents

The link to 483BThis problem is about binary search. this problem is kind of hard if you don't have knowledge of binary search. If you do, one thing still noising is that how you think about the two

2014-11-27 10:49:48 621

原创 Review of codeforces 484A Bits based on python

484A. BitsThis task is mainly about using |

2014-11-21 23:56:08 830

原创 How to share text to Message in the app you are building(iOS platform)

I find it is relatively easy to share text to message and mail(build-in app on ios).No need to use UI

2014-11-16 12:55:19 522

原创 How to use SET in python

set is a very useful tool in python.You can set a set like this:

2014-11-16 11:19:07 494

原创 Review of codeforces 486B

486Bthis question is about

2014-11-16 11:10:17 471

原创 Review of Codeforces 6B and 6C

6B. President's OfficeThis quest

2014-11-16 10:57:52 450

原创 How to control the flash light(iOS platform)

Thesedays, I need to add a function to my iOS project. I need to add a function that we users tou

2014-11-13 05:34:21 790

原创 Review of Codeforces 5C. Longest Regular Bracket Sequence

5C. Longest Regular Bracket SequenceThis is yet another problem dealing with regular bracket sequences.We should remind you that a bracket sequence is called regular, if by inserting «+» and «1»

2014-11-13 05:21:52 811

原创 Review of Codeforces 5A and 5B(Python)

5A. Chat Server's Outgoing Traffic

2014-11-12 12:10:53 423

原创 Difference between Python 2 and Python 3

For the beginner of Python, we may feel confused when use python and

2014-11-11 11:18:57 787

原创 Greedy and its implementation with python

Thesedays, I have completed some codeforces problem. Some of those problems are about greedy. What I wanna do is us

2014-11-11 11:04:17 480

SWIFT语言学习官方指南

非常适合初学者的SWIFT官方教程,最新的ios开发语言,技多不压身。

2014-10-21

Objective-C经典入门源代码

非常珍贵的OC学习资料,包含70余个示范项目,注释非常清晰,适合初学者学习iOS开发。

2014-03-25

基于PDE降阶模型的最优控制

基于PDE降阶模型的最优控制,学习最优控制的材料

2013-03-28

Kalman公式证明

非常详尽卡尔曼滤波的5个公式推导,帮助大家迅速理解卡尔曼滤波

2013-03-28

DS算法介绍

DS算法的专业介绍资料,希望对大家有帮助。

2013-03-28

一种解决D_S理论证据冲突的有效方法

一篇很有分量的DS算法文章,对毕业设计有指导意义。

2013-03-28

卡尔曼滤波MATLAB仿真源代码(保证能够运行)

自编的KALMAN滤波程序,保证能够运行。跟踪一个匀速直线运动的目标。程序可扩展能力强。可以进行修改。非常值得卡尔曼滤波的初学者下载。

2013-03-28

利用MATLAB进行弹道仿真源代码

不可多得的导弹仿真源程序 非常的经典 绝对不会后悔

2013-01-28

基于matlab的数据处理源代码

自己编写的matlab数据处理源代码,输入数组可以得到数据的特征信息

2013-01-28

BP神经网络逼近二次非线性函数MATLAB源程序

非常宝贵的BP神经网络算法资源,与其他设计不同,本课程设计没有利用神经网络工具箱。清晰的说明了BP算法结构。注释清晰易懂。不可多得的材料。

2013-01-28

凸轮运动源代码

凸轮运动的源代码 希望对您有帮助!我们课程设计用的~!

2012-05-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除