摘要: #include#include#include#include#include#include#include#include#include #define _WIN32_WINNT 0x0400#define MAPSIZE 24#define WH_KEYBOARD_LL 13typedef... 阅读全文
posted @ 2013-08-23 10:23 lxdonge 阅读(235) 评论(0) 推荐(0)
摘要: // threading.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include using namespace std;HANDLE hMutex;volatile int a=0;int b=10;DWORD WINAPI Fun(L... 阅读全文
posted @ 2013-05-02 21:26 lxdonge 阅读(137) 评论(0) 推荐(0)