资源列表

« 1 2 ... .37 .38 .39 .40 .41 8942.43 .44 .45 .46 .47 ... 66581 »

[GDI/图象编程CenterView

说明:放大视图画面,框选放大视图,可以设置绘图模式-enlarged view images Kuangshua enlarged view, set the graphics mode
<增用> 在 2008-10-13 上传 | 大小:36.97kb | 下载:0

[钩子与API截获Api Hook和封包拦截技术

说明:const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
<黄春标> 在 2008-10-13 上传 | 大小:194.47kb | 下载:0

[钩子与API截获DLL封装窗口

说明:请先编译DLL文件,并将DLL文件拷贝至call Hook目录, 调用CallDll程序加载外挂前,应先运行IE-post compiler DLL files and DLL files are copied to call Hook catalog, call CallDll external loading procedures, before first running IE
<黄春标> 在 2008-10-13 上传 | 大小:160.86kb | 下载:0

[文件操作FileMapping

说明:program FileMapping uses Forms, formMain in formMain.pas {frmMain} {$R *.res} begin Application.Initialize Application.CreateForm(TfrmMain, frmMain) Application.Run end.
<黄春标> 在 2008-10-13 上传 | 大小:164.39kb | 下载:0

[进程与线程TerminateProcess

说明:program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWind
<黄春标> 在 2008-10-13 上传 | 大小:21.19kb | 下载:0

[进程与线程VirtualMemory

说明:program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if
<黄春标> 在 2008-10-13 上传 | 大小:23.04kb | 下载:0

[组合框控件工程2

说明:本文件是一个vb软件开发环境下制作的小程序,只是初级水平,但是界面清楚明亮-This document is a vb software development environment produced by the small program, but the primary level, but clearly bright interface
<sun> 在 2008-10-13 上传 | 大小:795byte | 下载:0

[文件操作java函数

说明:包括了java的基本函数的用法,方便查询!-including the basic function of usage, to facilitate inquiries!
<朱晓峰> 在 2008-10-13 上传 | 大小:431.8kb | 下载:0

[C#编程软件登陆程序示例

说明:软件登陆界面示例(带登陆密码输入错误次数限制)-software interface landing examples (with password landing limit to the number of input errors)
<陈杰> 在 2008-10-13 上传 | 大小:11.42kb | 下载:0

[GDI/图象编程图象处理与识别程序

说明:一个图象处理事例程序,可以实现灰度处理,灰度直方图统计等-an example of image processing procedures, can achieve a gray, gray histogram statistics
<汪平> 在 2008-10-13 上传 | 大小:210.65kb | 下载:0

[Windows编程系统与窗体

说明:获取系统信息 运行System.exe后,在弹出的窗体中,单击不同按钮完成不同功能。-After geting system infomation and running System.exe,you can finish different functions by click different buttons in pop-up form.
<冉杰> 在 2008-10-13 上传 | 大小:2.77mb | 下载:0

[文件操作文件操作

说明:文件属性管理 直接运行FileAttr.exe。 文件的复制 运行FileCopy.exe后,选择源文件和目的文件。 汉字字模提取程序 运行GetFont.exe时,一定要将字库文件Hzk16拷贝到当前目录中。写字板 直接运行Word.exe。-file attributes directly run FileAttr.exe management. Paper copies of running FileCopy.exe, select the source and purpose of do
<冉杰> 在 2008-10-13 上传 | 大小:570.48kb | 下载:0
« 1 2 ... .37 .38 .39 .40 .41 8942.43 .44 .45 .46 .47 ... 66581 »

源码中国 www.ymcn.org