1001暴力#include #include #include using namespace
std;const int maxn = 100100;int ll[maxn], rr[maxn];struct node{ int x, y,
bj;}e[maxn];int main(){ int...
分类:
其他好文 时间:
2014-06-12 18:51:11
阅读次数:
238
processhacker-code-5632\1.x\trunk\NProcessHacker\hook.htypedef
struct _PH_HOOK{ PVOID Function; PVOID Target; BOOLEAN Hooked; CHAR Bytes[5...
分类:
其他好文 时间:
2014-06-12 18:11:47
阅读次数:
216
//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
1.使用CTime类 CString str; //获取系统时间 CTime tm;
tm=CTime::GetCurrentTime(); str=tm.Format("现在时间是%Y年%m月%d日 %X
%H:%M:%S");MessageBox(str,NULL,MB_OK);%a...
分类:
其他好文 时间:
2014-06-10 19:46:24
阅读次数:
337
注意题目长度不能考虑前缀,而且如果即存在一个选项的长度的两倍小于其他所有选项的长度,也存在一个选项的长度大于其他选项长度的两倍,则答案不是一个好的选择,只能选择C。#include
#include #include #include using namespace std;struct Answe...
分类:
其他好文 时间:
2014-06-10 19:30:17
阅读次数:
208
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 #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
//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