码迷,mamicode.com
首页 >  
搜索关键字:air water    ( 5476个结果
关于air文件拖入加载解析的两个问题
因需用到拖入加载问价解析,于是第一感觉就是想到了air,经网上查到代码如下:public class Darg extends Sprite { public function Darg () { if (stage) { creat(); }el...
分类:其他好文   时间:2014-07-10 12:29:00    阅读次数:235
LeetCode:Container With Most Water
题目链接 Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two ...
分类:其他好文   时间:2014-07-07 22:25:30    阅读次数:359
IOS模拟器调试ANE
来源:http://www.tuicool.com/articles/AFRJzi利用iOS模拟器来检测和调试AIR应用程序补充篇Air3.4来了除去可以直接往模拟器里面部署应用,还可以往真机里面部署应用。Air3.3的时候非常苦逼,你只能往模拟器里面装应用而不能删除,到了Air3.4以后不但可以安...
分类:移动开发   时间:2014-07-07 09:05:24    阅读次数:247
制作IOS ANE的基本流程
来源:http://www.swfdiy.com/?p=12391. 使用xcode新建ios上的static library 工程2. 从air sdk/include里拷贝flashruntimeExtension.h 进工程目录并引用之3. 使用c, 结合flash runtime exten...
分类:移动开发   时间:2014-07-02 21:21:37    阅读次数:272
Filter Press used in Potassium Sulfate
To avoid health problem, you can filter home air. Air purifier filter can help you eliminate pollutants. A HEPA or High Efficiency Particulate Air fil...
分类:其他好文   时间:2014-07-02 14:10:03    阅读次数:256
微端 打包更新工具 as air 分享
微端 打包更新工具 AIR,可转成其他语言...
分类:其他好文   时间:2014-07-01 09:10:30    阅读次数:132
hdu 4009 Transfer water(最小树形图:有向图的最小生成树模板)
题目:         lianjie...
分类:其他好文   时间:2014-07-01 08:12:17    阅读次数:153
shader 4 杂 一些和函数名词、数据结构
Normal: 法线Normao mapping: 法线贴图Lighting mapping: 光照贴图Bump mapping: 凹凸贴图;模拟粗糙外表面的技术。 FX-Water simple.shader中即用到了。模拟波浪效果。Rim lighting: 边缘光照; 在对象的边缘部分添加?亮...
分类:其他好文   时间:2014-06-30 23:27:25    阅读次数:263
Mina airQQ聊天 客户端篇(三)
开发工具 (FlashBuilder4.7) 程序类型(Adobe Air) Flex Air做的桌面程序,效果还挺好看的,最主要是Socket这一块,它也是异步的,并且在Flex中的事件机制比较强大(个人认为) 有改一些样式,重新看看新的效果吧: 大致的实现方式: 在WindowedApplication中包含登陆窗口和主界面,用Flex中的状态来切换,聊天窗口...
分类:其他好文   时间:2014-06-30 18:20:43    阅读次数:310
hdu 3264 Open-air shopping malls 求两圆相交
对每个圆二分半径寻找可行的最小半径,然后取最小的一个半径。 对于两圆相交就只要求到两个扇形,然后减去两个全等三角形就行了。 #include #include #include #include using namespace std; #define pi acos(-1.0) #define eps 1e-8 #define maxn 50 int n; struct point{...
分类:其他好文   时间:2014-06-29 22:36:16    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!