上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 92 下一页
http://blogs.msdn.com/b/vsdteam/archive/2006/09/15/756400.aspxWhat is Platform Verification Task?Smart Device development involves writing applications that target a particular device platform. Toolbox filtering, the unsupported control designer and IntelliSense provide design time aid to the develo Read More
posted @ 2012-04-10 17:38 庚武 Views(607) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2012-04-10 17:25 庚武 Views(1) Comments(0) Diggs(0) Edit
以下是未简化的: 保护模式下的初始化 .386 or .486 ;指令集.MODEL FLAT,STDCALL ;内存模型.STACK.DATA ;承受后是所有数据.CODE ;随后是指令代码END Read More
posted @ 2012-04-10 15:23 庚武 Views(539) Comments(0) Diggs(0) Edit
#include <iostream>using namespace std;class Point{public: Point(int cx,int cy):x(cx),y(cy){ pData=new int; *pData = 0; } Point(const Point& pt) //copy constructor { x=pt.getX(); this->y=pt.getY(); pData=new int; *pData=pt.getData(); } voi... Read More
posted @ 2012-04-09 11:24 庚武 Views(250) Comments(0) Diggs(0) Edit
http://www.permadi.com/tutorial/urlEncoding/URL Encoding BackgroundURL Encoding is the process of converting string into valid URL format. Valid URL format means that the URL contains only what is termed "alpha | digit | safe | extra | escape" characters. You can read more about the what a Read More
posted @ 2012-04-07 15:17 庚武 Views(286) Comments(0) Diggs(0) Edit
在WINNT.H中有这样一段代码:#define DECLARE_HANDLE(name) struct name##__ { int unused; }; typedef struct name##__ *name#define sabc(val) #val#define glue(a,b) a##b#define MY_DECLARE_HANDLE(name) struct name##__ { int unused; }; typedef struct name##__ *namestruct HTYPE2__ {int unused;}; typedef struct HTYPE2__ Read More
posted @ 2012-04-06 11:30 庚武 Views(1544) Comments(0) Diggs(0) Edit
// Hook.cpp : Defines the entry point for the DLL application.//#include "stdafx.h"#include "Hook.h"HHOOK g_hHook;HHOOK g_hHookKey;HINSTANCE g_hIns;#pragma data_seg("MySeg")HWND g_hWnd =NULL;#pragma data_seg()//#pragma comment(linker,"/section:MySeg,RWS")BOOL Read More
posted @ 2012-04-06 01:13 庚武 Views(738) Comments(0) Diggs(0) Edit
from:http://blog.csdn.net/dyllove98/article/details/7275320故事 和尚挑水 有两个和尚住在隔壁,所谓隔壁就是隔壁那座山,他们分别住在相邻的两座山上的庙里。这两座山之间有一条溪,于是这两个和尚每天都会在同一时间下山去溪边挑水,久而久之他么变成为了好朋友。 就这样时间在每天挑水中不知不觉已经过了五年。突然有一天左边这座山的和尚没有下山挑水,右边那座山的和尚心想:“他大概睡过头了。”便不以为意。哪知道第二天左边这座山的和尚还是没有下山挑水,第三天也一样。过了一个星期还是一样,直到过了一个月右边那座山的和尚终于受不了,他心想:“我的朋友可能生病 Read More
posted @ 2012-04-05 00:50 庚武 Views(228) Comments(0) Diggs(0) Edit
colorscheme asmanian2set numap <C-c> "+ymap <C-v> "+pmap <C-s> :w<CR>syntax onset tabstop=4set softtabstop=4set shiftwidth=4set autoindentset cindentset cinoptions={0,1s,t0,n-2,p2s,(03s,=.5s,>1s,=1s,:1sif &term=="xterm"set t_Co=8 set t_Sb=^[[4%dmset Read More
posted @ 2012-04-03 03:47 庚武 Views(399) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2012-04-02 23:56 庚武 Views(2) Comments(0) Diggs(0) Edit
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 92 下一页