本系列主要参考《Unity Shaders and Effects Cookbook》一书(感谢原书作者),同时会加上一点个人理解或拓展。这里是本书所有的插图。这里是本书所需的代码和资源(当然你也可以从官网下载)。========================================== 分割线 ==========================================写在前面...
分类:
移动开发 时间:
2014-08-15 17:54:59
阅读次数:
316
本文是对发表在NDSS2014上的一篇文章进行研读,文章对GSM移动网络TMSI分发过程进行实验后发现严重漏洞,随后加入修改,对修改部分采用应用pi演算方法形式化分析了其正确性。...
分类:
其他好文 时间:
2014-08-15 16:07:59
阅读次数:
206
Not so MobileBefore being an ubiquous communications gadget, a mobile was just a structure made of strings and wires suspending colourfull things. Th....
分类:
其他好文 时间:
2014-08-15 12:39:28
阅读次数:
249
Web 元素是任何网站相关项目都需要的,质量和良好设计的元素对于设计师来说就像宝贝一样。如果您正在为您的网站,博客,Web 应用程序或移动应用程序寻找完美设计的网页元素,那么下面这个列表会是你需要的。 今天这里收集的免费资源是25套免费的 Web UI 设计的界面元素,用于和Mobile App设....
分类:
Web程序 时间:
2014-08-14 23:29:36
阅读次数:
446
主要参考了这篇博客http://mobile.51cto.com/iphone-284116.htm
主要用到了,两个类,一个delegate
a类,调用b类,当b类执行之后,需要把一个数据传递给a类,a类把这个数据显示出来。
1.delegate,就这一个头文件就足够了。在类中去实现这个代理方法
#import
@protocolUIViewPassValueDe...
分类:
移动开发 时间:
2014-08-14 16:49:59
阅读次数:
215
原地址:http://dong2008hong.blog.163.com/blog/static/4696882720140403119293/首先阅读官方文档https://developers.google.com/mobile-ads-sdk/docs/按步就班注册获取AdMob Publis...
分类:
移动开发 时间:
2014-08-14 13:10:48
阅读次数:
181
Problem Description
XQ,one of the three Sailormoon girls,is usually playing mobile games on the class.Her favorite mobile game is called “The Princess In The Wall”.Now she give you a problem about th...
分类:
其他好文 时间:
2014-08-13 18:57:07
阅读次数:
224
ionicframework I ------------- 初体验Create hybrid mobile apps with the web technologies you love.Free and open source, Ionic offers a library of mobile-...
分类:
其他好文 时间:
2014-08-13 03:30:45
阅读次数:
201
移动设备的快速发展给用户带来了很大的便利。用户使用Android、iPhone和其它移动设备很容易接入互联网。移动设备对网页的性能要求比较高,下面就说说Mobile Web开发的一些心得。...
分类:
Web程序 时间:
2014-08-12 17:26:14
阅读次数:
350
解题报告
题目传送门
题意:
求矩形面积并
思路:
扫描线+线段树。要离散化,坐标是浮点型的。
对于线段树(区间)与点坐标对应起来可以这样
区间[1,4]对应的线段树。
#include
#include
#include
#include
using namespace std;
struct Seg
{
int v;
double lx,rx,...
分类:
其他好文 时间:
2014-08-12 13:35:04
阅读次数:
250