AppDelegate.h#ifndef _APP_DELEGATE_H_#define
_APP_DELEGATE_H_#include "cocos2d.h"USING_NS_CC;/**@brief The cocos2d
Application.The reason for imp...
分类:
其他好文 时间:
2014-06-10 22:15:51
阅读次数:
245
//Callback.h#ifndef __CALLBACK_H__#define
__CALLBACK_H__typedef void (*T_CallBack)(void *);typedef struct { T_CallBack cb;
void *obj;}ST_CallBa...
分类:
编程语言 时间:
2014-06-10 22:12:08
阅读次数:
295
很裸的线段树求面积并。
坐标需要离散化一下。
#include
#include
#include
#include
#include
#include
#include
#include
#pragma comment(linker, "/STACK:1024000000,1024000000")
using namespace std;
#define maxn 11000
#define...
分类:
其他好文 时间:
2014-06-10 19:23:46
阅读次数:
200
In this chapter:About Scheduler Objects and
Their NamingCreating, Running, and Managing JobsCreating and Managing Programs
to Define JobsCreating and ...
分类:
数据库 时间:
2014-06-10 16:49:59
阅读次数:
518
1 #ifndef __MAPLE_MATRIX_H__ 2 #define
__MAPLE_MATRIX_H__ 3 4 #include "maple.h" 5 6 typedef struct MATRIX{ 7 union{ 8
...
分类:
其他好文 时间:
2014-06-10 16:04:42
阅读次数:
159
【题解】:【代码】: 1 #include 2 #include 3 #include 4
#define LL long long 5 using namespace std; 6 7 bool
dp[505][505];//已经用了i个人,已分配出j个任务 8 LL S[505]; 9 ...
分类:
其他好文 时间:
2014-06-10 10:39:06
阅读次数:
159
1 #ifndef __MAPLE_MATRIX_H__ 2 #define
__MAPLE_MATRIX_H__ 3 4 #include "maple.h" 5 6 typedef struct MATRIX{ 7 union{ 8
...
分类:
其他好文 时间:
2014-06-10 10:28:48
阅读次数:
310
AppDelegate.h#ifndef _APP_DELEGATE_H_#define
_APP_DELEGATE_H_#include "cocos2d.h"USING_NS_CC;/**@brief The cocos2d
Application.The reason for imp...
分类:
其他好文 时间:
2014-06-10 10:28:07
阅读次数:
260
//Callback.h#ifndef __CALLBACK_H__#define
__CALLBACK_H__typedef void (*T_CallBack)(void *);typedef struct { T_CallBack cb;
void *obj;}ST_CallBa...
分类:
编程语言 时间:
2014-06-10 10:26:44
阅读次数:
298
//==timer4 define=====
#define TIM4_DIV1 0X00
#define TIM4_DIV8 0X01
#define TIM4_DIV64 0X02
#define TIM4_DIV256 0X03
#define Timer4_Cnt_Enb Bank1;T4CON |= (1<<1) //允许计数
#define Timer...
分类:
其他好文 时间:
2014-06-10 08:13:12
阅读次数:
306