码迷,mamicode.com
首页 >  
搜索关键字:define    ( 25272个结果
POJ 1195 2维线段树(树套树实现) 树状数组
1: #include 2: #include 3: #include 4: #include 5: #include 6: using namespace std; 7: 8: #define LL(a) a>1; 32: sub_build(subl, mid, LL(subidx), idx)...
分类:其他好文   时间:2014-05-18 19:43:43    阅读次数:395
二分搜索的运用(1最大化最小值)
//#define LOCAL#include#includeusing namespace std;int const MAX_N=10005;int const MAX_M=100;int const INF=100000000;int N,M,x[MAX_N],lb,ub;//判断是否满足条件...
分类:其他好文   时间:2014-05-18 19:38:50    阅读次数:378
[游戏模版7] Win32 最简单贴图
>__ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 ...
分类:Windows程序   时间:2014-05-18 19:31:19    阅读次数:487
[游戏模版10] Win32 平面地图贴图 正
>_____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 ...
分类:Windows程序   时间:2014-05-18 19:00:12    阅读次数:536
[游戏模版11] Win32 动画 时间消息
>_____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 ...
分类:Windows程序   时间:2014-05-18 18:52:43    阅读次数:635
[游戏模版13] 透明贴图 主角移动
>_ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 /...
分类:移动开发   时间:2014-05-18 01:39:27    阅读次数:403
poj3468
线段树中对一段区间操作的方法----记录增量。详细实现见代码。还要好好体会! 1 //Accepted 6688K 1485MS 2 #include 3 #include 4 #define imax 100005 5 struct node 6 { 7 int l...
分类:其他好文   时间:2014-05-17 21:18:35    阅读次数:312
poj3264
1 //Accepted 2384K 1766MS 2 #include 3 #include 4 #define imax 50005 5 struct node 6 { 7 int l,r; 8 int tmax,tmin; 9 }f[3*imax];10 in...
分类:其他好文   时间:2014-05-17 21:16:33    阅读次数:281
串操作,C++实现
对串的基本操作都全已经实现对kmp,kf字符串替换等功能全都已经实现由于时间原因。没来得及注释,希望大家参考见谅。串操作hstring.h头文件实现 //kallen 1 #ifndef _HSTRING_H_ 2 #define _HSTRING_H_ 3 #include 4 class mS....
分类:编程语言   时间:2014-05-17 21:07:34    阅读次数:521
C iOcp
#include //#include #include #define PORT 5150 #define DATA_BUFSIZE 8192 typedef struct { OVERLAPPED Ov...
分类:其他好文   时间:2014-05-17 18:37:33    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!