码迷,mamicode.com
首页 >  
搜索关键字:define    ( 25272个结果
cocos2dx 的基本框架
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
poj-1151-Atlantis-线段树求面积并
很裸的线段树求面积并。 坐标需要离散化一下。 #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
Scheduling Jobs with Oracle Scheduler
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
*zoj1483
【题解】:【代码】: 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
cocos2dx 的基本框架
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
中颖TIM4定时初始化
//==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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!