码迷,mamicode.com
首页 >  
搜索关键字:quick cocos2d-x    ( 2274个结果
Qt5官方demo解析集33——Qt Quick Examples - Window and Screen
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873...
分类:Windows程序   时间:2014-09-16 23:43:21    阅读次数:462
Spark1.1.0 Quick Start (link)
Quick Start Interactive Analysis with the Spark Shell BasicsMore on RDD OperationsCaching Standalone ApplicationsWhere to Go from Here This tutorial provides a quick introduction to using Sp...
分类:其他好文   时间:2014-09-15 12:57:48    阅读次数:258
Spark1.1.0 Spark Streaming Programming Guide
Spark Streaming Programming Guide OverviewA Quick ExampleBasic Concepts LinkingInitializing StreamingContextDiscretized Streams (DStreams)Input DStreamsTransformations on DStreamsOutput Operatio...
分类:其他好文   时间:2014-09-15 12:57:19    阅读次数:340
qt创建android项目后需要加入的参数
默认用qtcreator5.2.0创建了一个quick项目,却报如下错误:error:cstdlib.h no such file or directory解决方法:打开项目文件untitled4.pro,加上INCLUDEPATH = d:/Soft/cygwin/usr/local/androi...
分类:移动开发   时间:2014-09-14 17:49:57    阅读次数:281
HDU 5003 Osu! 水题 2014 ACM/ICPC Asia Regional Anshan Online
水。。 #include #include #include #include #include #include #include using namespace std; #define N 100 double a[N]; bool cmp(double x, double y){ return x>y; } int n; double quick(double x...
分类:其他好文   时间:2014-09-13 18:49:55    阅读次数:180
Qt5官方demo解析集32——Qt Quick Examples - Threading
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873...
分类:其他好文   时间:2014-09-13 17:20:15    阅读次数:332
HDU 1452
和上题一样,不过,更简单了#include #include #include #include #include using namespace std;const int MOD=29;int quick(int a,int b,int m){ int res=1; while(b){ if(....
分类:其他好文   时间:2014-09-13 11:52:25    阅读次数:140
Java基础知识1
1、myelicpse常用快捷键 内容提示(Content Assist):Alt + / 快速修复(Quick Fix):Ctrl + 1 导包:ctrl + shift + O 格式化代码块:ctrl + shift + F ---> 配置代码自动格式化 添加(除去)块注释 Ctrl+...
分类:编程语言   时间:2014-09-12 18:49:23    阅读次数:238
chapter 15 排序
几种排序方法:冒泡 希尔  插入  快排  堆排  归并 sort.h #ifndef _SORT_H_ #define _SORT_H_ void insert_sort(int*, int); void bubble_sort(int*, int); void shell_sort(int *, int); void quick_sort(int*, int, int); voi...
分类:其他好文   时间:2014-09-09 23:04:39    阅读次数:369
使用VS插件在VS2012/2013上编辑和调试Quick-Cocos2d-x的Lua代码
vs 也能够做lua 开发,并进行代码调试依照以下文档,调试没问题。參考文档:点击打开链接
分类:其他好文   时间:2014-09-09 15:29:58    阅读次数:174
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!