上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页
摘要: 1静态代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//TLS_Static.cpp:定义控制台应用程序的入口点。//#include"stdafx.h"#include<Windows.h>#include<iostream... 阅读全文
posted @ 2010-05-31 00:36 谭志宇 阅读(1021) 评论(1) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--BOOLWINAPIDllMain(HINSTANCEhinstDLL,DWORDfdwReason,LPVOIDlpReserved){//分别处理各种通知switch(fdwReason){cas... 阅读全文
posted @ 2010-05-30 23:50 谭志宇 阅读(1248) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<iostream>usingnamespacestd;classSingleton{private:Singleton(){}public:voidtest(){cout... 阅读全文
posted @ 2010-05-26 07:51 谭志宇 阅读(111) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--varA,B:Word;beginA:=1;B:=2;asmmovax,a//赋值movbx,bpushax//进栈pushbxpopax//退栈popbxmova,ax//利用栈先进后出,ax已退栈... 阅读全文
posted @ 2010-04-06 02:32 谭志宇 阅读(236) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--NTSYSAPINTSTATUSNTAPINtAcceptConnectPort(OUTPHANDLEPortHandle,INPVOIDPortIdentifier,INPPORT_MESSAGEM... 阅读全文
posted @ 2010-04-01 06:43 谭志宇 阅读(2759) 评论(0) 推荐(0)
摘要: #include <windows.h>#include <stdio.h>#include <tlhelp32.h>////Define//int DetectSandBox(void);////Routine//int DetectSandBox(void){ // //Routine Description: // //This routine detec... 阅读全文
posted @ 2010-02-03 23:54 谭志宇 阅读(314) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--INT_PTRCALLBACKDialogProc(HWNDhWnd,UINTMsg,WPARAMwParam,LPARAMlParam){switch(Msg){caseWM_INITDIALOG:... 阅读全文
posted @ 2010-02-01 00:17 谭志宇 阅读(2462) 评论(0) 推荐(0)
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usesShlobj;constCSIDL_COMMON_APPDATA=$0023;//DELPHI7中Shlobj单元未定义,DELPHI2007包含了定义//不知传递路径的参数值,可以查询ht... 阅读全文
posted @ 2010-01-29 15:45 谭志宇 阅读(369) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--varListenSocket:TSocket;Addr:TSockAddr;Len:Integer;WsaData:TWSADATA;Arg:DWORD;Timeval:TTimeVal;FdRea... 阅读全文
posted @ 2010-01-21 22:59 谭志宇 阅读(468) 评论(0) 推荐(0)
摘要: 代码1Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#define_WIN32_WINNT0x0400#defineWIN32_LEAN_AND_MEAN//从Windows头中排除极少使用的资料#include<iostream>#in... 阅读全文
posted @ 2010-01-20 14:54 谭志宇 阅读(6827) 评论(0) 推荐(2)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页